Html Css Color HEX #DC2042 Crimson

📋 copy color: '#DC2042'

red 220 ◦ green 32 ◦ blue 66

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

Shades of Crimson #DC2042

Tints of Crimson #DC2042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.75%

R = 69.18%
G = 10.06%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC2042 (or 0xDC2042) is known color: Crimson. HEX triplet: DC, 20 and 42. RGB value is (220,32,66). Sum of RGB (Red+Green+Blue) = 220+32+66=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2042 is #23DFBD. Grayscale: #5C5C5C. Windows color (decimal): -2351038 or 4333788. OLE color: 4333788.

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

Color convert

RGB 220 32 66 -
CMYK 0 0.85 0.7 0.14
HSL 349.15º 0.75% 0.49% -
HSV(B) 349.15º 0.85% 0.86% -
XYZ 31.02 16.64 6.73 -
YUV 92.09 113.28 219.24 -
System Red Green Blue C M Y K H S L
Decimal 220 32 66 0 0.85 0.7 0.14 349.15 0.75 0.49
Hex DC 20 42 0 55 46 E 15D 4B 31
Octal 334 40 102 0 125 106 16 535 113 61
Binary 11011100 100000 1000010 0 1010101 1000110 1110 101011101 1001011 110001

Color Harmonies of #DC2042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2042

Black with #DC2042

Text Example


Text Example

White with #DC2042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2042; }

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

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

background-color css

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

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

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

border-color css

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

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

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