Shades of Fire Engine Red #D30826
Tints of Fire Engine Red #D30826
RGB
CMYK
RGB Variations
Color information
#D30826 (or 0xD30826) is known color: Fire Engine Red. HEX triplet: D3, 08 and 26. RGB value is (211,8,38). Sum of RGB (Red+Green+Blue) = 211+8+38=257 (34% of max value = 765). Red value is 211 (82.81% from 255 or 82.10% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 211 - color contains mainly: red. Hex color #D30826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30826 is #2CF7D9. Grayscale: #484848. Windows color (decimal): -2947034 or 2492627. OLE color: 2492627.
HSL color Cylindrical-coordinate representation of color #D30826: hue angle of 351.13º 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 #D30826 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 38 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.17 |
| HSL | 351.13º | 0.93% | 0.43% | - |
| HSV(B) | 351.13º | 0.96% | 0.83% | - |
| XYZ | 27.3 | 14.16 | 3.13 | - |
| YUV | 72.12 | 108.75 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 38 | 0 | 0.96 | 0.82 | 0.17 | 351.13 | 0.93 | 0.43 |
| Hex | D3 | 8 | 26 | 0 | 60 | 52 | 11 | 15F | 5D | 2B |
| Octal | 323 | 10 | 46 | 0 | 140 | 122 | 21 | 537 | 135 | 53 |
| Binary | 11010011 | 1000 | 100110 | 0 | 1100000 | 1010010 | 10001 | 101011111 | 1011101 | 101011 |
Color Harmonies of #D30826
Complementary color
Monochromatic Colors of #D30826
Black with #D30826
Text Example
Text Example
White with #D30826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30826; }
p { color: rgb(211,8,38); }
H1.HeaderClassName
{
color: #D30826;
}
.AnyTagClassName
{
color: #D30826;
}
</style>
background-color css
<style>
a { background-color: #D30826; }
a { background-color: rgb(211,8,38); }
div.DivClassName
{
background-color: #D30826;
}
.BgClassName
{
background-color: #D30826;
}
</style>
border-color css
<style>
span { border-color: #D30826; }
span { border-color: rgb(211,8,38); }
td.TdClassName
{
border-color: #D30826;
}
.TagClassName
{
border-color: #D30826;
}
</style>