Html Css Color HEX #DC2041 Crimson

📋 copy color: '#DC2041'

red 220 ◦ green 32 ◦ blue 65

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

Shades of Crimson #DC2041

Tints of Crimson #DC2041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.5%

R = 69.4%
G = 10.09%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC2041 (or 0xDC2041) is known color: Crimson. HEX triplet: DC, 20 and 41. RGB value is (220,32,65). Sum of RGB (Red+Green+Blue) = 220+32+65=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2041 is #23DFBE. Grayscale: #5C5C5C. Windows color (decimal): -2351039 or 4268252. OLE color: 4268252.

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

Color convert

RGB 220 32 65 -
CMYK 0 0.85 0.70 0.14
HSL 349.47º 0.75% 0.49% -
HSV(B) 349.47º 0.85% 0.86% -
XYZ 30.99 16.63 6.58 -
YUV 91.97 112.78 219.32 -
System Red Green Blue C M Y K H S L
Decimal 220 32 65 0 0.85 0.70 0.14 349.47 0.75 0.49
Hex DC 20 41 0 55 46 E 15D 4B 31
Octal 334 40 101 0 125 106 16 535 113 61
Binary 11011100 100000 1000001 0 1010101 1000110 1110 101011101 1001011 110001

Color Harmonies of #DC2041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2041

Black with #DC2041

Text Example


Text Example

White with #DC2041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2041; }

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

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

background-color css

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

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

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

border-color css

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

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

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