Html Css Color HEX #EB1821 Alizarin

📋 copy color: '#EB1821'

red 235 ◦ green 24 ◦ blue 33

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

Shades of Alizarin #EB1821

Tints of Alizarin #EB1821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.22%

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

R = 80.48%
G = 8.22%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB1821 (or 0xEB1821) is known color: Alizarin. HEX triplet: EB, 18 and 21. RGB value is (235,24,33). Sum of RGB (Red+Green+Blue) = 235+24+33=292 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.48% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1821 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB1821 is #14E7DE. Grayscale: #585858. Windows color (decimal): -1370079 or 2169067. OLE color: 2169067.

HSL color Cylindrical-coordinate representation of color #EB1821: hue angle of 357.44º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EB1821 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 24 33 -
CMYK 0 0.90 0.86 0.08
HSL 357.44º 0.84% 0.51% -
HSV(B) 357.44º 0.9% 0.92% -
XYZ 34.86 18.43 3.16 -
YUV 88.12 96.9 232.77 -
System Red Green Blue C M Y K H S L
Decimal 235 24 33 0 0.90 0.86 0.08 357.44 0.84 0.51
Hex EB 18 21 0 5A 56 8 165 54 33
Octal 353 30 41 0 132 126 10 545 124 63
Binary 11101011 11000 100001 0 1011010 1010110 1000 101100101 1010100 110011

Color Harmonies of #EB1821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1821

Black with #EB1821

Text Example


Text Example

White with #EB1821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1821; }

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

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

background-color css

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

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

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

border-color css

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

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

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