Shades of Fire Engine Red #DC152B
Tints of Fire Engine Red #DC152B
RGB
CMYK
RGB Variations
Color information
#DC152B (or 0xDC152B) is known color: Fire Engine Red. HEX triplet: DC, 15 and 2B. RGB value is (220,21,43). Sum of RGB (Red+Green+Blue) = 220+21+43=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC152B is #23EAD4. Grayscale: #535353. Windows color (decimal): -2353877 or 2823644. OLE color: 2823644.
HSL color Cylindrical-coordinate representation of color #DC152B: hue angle of 353.37º 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 #DC152B is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 43 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.14 |
| HSL | 353.37º | 0.83% | 0.47% | - |
| HSV(B) | 353.37º | 0.9% | 0.86% | - |
| XYZ | 30.22 | 15.93 | 3.77 | - |
| YUV | 83.01 | 105.43 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 43 | 0 | 0.90 | 0.80 | 0.14 | 353.37 | 0.83 | 0.47 |
| Hex | DC | 15 | 2B | 0 | 5A | 50 | E | 161 | 53 | 2F |
| Octal | 334 | 25 | 53 | 0 | 132 | 120 | 16 | 541 | 123 | 57 |
| Binary | 11011100 | 10101 | 101011 | 0 | 1011010 | 1010000 | 1110 | 101100001 | 1010011 | 101111 |
Color Harmonies of #DC152B
Complementary color
Monochromatic Colors of #DC152B
Black with #DC152B
Text Example
Text Example
White with #DC152B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC152B; }
p { color: rgb(220,21,43); }
H1.HeaderClassName
{
color: #DC152B;
}
.AnyTagClassName
{
color: #DC152B;
}
</style>
background-color css
<style>
a { background-color: #DC152B; }
a { background-color: rgb(220,21,43); }
div.DivClassName
{
background-color: #DC152B;
}
.BgClassName
{
background-color: #DC152B;
}
</style>
border-color css
<style>
span { border-color: #DC152B; }
span { border-color: rgb(220,21,43); }
td.TdClassName
{
border-color: #DC152B;
}
.TagClassName
{
border-color: #DC152B;
}
</style>