Html Css Color HEX #EA3722 Cinnabar

📋 copy color: '#EA3722'

red 234 ◦ green 55 ◦ blue 34

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

Shades of Cinnabar #EA3722

Tints of Cinnabar #EA3722

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.03%

 BLUE value IS 34 (13.67% from 255) = 10.53%

R = 72.45%
G = 17.03%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EA3722 (or 0xEA3722) is known color: Cinnabar. HEX triplet: EA, 37 and 22. RGB value is (234,55,34). Sum of RGB (Red+Green+Blue) = 234+55+34=323 (42% of max value = 765). Red value is 234 (91.80% from 255 or 72.45% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3722 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3722 is #15C8DD. Grayscale: #6A6A6A. Windows color (decimal): -1427678 or 2242538. OLE color: 2242538.

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

Color convert

RGB 234 55 34 -
CMYK 0 0.76 0.85 0.08
HSL 6.3º 0.83% 0.53% -
HSV(B) 6.3º 0.85% 0.92% -
XYZ 35.59 20.34 3.56 -
YUV 106.13 87.3 219.21 -
System Red Green Blue C M Y K H S L
Decimal 234 55 34 0 0.76 0.85 0.08 6.3 0.83 0.53
Hex EA 37 22 0 4C 55 8 6 53 35
Octal 352 67 42 0 114 125 10 6 123 65
Binary 11101010 110111 100010 0 1001100 1010101 1000 110 1010011 110101

Color Harmonies of #EA3722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3722

Black with #EA3722

Text Example


Text Example

White with #EA3722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3722; }

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

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

background-color css

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

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

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

border-color css

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

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

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