Html Css Color HEX #DD1849 Crimson

📋 copy color: '#DD1849'

red 221 ◦ green 24 ◦ blue 73

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

Shades of Crimson #DD1849

Tints of Crimson #DD1849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.55%

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

R = 69.5%
G = 7.55%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD1849 (or 0xDD1849) is known color: Crimson. HEX triplet: DD, 18 and 49. RGB value is (221,24,73). Sum of RGB (Red+Green+Blue) = 221+24+73=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1849 is #22E7B6. Grayscale: #585858. Windows color (decimal): -2287543 or 4790493. OLE color: 4790493.

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

Color convert

RGB 221 24 73 -
CMYK 0 0.89 0.67 0.13
HSL 345.08º 0.8% 0.48% -
HSV(B) 345.08º 0.89% 0.87% -
XYZ 31.35 16.51 7.84 -
YUV 88.49 119.27 222.52 -
System Red Green Blue C M Y K H S L
Decimal 221 24 73 0 0.89 0.67 0.13 345.08 0.8 0.48
Hex DD 18 49 0 59 43 D 159 50 30
Octal 335 30 111 0 131 103 15 531 120 60
Binary 11011101 11000 1001001 0 1011001 1000011 1101 101011001 1010000 110000

Color Harmonies of #DD1849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1849

Black with #DD1849

Text Example


Text Example

White with #DD1849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1849; }

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

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

background-color css

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

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

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

border-color css

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

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

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