#E24C3F

Color #E24C3F Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #E24C3F

Tints of Cinnabar #E24C3F

Color information

#E24C3F (or 0xE24C3F) is unknown color: approx Cinnabar. HEX triplet: E2, 4C and 3F. RGB value is (226,76,63). Sum of RGB (Red+Green+Blue) = 226+76+63=365 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.92% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 226 - color contains mainly: red. Hex color #E24C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24C3F is #1DB3C0. Grayscale: #777777. Windows color (decimal): -1946561 or 4148450. OLE color: 4148450.

HSL color Cylindrical-coordinate representation of color #E24C3F: hue angle of 4.79º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E24C3F is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB2267663-
CMYK00.660.720.11
HSL4.79º73.76%56.67%-
HSV(B)4.79º72.12%88.63%-
XYZ34.8521.77.05-
YUV119.3796.2204.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 61.92%
GREEN value IS 76 (30.08% from 255) = 20.82%
BLUE value IS 63 (25% from 255) = 17.26%
R=61.92%
G=20.82%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226766300.660.720.114.7973.7656.67
HexE24C3F04248B54a39
Octal34211477010211013511271
Binary11100010100110011111101000010100100010111011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24C3F; }

 p { color: rgb(226,76,63); }

 H1.HeaderClassName
 {
   color: #E24C3F;
 }
 .AnyTagClassName
 {
   color: #E24C3F;
 }
</style>
background-color css

<style>
 a { background-color: #E24C3F; }

 a { background-color: rgb(226,76,63); }

 div.DivClassName
 {
   background-color: #E24C3F;
 }
 .BgClassName
 {
   background-color: #E24C3F;
 }
</style>
border-color css

<style>
 span { border-color: #E24C3F; }

 span { border-color: rgb(226,76,63); }

 td.TdClassName
 {
   border-color: #E24C3F;
 }
 .TagClassName
 {
   border-color: #E24C3F;
 }
</style>