Html Css Color HEX #DC171C Fire Engine Red

📋 copy color: '#DC171C'

red 220 ◦ green 23 ◦ blue 28

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

Shades of Fire Engine Red #DC171C

Tints of Fire Engine Red #DC171C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.33%

R = 81.18%
G = 8.49%
B = 10.33%

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

#DC171C (or 0xDC171C) is known color: Fire Engine Red. HEX triplet: DC, 17 and 1C. RGB value is (220,23,28). Sum of RGB (Red+Green+Blue) = 220+23+28=271 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.18% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 220 - color contains mainly: red. Hex color #DC171C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC171C is #23E8E3. Grayscale: #525252. Windows color (decimal): -2353380 or 1841116. OLE color: 1841116.

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

Color convert

RGB 220 23 28 -
CMYK 0 0.90 0.87 0.14
HSL 358.48º 0.81% 0.48% -
HSV(B) 358.48º 0.9% 0.86% -
XYZ 30.03 15.91 2.59 -
YUV 82.47 97.27 226.09 -
System Red Green Blue C M Y K H S L
Decimal 220 23 28 0 0.90 0.87 0.14 358.48 0.81 0.48
Hex DC 17 1C 0 5A 57 E 166 51 30
Octal 334 27 34 0 132 127 16 546 121 60
Binary 11011100 10111 11100 0 1011010 1010111 1110 101100110 1010001 110000

Color Harmonies of #DC171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC171C

Black with #DC171C

Text Example


Text Example

White with #DC171C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC171C; }

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

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

background-color css

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

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

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

border-color css

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

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

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