Shades of Fire Engine Red #D3082C
Tints of Fire Engine Red #D3082C
RGB
CMYK
RGB Variations
Color information
#D3082C (or 0xD3082C) is known color: Fire Engine Red. HEX triplet: D3, 08 and 2C. RGB value is (211,8,44). Sum of RGB (Red+Green+Blue) = 211+8+44=263 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.23% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 211 - color contains mainly: red. Hex color #D3082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3082C is #2CF7D3. Grayscale: #484848. Windows color (decimal): -2947028 or 2885843. OLE color: 2885843.
HSL color Cylindrical-coordinate representation of color #D3082C: hue angle of 349.36º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D3082C is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 44 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.17 |
| HSL | 349.36º | 0.93% | 0.43% | - |
| HSV(B) | 349.36º | 0.96% | 0.83% | - |
| XYZ | 27.41 | 14.2 | 3.68 | - |
| YUV | 72.8 | 111.75 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 44 | 0 | 0.96 | 0.79 | 0.17 | 349.36 | 0.93 | 0.43 |
| Hex | D3 | 8 | 2C | 0 | 60 | 4F | 11 | 15D | 5D | 2B |
| Octal | 323 | 10 | 54 | 0 | 140 | 117 | 21 | 535 | 135 | 53 |
| Binary | 11010011 | 1000 | 101100 | 0 | 1100000 | 1001111 | 10001 | 101011101 | 1011101 | 101011 |
Color Harmonies of #D3082C
Complementary color
Monochromatic Colors of #D3082C
Black with #D3082C
Text Example
Text Example
White with #D3082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3082C; }
p { color: rgb(211,8,44); }
H1.HeaderClassName
{
color: #D3082C;
}
.AnyTagClassName
{
color: #D3082C;
}
</style>
background-color css
<style>
a { background-color: #D3082C; }
a { background-color: rgb(211,8,44); }
div.DivClassName
{
background-color: #D3082C;
}
.BgClassName
{
background-color: #D3082C;
}
</style>
border-color css
<style>
span { border-color: #D3082C; }
span { border-color: rgb(211,8,44); }
td.TdClassName
{
border-color: #D3082C;
}
.TagClassName
{
border-color: #D3082C;
}
</style>