Html Css Color HEX #DD1749 Crimson

📋 copy color: '#DD1749'

red 221 ◦ green 23 ◦ blue 73

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

Shades of Crimson #DD1749

Tints of Crimson #DD1749

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.26%

 BLUE value IS 73 (28.91% from 255) = 23.03%

R = 69.72%
G = 7.26%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD1749 (or 0xDD1749) is known color: Crimson. HEX triplet: DD, 17 and 49. RGB value is (221,23,73). Sum of RGB (Red+Green+Blue) = 221+23+73=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1749 is #22E8B6. Grayscale: #575757. Windows color (decimal): -2287799 or 4790237. OLE color: 4790237.

HSL color Cylindrical-coordinate representation of color #DD1749: hue angle of 344.85º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1749 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 23 73 -
CMYK 0 0.90 0.67 0.13
HSL 344.85º 0.81% 0.48% -
HSV(B) 344.85º 0.9% 0.87% -
XYZ 31.33 16.47 7.83 -
YUV 87.9 119.6 222.93 -
System Red Green Blue C M Y K H S L
Decimal 221 23 73 0 0.90 0.67 0.13 344.85 0.81 0.48
Hex DD 17 49 0 5A 43 D 159 51 30
Octal 335 27 111 0 132 103 15 531 121 60
Binary 11011101 10111 1001001 0 1011010 1000011 1101 101011001 1010001 110000

Color Harmonies of #DD1749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1749

Black with #DD1749

Text Example


Text Example

White with #DD1749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1749; }

 p { color: rgb(221,23,73); }

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

background-color css

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

 a { background-color: rgb(221,23,73); }

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

border-color css

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

 span { border-color: rgb(221,23,73); }

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