#E24518

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

Shades of Cinnabar #E24518

Tints of Cinnabar #E24518

Color information

#E24518 (or 0xE24518) is unknown color: approx Cinnabar. HEX triplet: E2, 45 and 18. RGB value is (226,69,24). Sum of RGB (Red+Green+Blue) = 226+69+24=319 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.85% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 226 - color contains mainly: red. Hex color #E24518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24518 is #1DBAE7. Grayscale: #6F6F6F. Windows color (decimal): -1948392 or 1590754. OLE color: 1590754.

HSL color Cylindrical-coordinate representation of color #E24518: hue angle of 13.37º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E24518 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB2266924-
CMYK00.690.890.11
HSL13.37º80.8%49.02%-
HSV(B)13.37º89.38%88.63%-
XYZ33.6620.493.05-
YUV110.8179.01210.16-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 70.85%
GREEN value IS 69 (27.34% from 255) = 21.63%
BLUE value IS 24 (9.77% from 255) = 7.52%
R=70.85%
G=21.63%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226692400.690.890.1113.3780.849.02
HexE2451804559Bd5131
Octal342105300105131131512161
Binary11100010100010111000010001011011001101111011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24518; }

 p { color: rgb(226,69,24); }

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

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

 a { background-color: rgb(226,69,24); }

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

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

 span { border-color: rgb(226,69,24); }

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