Html Css Color HEX #DC2046 Crimson

📋 copy color: '#DC2046'

red 220 ◦ green 32 ◦ blue 70

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

Shades of Crimson #DC2046

Tints of Crimson #DC2046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.74%

R = 68.32%
G = 9.94%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC2046 (or 0xDC2046) is known color: Crimson. HEX triplet: DC, 20 and 46. RGB value is (220,32,70). Sum of RGB (Red+Green+Blue) = 220+32+70=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2046 is #23DFB9. Grayscale: #5C5C5C. Windows color (decimal): -2351034 or 4595932. OLE color: 4595932.

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

Color convert

RGB 220 32 70 -
CMYK 0 0.85 0.68 0.14
HSL 347.87º 0.75% 0.49% -
HSV(B) 347.87º 0.85% 0.86% -
XYZ 31.14 16.69 7.37 -
YUV 92.54 115.28 218.91 -
System Red Green Blue C M Y K H S L
Decimal 220 32 70 0 0.85 0.68 0.14 347.87 0.75 0.49
Hex DC 20 46 0 55 44 E 15C 4B 31
Octal 334 40 106 0 125 104 16 534 113 61
Binary 11011100 100000 1000110 0 1010101 1000100 1110 101011100 1001011 110001

Color Harmonies of #DC2046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2046

Black with #DC2046

Text Example


Text Example

White with #DC2046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2046; }

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

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

background-color css

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

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

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

border-color css

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

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

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