Html Css Color HEX #EA4232 Cinnabar

📋 copy color: '#EA4232'

red 234 ◦ green 66 ◦ blue 50

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

Shades of Cinnabar #EA4232

Tints of Cinnabar #EA4232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.86%

 BLUE value IS 50 (19.92% from 255) = 14.29%

R = 66.86%
G = 18.86%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA4232 (or 0xEA4232) is known color: Cinnabar. HEX triplet: EA, 42 and 32. RGB value is (234,66,50). Sum of RGB (Red+Green+Blue) = 234+66+50=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4232 is #15BDCD. Grayscale: #727272. Windows color (decimal): -1424846 or 3293930. OLE color: 3293930.

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

Color convert

RGB 234 66 50 -
CMYK 0 0.72 0.79 0.08
HSL 5.22º 0.81% 0.56% -
HSV(B) 5.22º 0.79% 0.92% -
XYZ 36.46 21.62 5.27 -
YUV 114.41 91.66 213.3 -
System Red Green Blue C M Y K H S L
Decimal 234 66 50 0 0.72 0.79 0.08 5.22 0.81 0.56
Hex EA 42 32 0 48 4F 8 5 51 38
Octal 352 102 62 0 110 117 10 5 121 70
Binary 11101010 1000010 110010 0 1001000 1001111 1000 101 1010001 111000

Color Harmonies of #EA4232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4232

Black with #EA4232

Text Example


Text Example

White with #EA4232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4232; }

 p { color: rgb(234,66,50); }

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

background-color css

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

 a { background-color: rgb(234,66,50); }

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

border-color css

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

 span { border-color: rgb(234,66,50); }

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