Html Css Color HEX #EB1824 Alizarin

📋 copy color: '#EB1824'

red 235 ◦ green 24 ◦ blue 36

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

Shades of Alizarin #EB1824

Tints of Alizarin #EB1824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.2%

R = 79.66%
G = 8.14%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.08

RGB Variations

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

Color information

#EB1824 (or 0xEB1824) is known color: Alizarin. HEX triplet: EB, 18 and 24. RGB value is (235,24,36). Sum of RGB (Red+Green+Blue) = 235+24+36=295 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.66% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1824 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB1824 is #14E7DB. Grayscale: #585858. Windows color (decimal): -1370076 or 2365675. OLE color: 2365675.

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

Color convert

RGB 235 24 36 -
CMYK 0 0.90 0.85 0.08
HSL 356.59º 0.84% 0.51% -
HSV(B) 356.59º 0.9% 0.92% -
XYZ 34.91 18.44 3.39 -
YUV 88.46 98.4 232.52 -
System Red Green Blue C M Y K H S L
Decimal 235 24 36 0 0.90 0.85 0.08 356.59 0.84 0.51
Hex EB 18 24 0 5A 55 8 165 54 33
Octal 353 30 44 0 132 125 10 545 124 63
Binary 11101011 11000 100100 0 1011010 1010101 1000 101100101 1010100 110011

Color Harmonies of #EB1824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1824

Black with #EB1824

Text Example


Text Example

White with #EB1824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1824; }

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

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

background-color css

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

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

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

border-color css

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

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

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