Html Css Color HEX #DC2040 Crimson

📋 copy color: '#DC2040'

red 220 ◦ green 32 ◦ blue 64

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

Shades of Crimson #DC2040

Tints of Crimson #DC2040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.25%

R = 69.62%
G = 10.13%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC2040 (or 0xDC2040) is known color: Crimson. HEX triplet: DC, 20 and 40. RGB value is (220,32,64). Sum of RGB (Red+Green+Blue) = 220+32+64=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2040 is #23DFBF. Grayscale: #5B5B5B. Windows color (decimal): -2351040 or 4202716. OLE color: 4202716.

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

Color convert

RGB 220 32 64 -
CMYK 0 0.85 0.71 0.14
HSL 349.79º 0.75% 0.49% -
HSV(B) 349.79º 0.85% 0.86% -
XYZ 30.96 16.62 6.43 -
YUV 91.86 112.28 219.4 -
System Red Green Blue C M Y K H S L
Decimal 220 32 64 0 0.85 0.71 0.14 349.79 0.75 0.49
Hex DC 20 40 0 55 47 E 15E 4B 31
Octal 334 40 100 0 125 107 16 536 113 61
Binary 11011100 100000 1000000 0 1010101 1000111 1110 101011110 1001011 110001

Color Harmonies of #DC2040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2040

Black with #DC2040

Text Example


Text Example

White with #DC2040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2040; }

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

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

background-color css

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

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

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

border-color css

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

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

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