Html Css Color HEX #DC174D Crimson

📋 copy color: '#DC174D'

red 220 ◦ green 23 ◦ blue 77

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

Shades of Crimson #DC174D

Tints of Crimson #DC174D

RGB

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

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

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

R = 68.75%
G = 7.19%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC174D (or 0xDC174D) is known color: Crimson. HEX triplet: DC, 17 and 4D. RGB value is (220,23,77). Sum of RGB (Red+Green+Blue) = 220+23+77=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC174D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC174D is #23E8B2. Grayscale: #585858. Windows color (decimal): -2353331 or 5052380. OLE color: 5052380.

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

Color convert

RGB 220 23 77 -
CMYK 0 0.90 0.65 0.14
HSL 343.55º 0.81% 0.48% -
HSV(B) 343.55º 0.9% 0.86% -
XYZ 31.16 16.36 8.54 -
YUV 88.06 121.77 222.11 -
System Red Green Blue C M Y K H S L
Decimal 220 23 77 0 0.90 0.65 0.14 343.55 0.81 0.48
Hex DC 17 4D 0 5A 41 E 158 51 30
Octal 334 27 115 0 132 101 16 530 121 60
Binary 11011100 10111 1001101 0 1011010 1000001 1110 101011000 1010001 110000

Color Harmonies of #DC174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC174D

Black with #DC174D

Text Example


Text Example

White with #DC174D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC174D; }

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

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

background-color css

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

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

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

border-color css

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

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

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