Html Css Color HEX #EB2028 Alizarin

📋 copy color: '#EB2028'

red 235 ◦ green 32 ◦ blue 40

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

Shades of Alizarin #EB2028

Tints of Alizarin #EB2028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.42%

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

R = 76.55%
G = 10.42%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB2028 (or 0xEB2028) is known color: Alizarin. HEX triplet: EB, 20 and 28. RGB value is (235,32,40). Sum of RGB (Red+Green+Blue) = 235+32+40=307 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.55% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2028 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2028 is #14DFD7. Grayscale: #5D5D5D. Windows color (decimal): -1368024 or 2629867. OLE color: 2629867.

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

Color convert

RGB 235 32 40 -
CMYK 0 0.86 0.83 0.08
HSL 357.64º 0.84% 0.52% -
HSV(B) 357.64º 0.86% 0.92% -
XYZ 35.16 18.85 3.79 -
YUV 93.61 97.75 228.85 -
System Red Green Blue C M Y K H S L
Decimal 235 32 40 0 0.86 0.83 0.08 357.64 0.84 0.52
Hex EB 20 28 0 56 53 8 166 54 34
Octal 353 40 50 0 126 123 10 546 124 64
Binary 11101011 100000 101000 0 1010110 1010011 1000 101100110 1010100 110100

Color Harmonies of #EB2028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2028

Black with #EB2028

Text Example


Text Example

White with #EB2028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2028; }

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

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

background-color css

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

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

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

border-color css

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

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

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