Html Css Color HEX #DD172F Crimson

📋 copy color: '#DD172F'

red 221 ◦ green 23 ◦ blue 47

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

Shades of Crimson #DD172F

Tints of Crimson #DD172F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.15%

R = 75.95%
G = 7.9%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD172F (or 0xDD172F) is known color: Crimson. HEX triplet: DD, 17 and 2F. RGB value is (221,23,47). Sum of RGB (Red+Green+Blue) = 221+23+47=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD172F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD172F is #22E8D0. Grayscale: #555555. Windows color (decimal): -2287825 or 3086301. OLE color: 3086301.

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

Color convert

RGB 221 23 47 -
CMYK 0 0.90 0.79 0.13
HSL 352.73º 0.81% 0.48% -
HSV(B) 352.73º 0.9% 0.87% -
XYZ 30.64 16.19 4.2 -
YUV 84.94 106.6 225.05 -
System Red Green Blue C M Y K H S L
Decimal 221 23 47 0 0.90 0.79 0.13 352.73 0.81 0.48
Hex DD 17 2F 0 5A 4F D 161 51 30
Octal 335 27 57 0 132 117 15 541 121 60
Binary 11011101 10111 101111 0 1011010 1001111 1101 101100001 1010001 110000

Color Harmonies of #DD172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD172F

Black with #DD172F

Text Example


Text Example

White with #DD172F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD172F; }

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

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

background-color css

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

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

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

border-color css

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

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

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