Html Css Color HEX #EB2421 Cinnabar

📋 copy color: '#EB2421'

red 235 ◦ green 36 ◦ blue 33

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

Shades of Cinnabar #EB2421

Tints of Cinnabar #EB2421

RGB

 RED value IS 235 (92.19% from 255) = 77.3%

 GREEN value IS 36 (14.45% from 255) = 11.84%

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

R = 77.3%
G = 11.84%
B = 10.86%

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

#EB2421 (or 0xEB2421) is known color: Cinnabar. HEX triplet: EB, 24 and 21. RGB value is (235,36,33). Sum of RGB (Red+Green+Blue) = 235+36+33=304 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.30% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2421 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2421 is #14DBDE. Grayscale: #5F5F5F. Windows color (decimal): -1367007 or 2172139. OLE color: 2172139.

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

Color convert

RGB 235 36 33 -
CMYK 0 0.85 0.86 0.08
HSL 0.89º 0.83% 0.53% -
HSV(B) 0.89º 0.86% 0.92% -
XYZ 35.17 19.03 3.26 -
YUV 95.16 92.93 227.74 -
System Red Green Blue C M Y K H S L
Decimal 235 36 33 0 0.85 0.86 0.08 0.89 0.83 0.53
Hex EB 24 21 0 55 56 8 1 53 35
Octal 353 44 41 0 125 126 10 1 123 65
Binary 11101011 100100 100001 0 1010101 1010110 1000 1 1010011 110101

Color Harmonies of #EB2421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2421

Black with #EB2421

Text Example


Text Example

White with #EB2421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2421; }

 p { color: rgb(235,36,33); }

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

background-color css

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

 a { background-color: rgb(235,36,33); }

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

border-color css

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

 span { border-color: rgb(235,36,33); }

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