Html Css Color HEX #DC173C Crimson

📋 copy color: '#DC173C'

red 220 ◦ green 23 ◦ blue 60

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

Shades of Crimson #DC173C

Tints of Crimson #DC173C

RGB

 RED value IS 220 (86.33% from 255) = 72.61%

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

 BLUE value IS 60 (23.83% from 255) = 19.8%

R = 72.61%
G = 7.59%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC173C (or 0xDC173C) is known color: Crimson. HEX triplet: DC, 17 and 3C. RGB value is (220,23,60). Sum of RGB (Red+Green+Blue) = 220+23+60=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC173C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC173C is #23E8C3. Grayscale: #565656. Windows color (decimal): -2353348 or 3938268. OLE color: 3938268.

HSL color Cylindrical-coordinate representation of color #DC173C: hue angle of 348.73º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC173C is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 23 60 -
CMYK 0 0.90 0.73 0.14
HSL 348.73º 0.81% 0.48% -
HSV(B) 348.73º 0.9% 0.86% -
XYZ 30.64 16.15 5.78 -
YUV 86.12 113.27 223.49 -
System Red Green Blue C M Y K H S L
Decimal 220 23 60 0 0.90 0.73 0.14 348.73 0.81 0.48
Hex DC 17 3C 0 5A 49 E 15D 51 30
Octal 334 27 74 0 132 111 16 535 121 60
Binary 11011100 10111 111100 0 1011010 1001001 1110 101011101 1010001 110000

Color Harmonies of #DC173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC173C

Black with #DC173C

Text Example


Text Example

White with #DC173C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC173C; }

 p { color: rgb(220,23,60); }

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

background-color css

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

 a { background-color: rgb(220,23,60); }

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

border-color css

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

 span { border-color: rgb(220,23,60); }

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