Html Css Color HEX #DC2044 Crimson

📋 copy color: '#DC2044'

red 220 ◦ green 32 ◦ blue 68

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

Shades of Crimson #DC2044

Tints of Crimson #DC2044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.25%

R = 68.75%
G = 10%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DC2044 (or 0xDC2044) is known color: Crimson. HEX triplet: DC, 20 and 44. RGB value is (220,32,68). Sum of RGB (Red+Green+Blue) = 220+32+68=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2044 is #23DFBB. Grayscale: #5C5C5C. Windows color (decimal): -2351036 or 4464860. OLE color: 4464860.

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

Color convert

RGB 220 32 68 -
CMYK 0 0.85 0.69 0.14
HSL 348.51º 0.75% 0.49% -
HSV(B) 348.51º 0.85% 0.86% -
XYZ 31.08 16.67 7.05 -
YUV 92.32 114.28 219.07 -
System Red Green Blue C M Y K H S L
Decimal 220 32 68 0 0.85 0.69 0.14 348.51 0.75 0.49
Hex DC 20 44 0 55 45 E 15D 4B 31
Octal 334 40 104 0 125 105 16 535 113 61
Binary 11011100 100000 1000100 0 1010101 1000101 1110 101011101 1001011 110001

Color Harmonies of #DC2044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2044

Black with #DC2044

Text Example


Text Example

White with #DC2044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2044; }

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

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

background-color css

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

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

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

border-color css

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

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

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