Html Css Color HEX #DD1948 Crimson

📋 copy color: '#DD1948'

red 221 ◦ green 25 ◦ blue 72

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

Shades of Crimson #DD1948

Tints of Crimson #DD1948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.86%

 BLUE value IS 72 (28.52% from 255) = 22.64%

R = 69.5%
G = 7.86%
B = 22.64%

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

#DD1948 (or 0xDD1948) is known color: Crimson. HEX triplet: DD, 19 and 48. RGB value is (221,25,72). Sum of RGB (Red+Green+Blue) = 221+25+72=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1948 is #22E6B7. Grayscale: #585858. Windows color (decimal): -2287288 or 4725213. OLE color: 4725213.

HSL color Cylindrical-coordinate representation of color #DD1948: hue angle of 345.61º 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 #DD1948 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 25 72 -
CMYK 0 0.89 0.67 0.13
HSL 345.61º 0.8% 0.48% -
HSV(B) 345.61º 0.89% 0.87% -
XYZ 31.34 16.54 7.67 -
YUV 88.96 118.43 222.18 -
System Red Green Blue C M Y K H S L
Decimal 221 25 72 0 0.89 0.67 0.13 345.61 0.8 0.48
Hex DD 19 48 0 59 43 D 15A 50 30
Octal 335 31 110 0 131 103 15 532 120 60
Binary 11011101 11001 1001000 0 1011001 1000011 1101 101011010 1010000 110000

Color Harmonies of #DD1948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1948

Black with #DD1948

Text Example


Text Example

White with #DD1948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1948; }

 p { color: rgb(221,25,72); }

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

background-color css

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

 a { background-color: rgb(221,25,72); }

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

border-color css

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

 span { border-color: rgb(221,25,72); }

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