Html Css Color HEX #EA3A37 Cinnabar

📋 copy color: '#EA3A37'

red 234 ◦ green 58 ◦ blue 55

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

Shades of Cinnabar #EA3A37

Tints of Cinnabar #EA3A37

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.71%

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

R = 67.44%
G = 16.71%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA3A37 (or 0xEA3A37) is known color: Cinnabar. HEX triplet: EA, 3A and 37. RGB value is (234,58,55). Sum of RGB (Red+Green+Blue) = 234+58+55=347 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.44% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3A37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3A37 is #15C5C8. Grayscale: #6E6E6E. Windows color (decimal): -1426889 or 3619562. OLE color: 3619562.

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

Color convert

RGB 234 58 55 -
CMYK 0 0.75 0.76 0.08
HSL 1.01º 0.81% 0.57% -
HSV(B) 1.01º 0.76% 0.92% -
XYZ 36.13 20.79 5.72 -
YUV 110.28 96.81 216.24 -
System Red Green Blue C M Y K H S L
Decimal 234 58 55 0 0.75 0.76 0.08 1.01 0.81 0.57
Hex EA 3A 37 0 4B 4C 8 1 51 39
Octal 352 72 67 0 113 114 10 1 121 71
Binary 11101010 111010 110111 0 1001011 1001100 1000 1 1010001 111001

Color Harmonies of #EA3A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3A37

Black with #EA3A37

Text Example


Text Example

White with #EA3A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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