Html Css Color HEX #EB1E20 Alizarin

📋 copy color: '#EB1E20'

red 235 ◦ green 30 ◦ blue 32

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

Shades of Alizarin #EB1E20

Tints of Alizarin #EB1E20

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.1%

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

R = 79.12%
G = 10.1%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.08

RGB Variations

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

Color information

#EB1E20 (or 0xEB1E20) is known color: Alizarin. HEX triplet: EB, 1E and 20. RGB value is (235,30,32). Sum of RGB (Red+Green+Blue) = 235+30+32=297 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.12% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1E20 is #14E1DF. Grayscale: #5B5B5B. Windows color (decimal): -1368544 or 2105067. OLE color: 2105067.

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

Color convert

RGB 235 30 32 -
CMYK 0 0.87 0.86 0.08
HSL 359.41º 0.84% 0.52% -
HSV(B) 359.41º 0.87% 0.92% -
XYZ 34.99 18.7 3.13 -
YUV 91.52 94.42 230.34 -
System Red Green Blue C M Y K H S L
Decimal 235 30 32 0 0.87 0.86 0.08 359.41 0.84 0.52
Hex EB 1E 20 0 57 56 8 167 54 34
Octal 353 36 40 0 127 126 10 547 124 64
Binary 11101011 11110 100000 0 1010111 1010110 1000 101100111 1010100 110100

Color Harmonies of #EB1E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1E20

Black with #EB1E20

Text Example


Text Example

White with #EB1E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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