Shades of Fire Engine Red #DC1525
Tints of Fire Engine Red #DC1525
RGB
CMYK
RGB Variations
Color information
#DC1525 (or 0xDC1525) is known color: Fire Engine Red. HEX triplet: DC, 15 and 25. RGB value is (220,21,37). Sum of RGB (Red+Green+Blue) = 220+21+37=278 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.14% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 37 (14.84% from 255 or 13.31% from 278); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1525 is #23EADA. Grayscale: #525252. Windows color (decimal): -2353883 or 2430428. OLE color: 2430428.
HSL color Cylindrical-coordinate representation of color #DC1525: hue angle of 355.18º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1525 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 37 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.14 |
| HSL | 355.18º | 0.83% | 0.47% | - |
| HSV(B) | 355.18º | 0.9% | 0.86% | - |
| XYZ | 30.12 | 15.89 | 3.23 | - |
| YUV | 82.33 | 102.43 | 226.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 37 | 0 | 0.90 | 0.83 | 0.14 | 355.18 | 0.83 | 0.47 |
| Hex | DC | 15 | 25 | 0 | 5A | 53 | E | 163 | 53 | 2F |
| Octal | 334 | 25 | 45 | 0 | 132 | 123 | 16 | 543 | 123 | 57 |
| Binary | 11011100 | 10101 | 100101 | 0 | 1011010 | 1010011 | 1110 | 101100011 | 1010011 | 101111 |
Color Harmonies of #DC1525
Complementary color
Monochromatic Colors of #DC1525
Black with #DC1525
Text Example
Text Example
White with #DC1525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1525; }
p { color: rgb(220,21,37); }
H1.HeaderClassName
{
color: #DC1525;
}
.AnyTagClassName
{
color: #DC1525;
}
</style>
background-color css
<style>
a { background-color: #DC1525; }
a { background-color: rgb(220,21,37); }
div.DivClassName
{
background-color: #DC1525;
}
.BgClassName
{
background-color: #DC1525;
}
</style>
border-color css
<style>
span { border-color: #DC1525; }
span { border-color: rgb(220,21,37); }
td.TdClassName
{
border-color: #DC1525;
}
.TagClassName
{
border-color: #DC1525;
}
</style>