Html Css Color HEX #EB1823 Alizarin

📋 copy color: '#EB1823'

red 235 ◦ green 24 ◦ blue 35

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

Shades of Alizarin #EB1823

Tints of Alizarin #EB1823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.9%

R = 79.93%
G = 8.16%
B = 11.9%

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

#EB1823 (or 0xEB1823) is known color: Alizarin. HEX triplet: EB, 18 and 23. RGB value is (235,24,35). Sum of RGB (Red+Green+Blue) = 235+24+35=294 (38% of max value = 765). Red value is 235 (92.19% from 255 or 79.93% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1823 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB1823 is #14E7DC. Grayscale: #585858. Windows color (decimal): -1370077 or 2300139. OLE color: 2300139.

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

Color convert

RGB 235 24 35 -
CMYK 0 0.90 0.85 0.08
HSL 356.87º 0.84% 0.51% -
HSV(B) 356.87º 0.9% 0.92% -
XYZ 34.89 18.44 3.31 -
YUV 88.34 97.9 232.61 -
System Red Green Blue C M Y K H S L
Decimal 235 24 35 0 0.90 0.85 0.08 356.87 0.84 0.51
Hex EB 18 23 0 5A 55 8 165 54 33
Octal 353 30 43 0 132 125 10 545 124 63
Binary 11101011 11000 100011 0 1011010 1010101 1000 101100101 1010100 110011

Color Harmonies of #EB1823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1823

Black with #EB1823

Text Example


Text Example

White with #EB1823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1823; }

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

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

background-color css

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

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

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

border-color css

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

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

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