Html Css Color HEX #DC202C Alizarin

📋 copy color: '#DC202C'

red 220 ◦ green 32 ◦ blue 44

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

Shades of Alizarin #DC202C

Tints of Alizarin #DC202C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.86%

R = 74.32%
G = 10.81%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DC202C (or 0xDC202C) is known color: Alizarin. HEX triplet: DC, 20 and 2C. RGB value is (220,32,44). Sum of RGB (Red+Green+Blue) = 220+32+44=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC202C is #23DFD3. Grayscale: #595959. Windows color (decimal): -2351060 or 2891996. OLE color: 2891996.

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

Color convert

RGB 220 32 44 -
CMYK 0 0.85 0.8 0.14
HSL 356.17º 0.75% 0.49% -
HSV(B) 356.17º 0.85% 0.86% -
XYZ 30.49 16.43 3.95 -
YUV 89.58 102.28 221.02 -
System Red Green Blue C M Y K H S L
Decimal 220 32 44 0 0.85 0.8 0.14 356.17 0.75 0.49
Hex DC 20 2C 0 55 50 E 164 4B 31
Octal 334 40 54 0 125 120 16 544 113 61
Binary 11011100 100000 101100 0 1010101 1010000 1110 101100100 1001011 110001

Color Harmonies of #DC202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC202C

Black with #DC202C

Text Example


Text Example

White with #DC202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC202C; }

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

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

background-color css

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

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

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

border-color css

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

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

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