Html Css Color HEX #EB202C Alizarin

📋 copy color: '#EB202C'

red 235 ◦ green 32 ◦ blue 44

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

Shades of Alizarin #EB202C

Tints of Alizarin #EB202C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.15%

R = 75.56%
G = 10.29%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB202C (or 0xEB202C) is known color: Alizarin. HEX triplet: EB, 20 and 2C. RGB value is (235,32,44). Sum of RGB (Red+Green+Blue) = 235+32+44=311 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.56% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 235 - color contains mainly: red. Hex color #EB202C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB202C is #14DFD3. Grayscale: #5E5E5E. Windows color (decimal): -1368020 or 2892011. OLE color: 2892011.

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

Color convert

RGB 235 32 44 -
CMYK 0 0.86 0.81 0.08
HSL 356.45º 0.84% 0.52% -
HSV(B) 356.45º 0.86% 0.92% -
XYZ 35.23 18.88 4.17 -
YUV 94.07 99.75 228.52 -
System Red Green Blue C M Y K H S L
Decimal 235 32 44 0 0.86 0.81 0.08 356.45 0.84 0.52
Hex EB 20 2C 0 56 51 8 164 54 34
Octal 353 40 54 0 126 121 10 544 124 64
Binary 11101011 100000 101100 0 1010110 1010001 1000 101100100 1010100 110100

Color Harmonies of #EB202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB202C

Black with #EB202C

Text Example


Text Example

White with #EB202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB202C; }

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

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

background-color css

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

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

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

border-color css

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

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

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