Html Css Color HEX #EB2528 Alizarin

📋 copy color: '#EB2528'

red 235 ◦ green 37 ◦ blue 40

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

Shades of Alizarin #EB2528

Tints of Alizarin #EB2528

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

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

R = 75.32%
G = 11.86%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB2528 (or 0xEB2528) is known color: Alizarin. HEX triplet: EB, 25 and 28. RGB value is (235,37,40). Sum of RGB (Red+Green+Blue) = 235+37+40=312 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.32% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2528 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2528 is #14DAD7. Grayscale: #606060. Windows color (decimal): -1366744 or 2631147. OLE color: 2631147.

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

Color convert

RGB 235 37 40 -
CMYK 0 0.84 0.83 0.08
HSL 359.09º 0.83% 0.53% -
HSV(B) 359.09º 0.84% 0.92% -
XYZ 35.31 19.14 3.84 -
YUV 96.54 96.1 226.76 -
System Red Green Blue C M Y K H S L
Decimal 235 37 40 0 0.84 0.83 0.08 359.09 0.83 0.53
Hex EB 25 28 0 54 53 8 167 53 35
Octal 353 45 50 0 124 123 10 547 123 65
Binary 11101011 100101 101000 0 1010100 1010011 1000 101100111 1010011 110101

Color Harmonies of #EB2528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2528

Black with #EB2528

Text Example


Text Example

White with #EB2528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2528; }

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

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

background-color css

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

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

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

border-color css

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

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

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