Html Css Color HEX #EB1829 Alizarin

📋 copy color: '#EB1829'

red 235 ◦ green 24 ◦ blue 41

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

Shades of Alizarin #EB1829

Tints of Alizarin #EB1829

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.67%

R = 78.33%
G = 8%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB1829 (or 0xEB1829) is known color: Alizarin. HEX triplet: EB, 18 and 29. RGB value is (235,24,41). Sum of RGB (Red+Green+Blue) = 235+24+41=300 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.33% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1829 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB1829 is #14E7D6. Grayscale: #595959. Windows color (decimal): -1370071 or 2693355. OLE color: 2693355.

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

Color convert

RGB 235 24 41 -
CMYK 0 0.90 0.83 0.08
HSL 355.17º 0.84% 0.51% -
HSV(B) 355.17º 0.9% 0.92% -
XYZ 34.99 18.48 3.82 -
YUV 89.03 100.9 232.12 -
System Red Green Blue C M Y K H S L
Decimal 235 24 41 0 0.90 0.83 0.08 355.17 0.84 0.51
Hex EB 18 29 0 5A 53 8 163 54 33
Octal 353 30 51 0 132 123 10 543 124 63
Binary 11101011 11000 101001 0 1011010 1010011 1000 101100011 1010100 110011

Color Harmonies of #EB1829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1829

Black with #EB1829

Text Example


Text Example

White with #EB1829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1829; }

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

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

background-color css

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

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

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

border-color css

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

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

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