Html Css Color HEX #EA2321 Cinnabar

📋 copy color: '#EA2321'

red 234 ◦ green 35 ◦ blue 33

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

Shades of Cinnabar #EA2321

Tints of Cinnabar #EA2321

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.59%

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

R = 77.48%
G = 11.59%
B = 10.93%

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

#EA2321 (or 0xEA2321) is known color: Cinnabar. HEX triplet: EA, 23 and 21. RGB value is (234,35,33). Sum of RGB (Red+Green+Blue) = 234+35+33=302 (40% of max value = 765). Red value is 234 (91.80% from 255 or 77.48% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2321 is #15DCDE. Grayscale: #5E5E5E. Windows color (decimal): -1432799 or 2171882. OLE color: 2171882.

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

Color convert

RGB 234 35 33 -
CMYK 0 0.85 0.86 0.08
HSL 0.6º 0.83% 0.52% -
HSV(B) 0.6º 0.86% 0.92% -
XYZ 34.81 18.8 3.23 -
YUV 94.27 93.43 227.66 -
System Red Green Blue C M Y K H S L
Decimal 234 35 33 0 0.85 0.86 0.08 0.6 0.83 0.52
Hex EA 23 21 0 55 56 8 1 53 34
Octal 352 43 41 0 125 126 10 1 123 64
Binary 11101010 100011 100001 0 1010101 1010110 1000 1 1010011 110100

Color Harmonies of #EA2321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2321

Black with #EA2321

Text Example


Text Example

White with #EA2321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2321; }

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

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

background-color css

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

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

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

border-color css

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

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

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