Html Css Color HEX #EB1833 Alizarin

📋 copy color: '#EB1833'

red 235 ◦ green 24 ◦ blue 51

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

Shades of Alizarin #EB1833

Tints of Alizarin #EB1833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.45%

R = 75.81%
G = 7.74%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.08

RGB Variations

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

Color information

#EB1833 (or 0xEB1833) is known color: Alizarin. HEX triplet: EB, 18 and 33. RGB value is (235,24,51). Sum of RGB (Red+Green+Blue) = 235+24+51=310 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.81% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1833 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB1833 is #14E7CC. Grayscale: #5A5A5A. Windows color (decimal): -1370061 or 3348715. OLE color: 3348715.

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

Color convert

RGB 235 24 51 -
CMYK 0 0.90 0.78 0.08
HSL 352.32º 0.84% 0.51% -
HSV(B) 352.32º 0.9% 0.92% -
XYZ 35.19 18.55 4.86 -
YUV 90.17 105.9 231.3 -
System Red Green Blue C M Y K H S L
Decimal 235 24 51 0 0.90 0.78 0.08 352.32 0.84 0.51
Hex EB 18 33 0 5A 4E 8 160 54 33
Octal 353 30 63 0 132 116 10 540 124 63
Binary 11101011 11000 110011 0 1011010 1001110 1000 101100000 1010100 110011

Color Harmonies of #EB1833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1833

Black with #EB1833

Text Example


Text Example

White with #EB1833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1833; }

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

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

background-color css

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

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

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

border-color css

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

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

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