Html Css Color HEX #DC171A Fire Engine Red

📋 copy color: '#DC171A'

red 220 ◦ green 23 ◦ blue 26

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

Shades of Fire Engine Red #DC171A

Tints of Fire Engine Red #DC171A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.67%

R = 81.78%
G = 8.55%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC171A (or 0xDC171A) is known color: Fire Engine Red. HEX triplet: DC, 17 and 1A. RGB value is (220,23,26). Sum of RGB (Red+Green+Blue) = 220+23+26=269 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.78% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 220 - color contains mainly: red. Hex color #DC171A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC171A is #23E8E5. Grayscale: #525252. Windows color (decimal): -2353382 or 1710044. OLE color: 1710044.

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

Color convert

RGB 220 23 26 -
CMYK 0 0.90 0.88 0.14
HSL 359.09º 0.81% 0.48% -
HSV(B) 359.09º 0.9% 0.86% -
XYZ 30.01 15.9 2.47 -
YUV 82.25 96.27 226.26 -
System Red Green Blue C M Y K H S L
Decimal 220 23 26 0 0.90 0.88 0.14 359.09 0.81 0.48
Hex DC 17 1A 0 5A 58 E 167 51 30
Octal 334 27 32 0 132 130 16 547 121 60
Binary 11011100 10111 11010 0 1011010 1011000 1110 101100111 1010001 110000

Color Harmonies of #DC171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC171A

Black with #DC171A

Text Example


Text Example

White with #DC171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC171A; }

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

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

background-color css

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

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

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

border-color css

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

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

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