Shades of Fire Engine Red #DC151A
Tints of Fire Engine Red #DC151A
RGB
CMYK
RGB Variations
Color information
#DC151A (or 0xDC151A) is known color: Fire Engine Red. HEX triplet: DC, 15 and 1A. RGB value is (220,21,26). Sum of RGB (Red+Green+Blue) = 220+21+26=267 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.40% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 220 - color contains mainly: red. Hex color #DC151A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC151A is #23EAE5. Grayscale: #515151. Windows color (decimal): -2353894 or 1709532. OLE color: 1709532.
HSL color Cylindrical-coordinate representation of color #DC151A: hue angle of 358.49º 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 #DC151A is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 26 | - |
| CMYK | 0 | 0.90 | 0.88 | 0.14 |
| HSL | 358.49º | 0.83% | 0.47% | - |
| HSV(B) | 358.49º | 0.9% | 0.86% | - |
| XYZ | 29.97 | 15.83 | 2.45 | - |
| YUV | 81.07 | 96.93 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 26 | 0 | 0.90 | 0.88 | 0.14 | 358.49 | 0.83 | 0.47 |
| Hex | DC | 15 | 1A | 0 | 5A | 58 | E | 166 | 53 | 2F |
| Octal | 334 | 25 | 32 | 0 | 132 | 130 | 16 | 546 | 123 | 57 |
| Binary | 11011100 | 10101 | 11010 | 0 | 1011010 | 1011000 | 1110 | 101100110 | 1010011 | 101111 |
Color Harmonies of #DC151A
Complementary color
Monochromatic Colors of #DC151A
Black with #DC151A
Text Example
Text Example
White with #DC151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC151A; }
p { color: rgb(220,21,26); }
H1.HeaderClassName
{
color: #DC151A;
}
.AnyTagClassName
{
color: #DC151A;
}
</style>
background-color css
<style>
a { background-color: #DC151A; }
a { background-color: rgb(220,21,26); }
div.DivClassName
{
background-color: #DC151A;
}
.BgClassName
{
background-color: #DC151A;
}
</style>
border-color css
<style>
span { border-color: #DC151A; }
span { border-color: rgb(220,21,26); }
td.TdClassName
{
border-color: #DC151A;
}
.TagClassName
{
border-color: #DC151A;
}
</style>