Html Css Color HEX #DC202E Alizarin

📋 copy color: '#DC202E'

red 220 ◦ green 32 ◦ blue 46

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

Shades of Alizarin #DC202E

Tints of Alizarin #DC202E

RGB

 RED value IS 220 (86.33% from 255) = 73.83%

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

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

R = 73.83%
G = 10.74%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC202E (or 0xDC202E) is known color: Alizarin. HEX triplet: DC, 20 and 2E. RGB value is (220,32,46). Sum of RGB (Red+Green+Blue) = 220+32+46=298 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.83% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 220 - color contains mainly: red. Hex color #DC202E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC202E is #23DFD1. Grayscale: #595959. Windows color (decimal): -2351058 or 3023068. OLE color: 3023068.

HSL color Cylindrical-coordinate representation of color #DC202E: hue angle of 355.53º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC202E is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 32 46 -
CMYK 0 0.85 0.79 0.14
HSL 355.53º 0.75% 0.49% -
HSV(B) 355.53º 0.85% 0.86% -
XYZ 30.52 16.45 4.15 -
YUV 89.81 103.28 220.86 -
System Red Green Blue C M Y K H S L
Decimal 220 32 46 0 0.85 0.79 0.14 355.53 0.75 0.49
Hex DC 20 2E 0 55 4F E 164 4B 31
Octal 334 40 56 0 125 117 16 544 113 61
Binary 11011100 100000 101110 0 1010101 1001111 1110 101100100 1001011 110001

Color Harmonies of #DC202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC202E

Black with #DC202E

Text Example


Text Example

White with #DC202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC202E; }

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

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

background-color css

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

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

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

border-color css

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

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

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