Html Css Color HEX #DD172D Crimson

📋 copy color: '#DD172D'

red 221 ◦ green 23 ◦ blue 45

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

Shades of Crimson #DD172D

Tints of Crimson #DD172D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.57%

R = 76.47%
G = 7.96%
B = 15.57%

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

#DD172D (or 0xDD172D) is known color: Crimson. HEX triplet: DD, 17 and 2D. RGB value is (221,23,45). Sum of RGB (Red+Green+Blue) = 221+23+45=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD172D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD172D is #22E8D2. Grayscale: #545454. Windows color (decimal): -2287827 or 2955229. OLE color: 2955229.

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

Color convert

RGB 221 23 45 -
CMYK 0 0.90 0.80 0.13
HSL 353.33º 0.81% 0.48% -
HSV(B) 353.33º 0.9% 0.87% -
XYZ 30.6 16.17 3.99 -
YUV 84.71 105.6 225.21 -
System Red Green Blue C M Y K H S L
Decimal 221 23 45 0 0.90 0.80 0.13 353.33 0.81 0.48
Hex DD 17 2D 0 5A 50 D 161 51 30
Octal 335 27 55 0 132 120 15 541 121 60
Binary 11011101 10111 101101 0 1011010 1010000 1101 101100001 1010001 110000

Color Harmonies of #DD172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD172D

Black with #DD172D

Text Example


Text Example

White with #DD172D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD172D; }

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

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

background-color css

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

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

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

border-color css

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

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

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