Html Css Color HEX #DD173C Crimson

📋 copy color: '#DD173C'

red 221 ◦ green 23 ◦ blue 60

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

Shades of Crimson #DD173C

Tints of Crimson #DD173C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.74%

R = 72.7%
G = 7.57%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD173C (or 0xDD173C) is known color: Crimson. HEX triplet: DD, 17 and 3C. RGB value is (221,23,60). Sum of RGB (Red+Green+Blue) = 221+23+60=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD173C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD173C is #22E8C3. Grayscale: #565656. Windows color (decimal): -2287812 or 3938269. OLE color: 3938269.

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

Color convert

RGB 221 23 60 -
CMYK 0 0.90 0.73 0.13
HSL 348.79º 0.81% 0.48% -
HSV(B) 348.79º 0.9% 0.87% -
XYZ 30.94 16.31 5.79 -
YUV 86.42 113.1 223.99 -
System Red Green Blue C M Y K H S L
Decimal 221 23 60 0 0.90 0.73 0.13 348.79 0.81 0.48
Hex DD 17 3C 0 5A 49 D 15D 51 30
Octal 335 27 74 0 132 111 15 535 121 60
Binary 11011101 10111 111100 0 1011010 1001001 1101 101011101 1010001 110000

Color Harmonies of #DD173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD173C

Black with #DD173C

Text Example


Text Example

White with #DD173C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD173C; }

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

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

background-color css

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

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

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

border-color css

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

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

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