Html Css Color HEX #EB202E Alizarin

📋 copy color: '#EB202E'

red 235 ◦ green 32 ◦ blue 46

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

Shades of Alizarin #EB202E

Tints of Alizarin #EB202E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.7%

R = 75.08%
G = 10.22%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB202E (or 0xEB202E) is known color: Alizarin. HEX triplet: EB, 20 and 2E. RGB value is (235,32,46). Sum of RGB (Red+Green+Blue) = 235+32+46=313 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.08% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 235 - color contains mainly: red. Hex color #EB202E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB202E is #14DFD1. Grayscale: #5E5E5E. Windows color (decimal): -1368018 or 3023083. OLE color: 3023083.

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

Color convert

RGB 235 32 46 -
CMYK 0 0.86 0.80 0.08
HSL 355.86º 0.84% 0.52% -
HSV(B) 355.86º 0.86% 0.92% -
XYZ 35.27 18.89 4.37 -
YUV 94.29 100.75 228.36 -
System Red Green Blue C M Y K H S L
Decimal 235 32 46 0 0.86 0.80 0.08 355.86 0.84 0.52
Hex EB 20 2E 0 56 50 8 164 54 34
Octal 353 40 56 0 126 120 10 544 124 64
Binary 11101011 100000 101110 0 1010110 1010000 1000 101100100 1010100 110100

Color Harmonies of #EB202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB202E

Black with #EB202E

Text Example


Text Example

White with #EB202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB202E; }

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

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

background-color css

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

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

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

border-color css

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

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

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