Html Css Color HEX #EA4221 Cinnabar

📋 copy color: '#EA4221'

red 234 ◦ green 66 ◦ blue 33

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

Shades of Cinnabar #EA4221

Tints of Cinnabar #EA4221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.82%

 BLUE value IS 33 (13.28% from 255) = 9.91%

R = 70.27%
G = 19.82%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA4221 (or 0xEA4221) is known color: Cinnabar. HEX triplet: EA, 42 and 21. RGB value is (234,66,33). Sum of RGB (Red+Green+Blue) = 234+66+33=333 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.27% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4221 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA4221 is #15BDDE. Grayscale: #707070. Windows color (decimal): -1424863 or 2179818. OLE color: 2179818.

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

Color convert

RGB 234 66 33 -
CMYK 0 0.72 0.86 0.08
HSL 9.85º 0.83% 0.52% -
HSV(B) 9.85º 0.86% 0.92% -
XYZ 36.15 21.5 3.68 -
YUV 112.47 83.16 214.68 -
System Red Green Blue C M Y K H S L
Decimal 234 66 33 0 0.72 0.86 0.08 9.85 0.83 0.52
Hex EA 42 21 0 48 56 8 A 53 34
Octal 352 102 41 0 110 126 10 12 123 64
Binary 11101010 1000010 100001 0 1001000 1010110 1000 1010 1010011 110100

Color Harmonies of #EA4221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4221

Black with #EA4221

Text Example


Text Example

White with #EA4221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4221; }

 p { color: rgb(234,66,33); }

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

background-color css

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

 a { background-color: rgb(234,66,33); }

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

border-color css

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

 span { border-color: rgb(234,66,33); }

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