Html Css Color HEX #DD1446 Crimson

📋 copy color: '#DD1446'

red 221 ◦ green 20 ◦ blue 70

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

Shades of Crimson #DD1446

Tints of Crimson #DD1446

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.43%

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

R = 71.06%
G = 6.43%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD1446 (or 0xDD1446) is known color: Crimson. HEX triplet: DD, 14 and 46. RGB value is (221,20,70). Sum of RGB (Red+Green+Blue) = 221+20+70=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1446 is #22EBB9. Grayscale: #555555. Windows color (decimal): -2288570 or 4592861. OLE color: 4592861.

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

Color convert

RGB 221 20 70 -
CMYK 0 0.91 0.68 0.13
HSL 345.07º 0.83% 0.47% -
HSV(B) 345.07º 0.91% 0.87% -
XYZ 31.17 16.31 7.3 -
YUV 85.8 119.09 224.43 -
System Red Green Blue C M Y K H S L
Decimal 221 20 70 0 0.91 0.68 0.13 345.07 0.83 0.47
Hex DD 14 46 0 5B 44 D 159 53 2F
Octal 335 24 106 0 133 104 15 531 123 57
Binary 11011101 10100 1000110 0 1011011 1000100 1101 101011001 1010011 101111

Color Harmonies of #DD1446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1446

Black with #DD1446

Text Example


Text Example

White with #DD1446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1446; }

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

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

background-color css

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

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

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

border-color css

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

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

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