Html Css Color HEX #DC203A Alizarin

📋 copy color: '#DC203A'

red 220 ◦ green 32 ◦ blue 58

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

Shades of Alizarin #DC203A

Tints of Alizarin #DC203A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.71%

R = 70.97%
G = 10.32%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC203A (or 0xDC203A) is known color: Alizarin. HEX triplet: DC, 20 and 3A. RGB value is (220,32,58). Sum of RGB (Red+Green+Blue) = 220+32+58=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC203A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC203A is #23DFC5. Grayscale: #5B5B5B. Windows color (decimal): -2351046 or 3809500. OLE color: 3809500.

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

Color convert

RGB 220 32 58 -
CMYK 0 0.85 0.74 0.14
HSL 351.7º 0.75% 0.49% -
HSV(B) 351.7º 0.85% 0.86% -
XYZ 30.8 16.55 5.58 -
YUV 91.18 109.28 219.89 -
System Red Green Blue C M Y K H S L
Decimal 220 32 58 0 0.85 0.74 0.14 351.7 0.75 0.49
Hex DC 20 3A 0 55 4A E 160 4B 31
Octal 334 40 72 0 125 112 16 540 113 61
Binary 11011100 100000 111010 0 1010101 1001010 1110 101100000 1001011 110001

Color Harmonies of #DC203A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC203A

Black with #DC203A

Text Example


Text Example

White with #DC203A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC203A; }

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

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

background-color css

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

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

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

border-color css

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

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

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