Html Css Color HEX #EA2221 Cinnabar

📋 copy color: '#EA2221'

red 234 ◦ green 34 ◦ blue 33

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

Shades of Cinnabar #EA2221

Tints of Cinnabar #EA2221

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.3%

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

R = 77.74%
G = 11.3%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA2221 (or 0xEA2221) is known color: Cinnabar. HEX triplet: EA, 22 and 21. RGB value is (234,34,33). Sum of RGB (Red+Green+Blue) = 234+34+33=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2221 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2221 is #15DDDE. Grayscale: #5D5D5D. Windows color (decimal): -1433055 or 2171626. OLE color: 2171626.

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

Color convert

RGB 234 34 33 -
CMYK 0 0.85 0.86 0.08
HSL 0.3º 0.83% 0.52% -
HSV(B) 0.3º 0.86% 0.92% -
XYZ 34.78 18.75 3.22 -
YUV 93.69 93.76 228.08 -
System Red Green Blue C M Y K H S L
Decimal 234 34 33 0 0.85 0.86 0.08 0.3 0.83 0.52
Hex EA 22 21 0 55 56 8 0 53 34
Octal 352 42 41 0 125 126 10 0 123 64
Binary 11101010 100010 100001 0 1010101 1010110 1000 0 1010011 110100

Color Harmonies of #EA2221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2221

Black with #EA2221

Text Example


Text Example

White with #EA2221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2221; }

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

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

background-color css

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

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

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

border-color css

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

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

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