Html Css Color HEX #EA2821 Cinnabar

📋 copy color: '#EA2821'

red 234 ◦ green 40 ◦ blue 33

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

Shades of Cinnabar #EA2821

Tints of Cinnabar #EA2821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.03%

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

R = 76.22%
G = 13.03%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EA2821 (or 0xEA2821) is known color: Cinnabar. HEX triplet: EA, 28 and 21. RGB value is (234,40,33). Sum of RGB (Red+Green+Blue) = 234+40+33=307 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.22% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2821 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA2821 is #15D7DE. Grayscale: #616161. Windows color (decimal): -1431519 or 2173162. OLE color: 2173162.

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

Color convert

RGB 234 40 33 -
CMYK 0 0.83 0.86 0.08
HSL 2.09º 0.83% 0.52% -
HSV(B) 2.09º 0.86% 0.92% -
XYZ 34.96 19.12 3.29 -
YUV 97.21 91.77 225.57 -
System Red Green Blue C M Y K H S L
Decimal 234 40 33 0 0.83 0.86 0.08 2.09 0.83 0.52
Hex EA 28 21 0 53 56 8 2 53 34
Octal 352 50 41 0 123 126 10 2 123 64
Binary 11101010 101000 100001 0 1010011 1010110 1000 10 1010011 110100

Color Harmonies of #EA2821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2821

Black with #EA2821

Text Example


Text Example

White with #EA2821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2821; }

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

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

background-color css

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

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

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

border-color css

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

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

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