Html Css Color HEX #DC1016 Fire Engine Red

📋 copy color: '#DC1016'

red 220 ◦ green 16 ◦ blue 22

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

Shades of Fire Engine Red #DC1016

Tints of Fire Engine Red #DC1016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.53%

R = 85.27%
G = 6.2%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC1016 (or 0xDC1016) is known color: Fire Engine Red. HEX triplet: DC, 10 and 16. RGB value is (220,16,22). Sum of RGB (Red+Green+Blue) = 220+16+22=258 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.27% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1016 is #23EFE9. Grayscale: #4D4D4D. Windows color (decimal): -2355178 or 1446108. OLE color: 1446108.

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

Color convert

RGB 220 16 22 -
CMYK 0 0.93 0.9 0.14
HSL 358.24º 0.86% 0.46% -
HSV(B) 358.24º 0.93% 0.86% -
XYZ 29.85 15.64 2.21 -
YUV 77.68 96.59 229.51 -
System Red Green Blue C M Y K H S L
Decimal 220 16 22 0 0.93 0.9 0.14 358.24 0.86 0.46
Hex DC 10 16 0 5D 5A E 166 56 2E
Octal 334 20 26 0 135 132 16 546 126 56
Binary 11011100 10000 10110 0 1011101 1011010 1110 101100110 1010110 101110

Color Harmonies of #DC1016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1016

Black with #DC1016

Text Example


Text Example

White with #DC1016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1016; }

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

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

background-color css

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

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

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

border-color css

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

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

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