#DC1218

Color #DC1218 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #DC1218

Tints of Fire Engine Red #DC1218

Color information

#DC1218 (or 0xDC1218) is unknown color: approx Fire Engine Red. HEX triplet: DC, 12 and 18. RGB value is (220,18,24). Sum of RGB (Red+Green+Blue) = 220+18+24=262 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.97% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1218 is #23EDE7. Grayscale: #4F4F4F. Windows color (decimal): -2354664 or 1577692. OLE color: 1577692.

HSL color Cylindrical-coordinate representation of color #DC1218: hue angle of 358.22º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1218 is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB2201824-
CMYK00.920.890.14
HSL358.22º84.87%46.67%-
HSV(B)358.22º91.82%86.27%-
XYZ29.915.712.32-
YUV79.0896.92228.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 83.97%
GREEN value IS 18 (7.42% from 255) = 6.87%
BLUE value IS 24 (9.77% from 255) = 9.16%
R=83.97%
G=6.87%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220182400.920.890.14358.2284.8746.67
HexDC121805C59E166552f
Octal334223001341311654612557
Binary11011100100101100001011100101100111101011001101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC1218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC1218; }

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

 H1.HeaderClassName
 {
   color: #DC1218;
 }
 .AnyTagClassName
 {
   color: #DC1218;
 }
</style>
background-color css

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

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

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

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

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

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