Html Css Color HEX #EB1E28 Alizarin

📋 copy color: '#EB1E28'

red 235 ◦ green 30 ◦ blue 40

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

Shades of Alizarin #EB1E28

Tints of Alizarin #EB1E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.11%

R = 77.05%
G = 9.84%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB1E28 (or 0xEB1E28) is known color: Alizarin. HEX triplet: EB, 1E and 28. RGB value is (235,30,40). Sum of RGB (Red+Green+Blue) = 235+30+40=305 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.05% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1E28 is #14E1D7. Grayscale: #5C5C5C. Windows color (decimal): -1368536 or 2629355. OLE color: 2629355.

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

Color convert

RGB 235 30 40 -
CMYK 0 0.87 0.83 0.08
HSL 357.07º 0.84% 0.52% -
HSV(B) 357.07º 0.87% 0.92% -
XYZ 35.11 18.74 3.78 -
YUV 92.44 98.42 229.69 -
System Red Green Blue C M Y K H S L
Decimal 235 30 40 0 0.87 0.83 0.08 357.07 0.84 0.52
Hex EB 1E 28 0 57 53 8 165 54 34
Octal 353 36 50 0 127 123 10 545 124 64
Binary 11101011 11110 101000 0 1010111 1010011 1000 101100101 1010100 110100

Color Harmonies of #EB1E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1E28

Black with #EB1E28

Text Example


Text Example

White with #EB1E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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