Html Css Color HEX #DD173E Crimson

📋 copy color: '#DD173E'

red 221 ◦ green 23 ◦ blue 62

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

Shades of Crimson #DD173E

Tints of Crimson #DD173E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.26%

R = 72.22%
G = 7.52%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD173E (or 0xDD173E) is known color: Crimson. HEX triplet: DD, 17 and 3E. RGB value is (221,23,62). Sum of RGB (Red+Green+Blue) = 221+23+62=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD173E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD173E is #22E8C1. Grayscale: #565656. Windows color (decimal): -2287810 or 4069341. OLE color: 4069341.

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

Color convert

RGB 221 23 62 -
CMYK 0 0.90 0.72 0.13
HSL 348.18º 0.81% 0.48% -
HSV(B) 348.18º 0.9% 0.87% -
XYZ 30.99 16.33 6.08 -
YUV 86.65 114.1 223.83 -
System Red Green Blue C M Y K H S L
Decimal 221 23 62 0 0.90 0.72 0.13 348.18 0.81 0.48
Hex DD 17 3E 0 5A 48 D 15C 51 30
Octal 335 27 76 0 132 110 15 534 121 60
Binary 11011101 10111 111110 0 1011010 1001000 1101 101011100 1010001 110000

Color Harmonies of #DD173E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD173E

Black with #DD173E

Text Example


Text Example

White with #DD173E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD173E; }

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

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

background-color css

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

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

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

border-color css

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

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

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