Html Css Color HEX #EA3C3B Cinnabar

📋 copy color: '#EA3C3B'

red 234 ◦ green 60 ◦ blue 59

#EA3C3B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #EA3C3B

Tints of Cinnabar #EA3C3B

RGB

 RED value IS 234 (91.8% from 255) = 66.29%

 GREEN value IS 60 (23.83% from 255) = 17%

 BLUE value IS 59 (23.44% from 255) = 16.71%

R = 66.29%
G = 17%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.08

RGB Variations

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

Color information

#EA3C3B (or 0xEA3C3B) is known color: Cinnabar. HEX triplet: EA, 3C and 3B. RGB value is (234,60,59). Sum of RGB (Red+Green+Blue) = 234+60+59=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3C3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3C3B is #15C3C4. Grayscale: #707070. Windows color (decimal): -1426373 or 3882218. OLE color: 3882218.

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

Color convert

RGB 234 60 59 -
CMYK 0 0.74 0.75 0.08
HSL 0.34º 0.81% 0.57% -
HSV(B) 0.34º 0.75% 0.92% -
XYZ 36.34 21.04 6.28 -
YUV 111.91 98.15 215.08 -
System Red Green Blue C M Y K H S L
Decimal 234 60 59 0 0.74 0.75 0.08 0.34 0.81 0.57
Hex EA 3C 3B 0 4A 4B 8 0 51 39
Octal 352 74 73 0 112 113 10 0 121 71
Binary 11101010 111100 111011 0 1001010 1001011 1000 0 1010001 111001

Color Harmonies of #EA3C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3C3B

Black with #EA3C3B

Text Example


Text Example

White with #EA3C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3C3B; }

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

 H1.HeaderClassName
 {
   color: #EA3C3B;
 }
 .AnyTagClassName
 {
   color: #EA3C3B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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