Html Css Color HEX #EB2425 Alizarin

📋 copy color: '#EB2425'

red 235 ◦ green 36 ◦ blue 37

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

Shades of Alizarin #EB2425

Tints of Alizarin #EB2425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.69%

 BLUE value IS 37 (14.84% from 255) = 12.01%

R = 76.3%
G = 11.69%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.08

RGB Variations

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

Color information

#EB2425 (or 0xEB2425) is known color: Alizarin. HEX triplet: EB, 24 and 25. RGB value is (235,36,37). Sum of RGB (Red+Green+Blue) = 235+36+37=308 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.30% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2425 is #14DBDA. Grayscale: #5F5F5F. Windows color (decimal): -1367003 or 2434283. OLE color: 2434283.

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

Color convert

RGB 235 36 37 -
CMYK 0 0.85 0.84 0.08
HSL 359.7º 0.83% 0.53% -
HSV(B) 359.7º 0.85% 0.92% -
XYZ 35.23 19.06 3.57 -
YUV 95.62 94.93 227.42 -
System Red Green Blue C M Y K H S L
Decimal 235 36 37 0 0.85 0.84 0.08 359.7 0.83 0.53
Hex EB 24 25 0 55 54 8 168 53 35
Octal 353 44 45 0 125 124 10 550 123 65
Binary 11101011 100100 100101 0 1010101 1010100 1000 101101000 1010011 110101

Color Harmonies of #EB2425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2425

Black with #EB2425

Text Example


Text Example

White with #EB2425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2425; }

 p { color: rgb(235,36,37); }

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

background-color css

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

 a { background-color: rgb(235,36,37); }

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

border-color css

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

 span { border-color: rgb(235,36,37); }

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