#E24A29

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

Shades of Cinnabar #E24A29

Tints of Cinnabar #E24A29

Color information

#E24A29 (or 0xE24A29) is unknown color: approx Cinnabar. HEX triplet: E2, 4A and 29. RGB value is (226,74,41). Sum of RGB (Red+Green+Blue) = 226+74+41=341 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.28% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 226 - color contains mainly: red. Hex color #E24A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E24A29 is #1DB5D6. Grayscale: #737373. Windows color (decimal): -1947095 or 2706146. OLE color: 2706146.

HSL color Cylindrical-coordinate representation of color #E24A29: hue angle of 10.7º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E24A29 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB2267441-
CMYK00.670.820.11
HSL10.7º76.13%52.35%-
HSV(B)10.7º81.86%88.63%-
XYZ34.2121.234.39-
YUV115.6985.86206.68-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 66.28%
GREEN value IS 74 (29.30% from 255) = 21.70%
BLUE value IS 41 (16.41% from 255) = 12.02%
R=66.28%
G=21.70%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226744100.670.820.1110.776.1352.35
HexE24A2904352Bb4c34
Octal342112510103122131311464
Binary111000101001010101001010000111010010101110111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E24A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E24A29; }

 p { color: rgb(226,74,41); }

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

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

 a { background-color: rgb(226,74,41); }

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

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

 span { border-color: rgb(226,74,41); }

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