Html Css Color HEX #DD174D Crimson

📋 copy color: '#DD174D'

red 221 ◦ green 23 ◦ blue 77

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

Shades of Crimson #DD174D

Tints of Crimson #DD174D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.99%

R = 68.85%
G = 7.17%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD174D (or 0xDD174D) is known color: Crimson. HEX triplet: DD, 17 and 4D. RGB value is (221,23,77). Sum of RGB (Red+Green+Blue) = 221+23+77=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD174D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD174D is #22E8B2. Grayscale: #585858. Windows color (decimal): -2287795 or 5052381. OLE color: 5052381.

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

Color convert

RGB 221 23 77 -
CMYK 0 0.90 0.65 0.13
HSL 343.64º 0.81% 0.48% -
HSV(B) 343.64º 0.9% 0.87% -
XYZ 31.46 16.52 8.55 -
YUV 88.36 121.6 222.61 -
System Red Green Blue C M Y K H S L
Decimal 221 23 77 0 0.90 0.65 0.13 343.64 0.81 0.48
Hex DD 17 4D 0 5A 41 D 158 51 30
Octal 335 27 115 0 132 101 15 530 121 60
Binary 11011101 10111 1001101 0 1011010 1000001 1101 101011000 1010001 110000

Color Harmonies of #DD174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD174D

Black with #DD174D

Text Example


Text Example

White with #DD174D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD174D; }

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

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

background-color css

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

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

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

border-color css

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

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

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