Shades of Fire Engine Red #DC152A
Tints of Fire Engine Red #DC152A
RGB
CMYK
RGB Variations
Color information
#DC152A (or 0xDC152A) is known color: Fire Engine Red. HEX triplet: DC, 15 and 2A. RGB value is (220,21,42). Sum of RGB (Red+Green+Blue) = 220+21+42=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC152A is #23EAD5. Grayscale: #535353. Windows color (decimal): -2353878 or 2758108. OLE color: 2758108.
HSL color Cylindrical-coordinate representation of color #DC152A: hue angle of 353.67º 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 #DC152A is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 42 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.14 |
| HSL | 353.67º | 0.83% | 0.47% | - |
| HSV(B) | 353.67º | 0.9% | 0.86% | - |
| XYZ | 30.2 | 15.92 | 3.67 | - |
| YUV | 82.9 | 104.93 | 225.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 42 | 0 | 0.90 | 0.81 | 0.14 | 353.67 | 0.83 | 0.47 |
| Hex | DC | 15 | 2A | 0 | 5A | 51 | E | 162 | 53 | 2F |
| Octal | 334 | 25 | 52 | 0 | 132 | 121 | 16 | 542 | 123 | 57 |
| Binary | 11011100 | 10101 | 101010 | 0 | 1011010 | 1010001 | 1110 | 101100010 | 1010011 | 101111 |
Color Harmonies of #DC152A
Complementary color
Monochromatic Colors of #DC152A
Black with #DC152A
Text Example
Text Example
White with #DC152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC152A; }
p { color: rgb(220,21,42); }
H1.HeaderClassName
{
color: #DC152A;
}
.AnyTagClassName
{
color: #DC152A;
}
</style>
background-color css
<style>
a { background-color: #DC152A; }
a { background-color: rgb(220,21,42); }
div.DivClassName
{
background-color: #DC152A;
}
.BgClassName
{
background-color: #DC152A;
}
</style>
border-color css
<style>
span { border-color: #DC152A; }
span { border-color: rgb(220,21,42); }
td.TdClassName
{
border-color: #DC152A;
}
.TagClassName
{
border-color: #DC152A;
}
</style>