Shades of Fire Engine Red #DC1317
Tints of Fire Engine Red #DC1317
RGB
CMYK
RGB Variations
Color information
#DC1317 (or 0xDC1317) is known color: Fire Engine Red. HEX triplet: DC, 13 and 17. RGB value is (220,19,23). Sum of RGB (Red+Green+Blue) = 220+19+23=262 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.97% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1317 is #23ECE8. Grayscale: #4F4F4F. Windows color (decimal): -2354409 or 1512412. OLE color: 1512412.
HSL color Cylindrical-coordinate representation of color #DC1317: hue angle of 358.81º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1317 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 23 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.14 |
| HSL | 358.81º | 0.84% | 0.47% | - |
| HSV(B) | 358.81º | 0.91% | 0.86% | - |
| XYZ | 29.9 | 15.74 | 2.27 | - |
| YUV | 79.56 | 96.09 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 23 | 0 | 0.91 | 0.90 | 0.14 | 358.81 | 0.84 | 0.47 |
| Hex | DC | 13 | 17 | 0 | 5B | 5A | E | 167 | 54 | 2F |
| Octal | 334 | 23 | 27 | 0 | 133 | 132 | 16 | 547 | 124 | 57 |
| Binary | 11011100 | 10011 | 10111 | 0 | 1011011 | 1011010 | 1110 | 101100111 | 1010100 | 101111 |
Color Harmonies of #DC1317
Complementary color
Monochromatic Colors of #DC1317
Black with #DC1317
Text Example
Text Example
White with #DC1317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1317; }
p { color: rgb(220,19,23); }
H1.HeaderClassName
{
color: #DC1317;
}
.AnyTagClassName
{
color: #DC1317;
}
</style>
background-color css
<style>
a { background-color: #DC1317; }
a { background-color: rgb(220,19,23); }
div.DivClassName
{
background-color: #DC1317;
}
.BgClassName
{
background-color: #DC1317;
}
</style>
border-color css
<style>
span { border-color: #DC1317; }
span { border-color: rgb(220,19,23); }
td.TdClassName
{
border-color: #DC1317;
}
.TagClassName
{
border-color: #DC1317;
}
</style>