Shades of Fire Engine Red #DC1B25
Tints of Fire Engine Red #DC1B25
RGB
CMYK
RGB Variations
Color information
#DC1B25 (or 0xDC1B25) is known color: Fire Engine Red. HEX triplet: DC, 1B and 25. RGB value is (220,27,37). Sum of RGB (Red+Green+Blue) = 220+27+37=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1B25 is #23E4DA. Grayscale: #565656. Windows color (decimal): -2352347 or 2431964. OLE color: 2431964.
HSL color Cylindrical-coordinate representation of color #DC1B25: hue angle of 356.89º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1B25 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 37 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.14 |
| HSL | 356.89º | 0.78% | 0.48% | - |
| HSV(B) | 356.89º | 0.88% | 0.86% | - |
| XYZ | 30.24 | 16.13 | 3.27 | - |
| YUV | 85.85 | 100.44 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 37 | 0 | 0.88 | 0.83 | 0.14 | 356.89 | 0.78 | 0.48 |
| Hex | DC | 1B | 25 | 0 | 58 | 53 | E | 165 | 4E | 30 |
| Octal | 334 | 33 | 45 | 0 | 130 | 123 | 16 | 545 | 116 | 60 |
| Binary | 11011100 | 11011 | 100101 | 0 | 1011000 | 1010011 | 1110 | 101100101 | 1001110 | 110000 |
Color Harmonies of #DC1B25
Complementary color
Monochromatic Colors of #DC1B25
Black with #DC1B25
Text Example
Text Example
White with #DC1B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1B25; }
p { color: rgb(220,27,37); }
H1.HeaderClassName
{
color: #DC1B25;
}
.AnyTagClassName
{
color: #DC1B25;
}
</style>
background-color css
<style>
a { background-color: #DC1B25; }
a { background-color: rgb(220,27,37); }
div.DivClassName
{
background-color: #DC1B25;
}
.BgClassName
{
background-color: #DC1B25;
}
</style>
border-color css
<style>
span { border-color: #DC1B25; }
span { border-color: rgb(220,27,37); }
td.TdClassName
{
border-color: #DC1B25;
}
.TagClassName
{
border-color: #DC1B25;
}
</style>