Shades of Fire Engine Red #D01C29
Tints of Fire Engine Red #D01C29
RGB
CMYK
RGB Variations
Color information
#D01C29 (or 0xD01C29) is known color: Fire Engine Red. HEX triplet: D0, 1C and 29. RGB value is (208,28,41). Sum of RGB (Red+Green+Blue) = 208+28+41=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D01C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01C29 is #2FE3D6. Grayscale: #535353. Windows color (decimal): -3138519 or 2694352. OLE color: 2694352.
HSL color Cylindrical-coordinate representation of color #D01C29: hue angle of 355.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01C29 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 28 | 41 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.18 |
| HSL | 355.67º | 0.76% | 0.46% | - |
| HSV(B) | 355.67º | 0.87% | 0.82% | - |
| XYZ | 26.83 | 14.4 | 3.46 | - |
| YUV | 83.3 | 104.13 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 28 | 41 | 0 | 0.87 | 0.80 | 0.18 | 355.67 | 0.76 | 0.46 |
| Hex | D0 | 1C | 29 | 0 | 57 | 50 | 12 | 164 | 4C | 2E |
| Octal | 320 | 34 | 51 | 0 | 127 | 120 | 22 | 544 | 114 | 56 |
| Binary | 11010000 | 11100 | 101001 | 0 | 1010111 | 1010000 | 10010 | 101100100 | 1001100 | 101110 |
Color Harmonies of #D01C29
Complementary color
Monochromatic Colors of #D01C29
Black with #D01C29
Text Example
Text Example
White with #D01C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D01C29; }
p { color: rgb(208,28,41); }
H1.HeaderClassName
{
color: #D01C29;
}
.AnyTagClassName
{
color: #D01C29;
}
</style>
background-color css
<style>
a { background-color: #D01C29; }
a { background-color: rgb(208,28,41); }
div.DivClassName
{
background-color: #D01C29;
}
.BgClassName
{
background-color: #D01C29;
}
</style>
border-color css
<style>
span { border-color: #D01C29; }
span { border-color: rgb(208,28,41); }
td.TdClassName
{
border-color: #D01C29;
}
.TagClassName
{
border-color: #D01C29;
}
</style>