Html Css Color HEX #DD1046 Crimson

📋 copy color: '#DD1046'

red 221 ◦ green 16 ◦ blue 70

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

Shades of Crimson #DD1046

Tints of Crimson #DD1046

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.21%

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

R = 71.99%
G = 5.21%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD1046 (or 0xDD1046) is known color: Crimson. HEX triplet: DD, 10 and 46. RGB value is (221,16,70). Sum of RGB (Red+Green+Blue) = 221+16+70=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1046 is #22EFB9. Grayscale: #535353. Windows color (decimal): -2289594 or 4591837. OLE color: 4591837.

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

Color convert

RGB 221 16 70 -
CMYK 0 0.93 0.68 0.13
HSL 344.2º 0.86% 0.46% -
HSV(B) 344.2º 0.93% 0.87% -
XYZ 31.11 16.18 7.28 -
YUV 83.45 120.42 226.11 -
System Red Green Blue C M Y K H S L
Decimal 221 16 70 0 0.93 0.68 0.13 344.2 0.86 0.46
Hex DD 10 46 0 5D 44 D 158 56 2E
Octal 335 20 106 0 135 104 15 530 126 56
Binary 11011101 10000 1000110 0 1011101 1000100 1101 101011000 1010110 101110

Color Harmonies of #DD1046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1046

Black with #DD1046

Text Example


Text Example

White with #DD1046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1046; }

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

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

background-color css

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

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

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

border-color css

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

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

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