Html Css Color HEX #EB1D20 Alizarin

📋 copy color: '#EB1D20'

red 235 ◦ green 29 ◦ blue 32

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

Shades of Alizarin #EB1D20

Tints of Alizarin #EB1D20

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.8%

 BLUE value IS 32 (12.89% from 255) = 10.81%

R = 79.39%
G = 9.8%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB1D20 (or 0xEB1D20) is known color: Alizarin. HEX triplet: EB, 1D and 20. RGB value is (235,29,32). Sum of RGB (Red+Green+Blue) = 235+29+32=296 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.39% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1D20 is #14E2DF. Grayscale: #5B5B5B. Windows color (decimal): -1368800 or 2104811. OLE color: 2104811.

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

Color convert

RGB 235 29 32 -
CMYK 0 0.88 0.86 0.08
HSL 359.13º 0.84% 0.52% -
HSV(B) 359.13º 0.88% 0.92% -
XYZ 34.96 18.65 3.12 -
YUV 90.94 94.75 230.76 -
System Red Green Blue C M Y K H S L
Decimal 235 29 32 0 0.88 0.86 0.08 359.13 0.84 0.52
Hex EB 1D 20 0 58 56 8 167 54 34
Octal 353 35 40 0 130 126 10 547 124 64
Binary 11101011 11101 100000 0 1011000 1010110 1000 101100111 1010100 110100

Color Harmonies of #EB1D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1D20

Black with #EB1D20

Text Example


Text Example

White with #EB1D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1D20; }

 p { color: rgb(235,29,32); }

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

background-color css

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

 a { background-color: rgb(235,29,32); }

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

border-color css

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

 span { border-color: rgb(235,29,32); }

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