Html Css Color HEX #DC172D Crimson

📋 copy color: '#DC172D'

red 220 ◦ green 23 ◦ blue 45

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

Shades of Crimson #DC172D

Tints of Crimson #DC172D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.63%

R = 76.39%
G = 7.99%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC172D (or 0xDC172D) is known color: Crimson. HEX triplet: DC, 17 and 2D. RGB value is (220,23,45). Sum of RGB (Red+Green+Blue) = 220+23+45=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC172D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC172D is #23E8D2. Grayscale: #545454. Windows color (decimal): -2353363 or 2955228. OLE color: 2955228.

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

Color convert

RGB 220 23 45 -
CMYK 0 0.90 0.80 0.14
HSL 353.3º 0.81% 0.48% -
HSV(B) 353.3º 0.9% 0.86% -
XYZ 30.3 16.02 3.98 -
YUV 84.41 105.77 224.71 -
System Red Green Blue C M Y K H S L
Decimal 220 23 45 0 0.90 0.80 0.14 353.3 0.81 0.48
Hex DC 17 2D 0 5A 50 E 161 51 30
Octal 334 27 55 0 132 120 16 541 121 60
Binary 11011100 10111 101101 0 1011010 1010000 1110 101100001 1010001 110000

Color Harmonies of #DC172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC172D

Black with #DC172D

Text Example


Text Example

White with #DC172D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC172D; }

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

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

background-color css

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

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

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

border-color css

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

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

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