Html Css Color HEX #EA3221 Cinnabar

📋 copy color: '#EA3221'

red 234 ◦ green 50 ◦ blue 33

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

Shades of Cinnabar #EA3221

Tints of Cinnabar #EA3221

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.77%

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

R = 73.82%
G = 15.77%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA3221 (or 0xEA3221) is known color: Cinnabar. HEX triplet: EA, 32 and 21. RGB value is (234,50,33). Sum of RGB (Red+Green+Blue) = 234+50+33=317 (41% of max value = 765). Red value is 234 (91.80% from 255 or 73.82% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3221 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3221 is #15CDDE. Grayscale: #676767. Windows color (decimal): -1428959 or 2175722. OLE color: 2175722.

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

Color convert

RGB 234 50 33 -
CMYK 0 0.79 0.86 0.08
HSL 5.07º 0.83% 0.52% -
HSV(B) 5.07º 0.86% 0.92% -
XYZ 35.35 19.88 3.41 -
YUV 103.08 88.46 221.38 -
System Red Green Blue C M Y K H S L
Decimal 234 50 33 0 0.79 0.86 0.08 5.07 0.83 0.52
Hex EA 32 21 0 4F 56 8 5 53 34
Octal 352 62 41 0 117 126 10 5 123 64
Binary 11101010 110010 100001 0 1001111 1010110 1000 101 1010011 110100

Color Harmonies of #EA3221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3221

Black with #EA3221

Text Example


Text Example

White with #EA3221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3221; }

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

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

background-color css

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

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

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

border-color css

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

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

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