Html Css Color HEX #DD1249 Crimson

📋 copy color: '#DD1249'

red 221 ◦ green 18 ◦ blue 73

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

Shades of Crimson #DD1249

Tints of Crimson #DD1249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.77%

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

R = 70.83%
G = 5.77%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD1249 (or 0xDD1249) is known color: Crimson. HEX triplet: DD, 12 and 49. RGB value is (221,18,73). Sum of RGB (Red+Green+Blue) = 221+18+73=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1249 is #22EDB6. Grayscale: #545454. Windows color (decimal): -2289079 or 4788957. OLE color: 4788957.

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

Color convert

RGB 221 18 73 -
CMYK 0 0.92 0.67 0.13
HSL 343.74º 0.85% 0.47% -
HSV(B) 343.74º 0.92% 0.87% -
XYZ 31.24 16.29 7.8 -
YUV 84.97 121.25 225.03 -
System Red Green Blue C M Y K H S L
Decimal 221 18 73 0 0.92 0.67 0.13 343.74 0.85 0.47
Hex DD 12 49 0 5C 43 D 158 55 2F
Octal 335 22 111 0 134 103 15 530 125 57
Binary 11011101 10010 1001001 0 1011100 1000011 1101 101011000 1010101 101111

Color Harmonies of #DD1249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1249

Black with #DD1249

Text Example


Text Example

White with #DD1249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1249; }

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

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

background-color css

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

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

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

border-color css

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

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

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