Html Css Color HEX #EB202F Alizarin

📋 copy color: '#EB202F'

red 235 ◦ green 32 ◦ blue 47

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

Shades of Alizarin #EB202F

Tints of Alizarin #EB202F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.97%

R = 74.84%
G = 10.19%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.8

 K value IS 0.08

RGB Variations

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

Color information

#EB202F (or 0xEB202F) is known color: Alizarin. HEX triplet: EB, 20 and 2F. RGB value is (235,32,47). Sum of RGB (Red+Green+Blue) = 235+32+47=314 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.84% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 235 - color contains mainly: red. Hex color #EB202F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB202F is #14DFD0. Grayscale: #5E5E5E. Windows color (decimal): -1368017 or 3088619. OLE color: 3088619.

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

Color convert

RGB 235 32 47 -
CMYK 0 0.86 0.8 0.08
HSL 355.57º 0.84% 0.52% -
HSV(B) 355.57º 0.86% 0.92% -
XYZ 35.29 18.9 4.48 -
YUV 94.41 101.25 228.28 -
System Red Green Blue C M Y K H S L
Decimal 235 32 47 0 0.86 0.8 0.08 355.57 0.84 0.52
Hex EB 20 2F 0 56 50 8 164 54 34
Octal 353 40 57 0 126 120 10 544 124 64
Binary 11101011 100000 101111 0 1010110 1010000 1000 101100100 1010100 110100

Color Harmonies of #EB202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB202F

Black with #EB202F

Text Example


Text Example

White with #EB202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB202F; }

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

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

background-color css

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

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

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

border-color css

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

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

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