Html Css Color HEX #EA3E32 Cinnabar

📋 copy color: '#EA3E32'

red 234 ◦ green 62 ◦ blue 50

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

Shades of Cinnabar #EA3E32

Tints of Cinnabar #EA3E32

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.92%

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

R = 67.63%
G = 17.92%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#EA3E32 (or 0xEA3E32) is known color: Cinnabar. HEX triplet: EA, 3E and 32. RGB value is (234,62,50). Sum of RGB (Red+Green+Blue) = 234+62+50=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 62 (24.61% from 255 or 17.92% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3E32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3E32 is #15C1CD. Grayscale: #707070. Windows color (decimal): -1425870 or 3292906. OLE color: 3292906.

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

Color convert

RGB 234 62 50 -
CMYK 0 0.74 0.79 0.08
HSL 3.91º 0.81% 0.56% -
HSV(B) 3.91º 0.79% 0.92% -
XYZ 36.23 21.17 5.19 -
YUV 112.06 92.98 214.98 -
System Red Green Blue C M Y K H S L
Decimal 234 62 50 0 0.74 0.79 0.08 3.91 0.81 0.56
Hex EA 3E 32 0 4A 4F 8 4 51 38
Octal 352 76 62 0 112 117 10 4 121 70
Binary 11101010 111110 110010 0 1001010 1001111 1000 100 1010001 111000

Color Harmonies of #EA3E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3E32

Black with #EA3E32

Text Example


Text Example

White with #EA3E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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