Html Css Color HEX #DD2044 Crimson

📋 copy color: '#DD2044'

red 221 ◦ green 32 ◦ blue 68

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

Shades of Crimson #DD2044

Tints of Crimson #DD2044

RGB

 RED value IS 221 (86.72% from 255) = 68.85%

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

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

R = 68.85%
G = 9.97%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD2044 (or 0xDD2044) is known color: Crimson. HEX triplet: DD, 20 and 44. RGB value is (221,32,68). Sum of RGB (Red+Green+Blue) = 221+32+68=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD2044 is #22DFBB. Grayscale: #5C5C5C. Windows color (decimal): -2285500 or 4464861. OLE color: 4464861.

HSL color Cylindrical-coordinate representation of color #DD2044: hue angle of 348.57º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD2044 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 32 68 -
CMYK 0 0.86 0.69 0.13
HSL 348.57º 0.75% 0.5% -
HSV(B) 348.57º 0.86% 0.87% -
XYZ 31.38 16.82 7.06 -
YUV 92.62 114.12 219.57 -
System Red Green Blue C M Y K H S L
Decimal 221 32 68 0 0.86 0.69 0.13 348.57 0.75 0.5
Hex DD 20 44 0 56 45 D 15D 4B 32
Octal 335 40 104 0 126 105 15 535 113 62
Binary 11011101 100000 1000100 0 1010110 1000101 1101 101011101 1001011 110010

Color Harmonies of #DD2044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2044

Black with #DD2044

Text Example


Text Example

White with #DD2044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2044; }

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

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

background-color css

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

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

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

border-color css

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

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

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