Html Css Color HEX #DC1012 Fire Engine Red

📋 copy color: '#DC1012'

red 220 ◦ green 16 ◦ blue 18

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

Shades of Fire Engine Red #DC1012

Tints of Fire Engine Red #DC1012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.09%

R = 86.61%
G = 6.3%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC1012 (or 0xDC1012) is known color: Fire Engine Red. HEX triplet: DC, 10 and 12. RGB value is (220,16,18). Sum of RGB (Red+Green+Blue) = 220+16+18=254 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.61% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1012 is #23EFED. Grayscale: #4D4D4D. Windows color (decimal): -2355182 or 1183964. OLE color: 1183964.

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

Color convert

RGB 220 16 18 -
CMYK 0 0.93 0.92 0.14
HSL 359.41º 0.86% 0.46% -
HSV(B) 359.41º 0.93% 0.86% -
XYZ 29.81 15.63 2.02 -
YUV 77.22 94.59 229.84 -
System Red Green Blue C M Y K H S L
Decimal 220 16 18 0 0.93 0.92 0.14 359.41 0.86 0.46
Hex DC 10 12 0 5D 5C E 167 56 2E
Octal 334 20 22 0 135 134 16 547 126 56
Binary 11011100 10000 10010 0 1011101 1011100 1110 101100111 1010110 101110

Color Harmonies of #DC1012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1012

Black with #DC1012

Text Example


Text Example

White with #DC1012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1012; }

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

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

background-color css

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

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

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

border-color css

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

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

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