Html Css Color HEX #DC171D Fire Engine Red

📋 copy color: '#DC171D'

red 220 ◦ green 23 ◦ blue 29

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

Shades of Fire Engine Red #DC171D

Tints of Fire Engine Red #DC171D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.66%

R = 80.88%
G = 8.46%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC171D (or 0xDC171D) is known color: Fire Engine Red. HEX triplet: DC, 17 and 1D. RGB value is (220,23,29). Sum of RGB (Red+Green+Blue) = 220+23+29=272 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.88% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 220 - color contains mainly: red. Hex color #DC171D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC171D is #23E8E2. Grayscale: #525252. Windows color (decimal): -2353379 or 1906652. OLE color: 1906652.

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

Color convert

RGB 220 23 29 -
CMYK 0 0.90 0.87 0.14
HSL 358.17º 0.81% 0.48% -
HSV(B) 358.17º 0.9% 0.86% -
XYZ 30.04 15.92 2.65 -
YUV 82.59 97.77 226.01 -
System Red Green Blue C M Y K H S L
Decimal 220 23 29 0 0.90 0.87 0.14 358.17 0.81 0.48
Hex DC 17 1D 0 5A 57 E 166 51 30
Octal 334 27 35 0 132 127 16 546 121 60
Binary 11011100 10111 11101 0 1011010 1010111 1110 101100110 1010001 110000

Color Harmonies of #DC171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC171D

Black with #DC171D

Text Example


Text Example

White with #DC171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC171D; }

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

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

background-color css

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

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

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

border-color css

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

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

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