Html Css Color HEX #EA4237 Cinnabar

📋 copy color: '#EA4237'

red 234 ◦ green 66 ◦ blue 55

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

Shades of Cinnabar #EA4237

Tints of Cinnabar #EA4237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.49%

R = 65.92%
G = 18.59%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA4237 (or 0xEA4237) is known color: Cinnabar. HEX triplet: EA, 42 and 37. RGB value is (234,66,55). Sum of RGB (Red+Green+Blue) = 234+66+55=355 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.92% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 55 (21.88% from 255 or 15.49% from 355); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4237 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4237 is #15BDC8. Grayscale: #737373. Windows color (decimal): -1424841 or 3621610. OLE color: 3621610.

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

Color convert

RGB 234 66 55 -
CMYK 0 0.72 0.76 0.08
HSL 3.69º 0.81% 0.57% -
HSV(B) 3.69º 0.76% 0.92% -
XYZ 36.57 21.66 5.87 -
YUV 114.98 94.16 212.89 -
System Red Green Blue C M Y K H S L
Decimal 234 66 55 0 0.72 0.76 0.08 3.69 0.81 0.57
Hex EA 42 37 0 48 4C 8 4 51 39
Octal 352 102 67 0 110 114 10 4 121 71
Binary 11101010 1000010 110111 0 1001000 1001100 1000 100 1010001 111001

Color Harmonies of #EA4237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4237

Black with #EA4237

Text Example


Text Example

White with #EA4237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4237; }

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

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

background-color css

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

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

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

border-color css

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

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

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