Html Css Color HEX #EB202A Alizarin

📋 copy color: '#EB202A'

red 235 ◦ green 32 ◦ blue 42

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

Shades of Alizarin #EB202A

Tints of Alizarin #EB202A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.59%

R = 76.05%
G = 10.36%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB202A (or 0xEB202A) is known color: Alizarin. HEX triplet: EB, 20 and 2A. RGB value is (235,32,42). Sum of RGB (Red+Green+Blue) = 235+32+42=309 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.05% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 235 - color contains mainly: red. Hex color #EB202A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB202A is #14DFD5. Grayscale: #5E5E5E. Windows color (decimal): -1368022 or 2760939. OLE color: 2760939.

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

Color convert

RGB 235 32 42 -
CMYK 0 0.86 0.82 0.08
HSL 357.04º 0.84% 0.52% -
HSV(B) 357.04º 0.86% 0.92% -
XYZ 35.2 18.86 3.98 -
YUV 93.84 98.75 228.69 -
System Red Green Blue C M Y K H S L
Decimal 235 32 42 0 0.86 0.82 0.08 357.04 0.84 0.52
Hex EB 20 2A 0 56 52 8 165 54 34
Octal 353 40 52 0 126 122 10 545 124 64
Binary 11101011 100000 101010 0 1010110 1010010 1000 101100101 1010100 110100

Color Harmonies of #EB202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB202A

Black with #EB202A

Text Example


Text Example

White with #EB202A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB202A; }

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

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

background-color css

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

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

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

border-color css

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

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

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