Html Css Color HEX #EA3D37 Cinnabar

📋 copy color: '#EA3D37'

red 234 ◦ green 61 ◦ blue 55

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

Shades of Cinnabar #EA3D37

Tints of Cinnabar #EA3D37

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.43%

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

R = 66.86%
G = 17.43%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EA3D37 (or 0xEA3D37) is known color: Cinnabar. HEX triplet: EA, 3D and 37. RGB value is (234,61,55). Sum of RGB (Red+Green+Blue) = 234+61+55=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3D37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3D37 is #15C2C8. Grayscale: #707070. Windows color (decimal): -1426121 or 3620330. OLE color: 3620330.

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

Color convert

RGB 234 61 55 -
CMYK 0 0.74 0.76 0.08
HSL 2.01º 0.81% 0.57% -
HSV(B) 2.01º 0.76% 0.92% -
XYZ 36.29 21.11 5.78 -
YUV 112.04 95.81 214.99 -
System Red Green Blue C M Y K H S L
Decimal 234 61 55 0 0.74 0.76 0.08 2.01 0.81 0.57
Hex EA 3D 37 0 4A 4C 8 2 51 39
Octal 352 75 67 0 112 114 10 2 121 71
Binary 11101010 111101 110111 0 1001010 1001100 1000 10 1010001 111001

Color Harmonies of #EA3D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3D37

Black with #EA3D37

Text Example


Text Example

White with #EA3D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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