Shades of Fire Engine Red #D0062C
Tints of Fire Engine Red #D0062C
RGB
CMYK
RGB Variations
Color information
#D0062C (or 0xD0062C) is known color: Fire Engine Red. HEX triplet: D0, 06 and 2C. RGB value is (208,6,44). Sum of RGB (Red+Green+Blue) = 208+6+44=258 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80.62% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 208 - color contains mainly: red. Hex color #D0062C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0062C is #2FF9D3. Grayscale: #464646. Windows color (decimal): -3144148 or 2885328. OLE color: 2885328.
HSL color Cylindrical-coordinate representation of color #D0062C: hue angle of 348.71º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0062C is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 44 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.18 |
| HSL | 348.71º | 0.94% | 0.42% | - |
| HSV(B) | 348.71º | 0.97% | 0.82% | - |
| XYZ | 26.53 | 13.72 | 3.63 | - |
| YUV | 70.73 | 112.92 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 44 | 0 | 0.97 | 0.79 | 0.18 | 348.71 | 0.94 | 0.42 |
| Hex | D0 | 6 | 2C | 0 | 61 | 4F | 12 | 15D | 5E | 2A |
| Octal | 320 | 6 | 54 | 0 | 141 | 117 | 22 | 535 | 136 | 52 |
| Binary | 11010000 | 110 | 101100 | 0 | 1100001 | 1001111 | 10010 | 101011101 | 1011110 | 101010 |
Color Harmonies of #D0062C
Complementary color
Monochromatic Colors of #D0062C
Black with #D0062C
Text Example
Text Example
White with #D0062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0062C; }
p { color: rgb(208,6,44); }
H1.HeaderClassName
{
color: #D0062C;
}
.AnyTagClassName
{
color: #D0062C;
}
</style>
background-color css
<style>
a { background-color: #D0062C; }
a { background-color: rgb(208,6,44); }
div.DivClassName
{
background-color: #D0062C;
}
.BgClassName
{
background-color: #D0062C;
}
</style>
border-color css
<style>
span { border-color: #D0062C; }
span { border-color: rgb(208,6,44); }
td.TdClassName
{
border-color: #D0062C;
}
.TagClassName
{
border-color: #D0062C;
}
</style>