Html Css Color HEX #EA3F37 Cinnabar

📋 copy color: '#EA3F37'

red 234 ◦ green 63 ◦ blue 55

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

Shades of Cinnabar #EA3F37

Tints of Cinnabar #EA3F37

RGB

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

 GREEN value IS 63 (25% from 255) = 17.9%

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

R = 66.48%
G = 17.9%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA3F37 (or 0xEA3F37) is known color: Cinnabar. HEX triplet: EA, 3F and 37. RGB value is (234,63,55). Sum of RGB (Red+Green+Blue) = 234+63+55=352 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.48% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 55 (21.88% from 255 or 15.62% from 352); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3F37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3F37 is #15C0C8. Grayscale: #717171. Windows color (decimal): -1425609 or 3620842. OLE color: 3620842.

HSL color Cylindrical-coordinate representation of color #EA3F37: hue angle of 2.68º 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 #EA3F37 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 63 55 -
CMYK 0 0.73 0.76 0.08
HSL 2.68º 0.81% 0.57% -
HSV(B) 2.68º 0.76% 0.92% -
XYZ 36.4 21.32 5.81 -
YUV 113.22 95.15 214.15 -
System Red Green Blue C M Y K H S L
Decimal 234 63 55 0 0.73 0.76 0.08 2.68 0.81 0.57
Hex EA 3F 37 0 49 4C 8 3 51 39
Octal 352 77 67 0 111 114 10 3 121 71
Binary 11101010 111111 110111 0 1001001 1001100 1000 11 1010001 111001

Color Harmonies of #EA3F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3F37

Black with #EA3F37

Text Example


Text Example

White with #EA3F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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