Shades of Fire Engine Red #D01326
Tints of Fire Engine Red #D01326
RGB
CMYK
RGB Variations
Color information
#D01326 (or 0xD01326) is known color: Fire Engine Red. HEX triplet: D0, 13 and 26. RGB value is (208,19,38). Sum of RGB (Red+Green+Blue) = 208+19+38=265 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.49% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 208 - color contains mainly: red. Hex color #D01326 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01326 is #2FECD9. Grayscale: #4D4D4D. Windows color (decimal): -3140826 or 2495440. OLE color: 2495440.
HSL color Cylindrical-coordinate representation of color #D01326: hue angle of 353.97º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D01326 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 38 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.18 |
| HSL | 353.97º | 0.83% | 0.45% | - |
| HSV(B) | 353.97º | 0.91% | 0.82% | - |
| XYZ | 26.6 | 14.02 | 3.14 | - |
| YUV | 77.68 | 105.62 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 38 | 0 | 0.91 | 0.82 | 0.18 | 353.97 | 0.83 | 0.45 |
| Hex | D0 | 13 | 26 | 0 | 5B | 52 | 12 | 162 | 53 | 2D |
| Octal | 320 | 23 | 46 | 0 | 133 | 122 | 22 | 542 | 123 | 55 |
| Binary | 11010000 | 10011 | 100110 | 0 | 1011011 | 1010010 | 10010 | 101100010 | 1010011 | 101101 |
Color Harmonies of #D01326
Complementary color
Monochromatic Colors of #D01326
Black with #D01326
Text Example
Text Example
White with #D01326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01326; }
p { color: rgb(208,19,38); }
H1.HeaderClassName
{
color: #D01326;
}
.AnyTagClassName
{
color: #D01326;
}
</style>
background-color css
<style>
a { background-color: #D01326; }
a { background-color: rgb(208,19,38); }
div.DivClassName
{
background-color: #D01326;
}
.BgClassName
{
background-color: #D01326;
}
</style>
border-color css
<style>
span { border-color: #D01326; }
span { border-color: rgb(208,19,38); }
td.TdClassName
{
border-color: #D01326;
}
.TagClassName
{
border-color: #D01326;
}
</style>