Shades of Fire Engine Red #D0062A
Tints of Fire Engine Red #D0062A
RGB
CMYK
RGB Variations
Color information
#D0062A (or 0xD0062A) is known color: Fire Engine Red. HEX triplet: D0, 06 and 2A. RGB value is (208,6,42). Sum of RGB (Red+Green+Blue) = 208+6+42=256 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.25% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 208 - color contains mainly: red. Hex color #D0062A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0062A is #2FF9D5. Grayscale: #464646. Windows color (decimal): -3144150 or 2754256. OLE color: 2754256.
HSL color Cylindrical-coordinate representation of color #D0062A: hue angle of 349.31º 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 #D0062A is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 42 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.18 |
| HSL | 349.31º | 0.94% | 0.42% | - |
| HSV(B) | 349.31º | 0.97% | 0.82% | - |
| XYZ | 26.5 | 13.71 | 3.44 | - |
| YUV | 70.5 | 111.92 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 42 | 0 | 0.97 | 0.80 | 0.18 | 349.31 | 0.94 | 0.42 |
| Hex | D0 | 6 | 2A | 0 | 61 | 50 | 12 | 15D | 5E | 2A |
| Octal | 320 | 6 | 52 | 0 | 141 | 120 | 22 | 535 | 136 | 52 |
| Binary | 11010000 | 110 | 101010 | 0 | 1100001 | 1010000 | 10010 | 101011101 | 1011110 | 101010 |
Color Harmonies of #D0062A
Complementary color
Monochromatic Colors of #D0062A
Black with #D0062A
Text Example
Text Example
White with #D0062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0062A; }
p { color: rgb(208,6,42); }
H1.HeaderClassName
{
color: #D0062A;
}
.AnyTagClassName
{
color: #D0062A;
}
</style>
background-color css
<style>
a { background-color: #D0062A; }
a { background-color: rgb(208,6,42); }
div.DivClassName
{
background-color: #D0062A;
}
.BgClassName
{
background-color: #D0062A;
}
</style>
border-color css
<style>
span { border-color: #D0062A; }
span { border-color: rgb(208,6,42); }
td.TdClassName
{
border-color: #D0062A;
}
.TagClassName
{
border-color: #D0062A;
}
</style>