Html Css Color HEX #EB1E30 Alizarin

📋 copy color: '#EB1E30'

red 235 ◦ green 30 ◦ blue 48

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

Shades of Alizarin #EB1E30

Tints of Alizarin #EB1E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.34%

R = 75.08%
G = 9.58%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB1E30 (or 0xEB1E30) is known color: Alizarin. HEX triplet: EB, 1E and 30. RGB value is (235,30,48). Sum of RGB (Red+Green+Blue) = 235+30+48=313 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.08% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1E30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1E30 is #14E1CF. Grayscale: #5D5D5D. Windows color (decimal): -1368528 or 3153643. OLE color: 3153643.

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

Color convert

RGB 235 30 48 -
CMYK 0 0.87 0.80 0.08
HSL 354.73º 0.84% 0.52% -
HSV(B) 354.73º 0.87% 0.92% -
XYZ 35.26 18.8 4.57 -
YUV 93.35 102.42 229.04 -
System Red Green Blue C M Y K H S L
Decimal 235 30 48 0 0.87 0.80 0.08 354.73 0.84 0.52
Hex EB 1E 30 0 57 50 8 163 54 34
Octal 353 36 60 0 127 120 10 543 124 64
Binary 11101011 11110 110000 0 1010111 1010000 1000 101100011 1010100 110100

Color Harmonies of #EB1E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1E30

Black with #EB1E30

Text Example


Text Example

White with #EB1E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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