Shades of Fire Engine Red #DC132A
Tints of Fire Engine Red #DC132A
RGB
CMYK
RGB Variations
Color information
#DC132A (or 0xDC132A) is known color: Fire Engine Red. HEX triplet: DC, 13 and 2A. RGB value is (220,19,42). Sum of RGB (Red+Green+Blue) = 220+19+42=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC132A is #23ECD5. Grayscale: #515151. Windows color (decimal): -2354390 or 2757596. OLE color: 2757596.
HSL color Cylindrical-coordinate representation of color #DC132A: hue angle of 353.13º 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 #DC132A is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 42 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.14 |
| HSL | 353.13º | 0.84% | 0.47% | - |
| HSV(B) | 353.13º | 0.91% | 0.86% | - |
| XYZ | 30.17 | 15.85 | 3.66 | - |
| YUV | 81.72 | 105.59 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 42 | 0 | 0.91 | 0.81 | 0.14 | 353.13 | 0.84 | 0.47 |
| Hex | DC | 13 | 2A | 0 | 5B | 51 | E | 161 | 54 | 2F |
| Octal | 334 | 23 | 52 | 0 | 133 | 121 | 16 | 541 | 124 | 57 |
| Binary | 11011100 | 10011 | 101010 | 0 | 1011011 | 1010001 | 1110 | 101100001 | 1010100 | 101111 |
Color Harmonies of #DC132A
Complementary color
Monochromatic Colors of #DC132A
Black with #DC132A
Text Example
Text Example
White with #DC132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC132A; }
p { color: rgb(220,19,42); }
H1.HeaderClassName
{
color: #DC132A;
}
.AnyTagClassName
{
color: #DC132A;
}
</style>
background-color css
<style>
a { background-color: #DC132A; }
a { background-color: rgb(220,19,42); }
div.DivClassName
{
background-color: #DC132A;
}
.BgClassName
{
background-color: #DC132A;
}
</style>
border-color css
<style>
span { border-color: #DC132A; }
span { border-color: rgb(220,19,42); }
td.TdClassName
{
border-color: #DC132A;
}
.TagClassName
{
border-color: #DC132A;
}
</style>