Html Css Color HEX #DC1017 Fire Engine Red

📋 copy color: '#DC1017'

red 220 ◦ green 16 ◦ blue 23

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

Shades of Fire Engine Red #DC1017

Tints of Fire Engine Red #DC1017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.18%

 BLUE value IS 23 (9.38% from 255) = 8.88%

R = 84.94%
G = 6.18%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC1017 (or 0xDC1017) is known color: Fire Engine Red. HEX triplet: DC, 10 and 17. RGB value is (220,16,23). Sum of RGB (Red+Green+Blue) = 220+16+23=259 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.94% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1017 is #23EFE8. Grayscale: #4D4D4D. Windows color (decimal): -2355177 or 1511644. OLE color: 1511644.

HSL color Cylindrical-coordinate representation of color #DC1017: hue angle of 357.94º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC1017 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 16 23 -
CMYK 0 0.93 0.90 0.14
HSL 357.94º 0.86% 0.46% -
HSV(B) 357.94º 0.93% 0.86% -
XYZ 29.86 15.65 2.26 -
YUV 77.79 97.09 229.43 -
System Red Green Blue C M Y K H S L
Decimal 220 16 23 0 0.93 0.90 0.14 357.94 0.86 0.46
Hex DC 10 17 0 5D 5A E 166 56 2E
Octal 334 20 27 0 135 132 16 546 126 56
Binary 11011100 10000 10111 0 1011101 1011010 1110 101100110 1010110 101110

Color Harmonies of #DC1017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1017

Black with #DC1017

Text Example


Text Example

White with #DC1017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1017; }

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

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

background-color css

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

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

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

border-color css

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

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

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