Html Css Color HEX #EB202D Alizarin

📋 copy color: '#EB202D'

red 235 ◦ green 32 ◦ blue 45

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

Shades of Alizarin #EB202D

Tints of Alizarin #EB202D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.42%

R = 75.32%
G = 10.26%
B = 14.42%

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

#EB202D (or 0xEB202D) is known color: Alizarin. HEX triplet: EB, 20 and 2D. RGB value is (235,32,45). Sum of RGB (Red+Green+Blue) = 235+32+45=312 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.32% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 235 - color contains mainly: red. Hex color #EB202D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB202D is #14DFD2. Grayscale: #5E5E5E. Windows color (decimal): -1368019 or 2957547. OLE color: 2957547.

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

Color convert

RGB 235 32 45 -
CMYK 0 0.86 0.81 0.08
HSL 356.16º 0.84% 0.52% -
HSV(B) 356.16º 0.86% 0.92% -
XYZ 35.25 18.88 4.27 -
YUV 94.18 100.25 228.44 -
System Red Green Blue C M Y K H S L
Decimal 235 32 45 0 0.86 0.81 0.08 356.16 0.84 0.52
Hex EB 20 2D 0 56 51 8 164 54 34
Octal 353 40 55 0 126 121 10 544 124 64
Binary 11101011 100000 101101 0 1010110 1010001 1000 101100100 1010100 110100

Color Harmonies of #EB202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB202D

Black with #EB202D

Text Example


Text Example

White with #EB202D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB202D; }

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

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

background-color css

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

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

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

border-color css

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

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

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