Html Css Color HEX #DD1746 Crimson

📋 copy color: '#DD1746'

red 221 ◦ green 23 ◦ blue 70

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

Shades of Crimson #DD1746

Tints of Crimson #DD1746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.32%

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

R = 70.38%
G = 7.32%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DD1746 (or 0xDD1746) is known color: Crimson. HEX triplet: DD, 17 and 46. RGB value is (221,23,70). Sum of RGB (Red+Green+Blue) = 221+23+70=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1746 is #22E8B9. Grayscale: #575757. Windows color (decimal): -2287802 or 4593629. OLE color: 4593629.

HSL color Cylindrical-coordinate representation of color #DD1746: hue angle of 345.76º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1746 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 23 70 -
CMYK 0 0.90 0.68 0.13
HSL 345.76º 0.81% 0.48% -
HSV(B) 345.76º 0.9% 0.87% -
XYZ 31.23 16.43 7.32 -
YUV 87.56 118.1 223.18 -
System Red Green Blue C M Y K H S L
Decimal 221 23 70 0 0.90 0.68 0.13 345.76 0.81 0.48
Hex DD 17 46 0 5A 44 D 15A 51 30
Octal 335 27 106 0 132 104 15 532 121 60
Binary 11011101 10111 1000110 0 1011010 1000100 1101 101011010 1010001 110000

Color Harmonies of #DD1746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1746

Black with #DD1746

Text Example


Text Example

White with #DD1746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1746; }

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

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

background-color css

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

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

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

border-color css

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

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

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