#EA3C25

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

Shades of Cinnabar #EA3C25

Tints of Cinnabar #EA3C25

Color information

#EA3C25 (or 0xEA3C25) is unknown color: approx Cinnabar. HEX triplet: EA, 3C and 25. RGB value is (234,60,37). Sum of RGB (Red+Green+Blue) = 234+60+37=331 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.69% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 37 (14.84% from 255 or 11.18% from 331); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3C25 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3C25 is #15C3DA. Grayscale: #6D6D6D. Windows color (decimal): -1426395 or 2440426. OLE color: 2440426.

HSL color Cylindrical-coordinate representation of color #EA3C25: hue angle of 7.01º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA3C25 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.08.

Color convert

RGB2346037-
CMYK00.740.840.08
HSL7.01º82.43%53.14%-
HSV(B)7.01º84.19%91.76%-
XYZ35.8820.863.89-
YUV109.487.15216.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 70.69%
GREEN value IS 60 (23.83% from 255) = 18.13%
BLUE value IS 37 (14.84% from 255) = 11.18%
R=70.69%
G=18.13%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234603700.740.840.087.0182.4353.14
HexEA3C2504A54875235
Octal3527445011212410712265
Binary1110101011110010010101001010101010010001111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA3C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA3C25; }

 p { color: rgb(234,60,37); }

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

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

 a { background-color: rgb(234,60,37); }

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

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

 span { border-color: rgb(234,60,37); }

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