Html Css Color HEX #DC1014 Fire Engine Red

📋 copy color: '#DC1014'

red 220 ◦ green 16 ◦ blue 20

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

Shades of Fire Engine Red #DC1014

Tints of Fire Engine Red #DC1014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 85.94%
G = 6.25%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC1014 (or 0xDC1014) is known color: Fire Engine Red. HEX triplet: DC, 10 and 14. RGB value is (220,16,20). Sum of RGB (Red+Green+Blue) = 220+16+20=256 (33% of max value = 765). Red value is 220 (86.33% from 255 or 85.94% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1014 is #23EFEB. Grayscale: #4D4D4D. Windows color (decimal): -2355180 or 1315036. OLE color: 1315036.

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

Color convert

RGB 220 16 20 -
CMYK 0 0.93 0.91 0.14
HSL 358.82º 0.86% 0.46% -
HSV(B) 358.82º 0.93% 0.86% -
XYZ 29.83 15.64 2.11 -
YUV 77.45 95.59 229.67 -
System Red Green Blue C M Y K H S L
Decimal 220 16 20 0 0.93 0.91 0.14 358.82 0.86 0.46
Hex DC 10 14 0 5D 5B E 167 56 2E
Octal 334 20 24 0 135 133 16 547 126 56
Binary 11011100 10000 10100 0 1011101 1011011 1110 101100111 1010110 101110

Color Harmonies of #DC1014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1014

Black with #DC1014

Text Example


Text Example

White with #DC1014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1014; }

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

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

background-color css

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

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

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

border-color css

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

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

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