Html Css Color HEX #DD172C Crimson

📋 copy color: '#DD172C'

red 221 ◦ green 23 ◦ blue 44

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

Shades of Crimson #DD172C

Tints of Crimson #DD172C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.28%

R = 76.74%
G = 7.99%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD172C (or 0xDD172C) is known color: Crimson. HEX triplet: DD, 17 and 2C. RGB value is (221,23,44). Sum of RGB (Red+Green+Blue) = 221+23+44=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 44 (17.58% from 255 or 15.28% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD172C is #22E8D3. Grayscale: #545454. Windows color (decimal): -2287828 or 2889693. OLE color: 2889693.

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

Color convert

RGB 221 23 44 -
CMYK 0 0.90 0.80 0.13
HSL 353.64º 0.81% 0.48% -
HSV(B) 353.64º 0.9% 0.87% -
XYZ 30.58 16.17 3.89 -
YUV 84.6 105.1 225.29 -
System Red Green Blue C M Y K H S L
Decimal 221 23 44 0 0.90 0.80 0.13 353.64 0.81 0.48
Hex DD 17 2C 0 5A 50 D 162 51 30
Octal 335 27 54 0 132 120 15 542 121 60
Binary 11011101 10111 101100 0 1011010 1010000 1101 101100010 1010001 110000

Color Harmonies of #DD172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD172C

Black with #DD172C

Text Example


Text Example

White with #DD172C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD172C; }

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

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

background-color css

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

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

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

border-color css

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

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

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