Html Css Color HEX #DD1946 Crimson

📋 copy color: '#DD1946'

red 221 ◦ green 25 ◦ blue 70

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

Shades of Crimson #DD1946

Tints of Crimson #DD1946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.15%

R = 69.94%
G = 7.91%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD1946 (or 0xDD1946) is known color: Crimson. HEX triplet: DD, 19 and 46. RGB value is (221,25,70). Sum of RGB (Red+Green+Blue) = 221+25+70=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1946 is #22E6B9. Grayscale: #585858. Windows color (decimal): -2287290 or 4594141. OLE color: 4594141.

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

Color convert

RGB 221 25 70 -
CMYK 0 0.89 0.68 0.13
HSL 346.22º 0.8% 0.48% -
HSV(B) 346.22º 0.89% 0.87% -
XYZ 31.27 16.51 7.33 -
YUV 88.73 117.43 222.34 -
System Red Green Blue C M Y K H S L
Decimal 221 25 70 0 0.89 0.68 0.13 346.22 0.8 0.48
Hex DD 19 46 0 59 44 D 15A 50 30
Octal 335 31 106 0 131 104 15 532 120 60
Binary 11011101 11001 1000110 0 1011001 1000100 1101 101011010 1010000 110000

Color Harmonies of #DD1946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1946

Black with #DD1946

Text Example


Text Example

White with #DD1946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1946; }

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

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

background-color css

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

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

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

border-color css

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

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

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