Html Css Color HEX #DD1246 Crimson

📋 copy color: '#DD1246'

red 221 ◦ green 18 ◦ blue 70

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

Shades of Crimson #DD1246

Tints of Crimson #DD1246

RGB

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

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

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

R = 71.52%
G = 5.83%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD1246 (or 0xDD1246) is known color: Crimson. HEX triplet: DD, 12 and 46. RGB value is (221,18,70). Sum of RGB (Red+Green+Blue) = 221+18+70=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1246 is #22EDB9. Grayscale: #545454. Windows color (decimal): -2289082 or 4592349. OLE color: 4592349.

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

Color convert

RGB 221 18 70 -
CMYK 0 0.92 0.68 0.13
HSL 344.63º 0.85% 0.47% -
HSV(B) 344.63º 0.92% 0.87% -
XYZ 31.14 16.25 7.29 -
YUV 84.63 119.75 225.27 -
System Red Green Blue C M Y K H S L
Decimal 221 18 70 0 0.92 0.68 0.13 344.63 0.85 0.47
Hex DD 12 46 0 5C 44 D 159 55 2F
Octal 335 22 106 0 134 104 15 531 125 57
Binary 11011101 10010 1000110 0 1011100 1000100 1101 101011001 1010101 101111

Color Harmonies of #DD1246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1246

Black with #DD1246

Text Example


Text Example

White with #DD1246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1246; }

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

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

background-color css

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

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

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

border-color css

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

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

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