Shades of Fire Engine Red #D01329
Tints of Fire Engine Red #D01329
RGB
CMYK
RGB Variations
Color information
#D01329 (or 0xD01329) is known color: Fire Engine Red. HEX triplet: D0, 13 and 29. RGB value is (208,19,41). Sum of RGB (Red+Green+Blue) = 208+19+41=268 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.61% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 208 - color contains mainly: red. Hex color #D01329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01329 is #2FECD6. Grayscale: #4E4E4E. Windows color (decimal): -3140823 or 2692048. OLE color: 2692048.
HSL color Cylindrical-coordinate representation of color #D01329: hue angle of 353.02º 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 #D01329 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 41 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.18 |
| HSL | 353.02º | 0.83% | 0.45% | - |
| HSV(B) | 353.02º | 0.91% | 0.82% | - |
| XYZ | 26.65 | 14.04 | 3.4 | - |
| YUV | 78.02 | 107.12 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 41 | 0 | 0.91 | 0.80 | 0.18 | 353.02 | 0.83 | 0.45 |
| Hex | D0 | 13 | 29 | 0 | 5B | 50 | 12 | 161 | 53 | 2D |
| Octal | 320 | 23 | 51 | 0 | 133 | 120 | 22 | 541 | 123 | 55 |
| Binary | 11010000 | 10011 | 101001 | 0 | 1011011 | 1010000 | 10010 | 101100001 | 1010011 | 101101 |
Color Harmonies of #D01329
Complementary color
Monochromatic Colors of #D01329
Black with #D01329
Text Example
Text Example
White with #D01329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01329; }
p { color: rgb(208,19,41); }
H1.HeaderClassName
{
color: #D01329;
}
.AnyTagClassName
{
color: #D01329;
}
</style>
background-color css
<style>
a { background-color: #D01329; }
a { background-color: rgb(208,19,41); }
div.DivClassName
{
background-color: #D01329;
}
.BgClassName
{
background-color: #D01329;
}
</style>
border-color css
<style>
span { border-color: #D01329; }
span { border-color: rgb(208,19,41); }
td.TdClassName
{
border-color: #D01329;
}
.TagClassName
{
border-color: #D01329;
}
</style>