Shades of Fire Engine Red #D30B1C
Tints of Fire Engine Red #D30B1C
RGB
CMYK
RGB Variations
Color information
#D30B1C (or 0xD30B1C) is known color: Fire Engine Red. HEX triplet: D3, 0B and 1C. RGB value is (211,11,28). Sum of RGB (Red+Green+Blue) = 211+11+28=250 (33% of max value = 765). Red value is 211 (82.81% from 255 or 84.4% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 211 - color contains mainly: red. Hex color #D30B1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30B1C is #2CF4E3. Grayscale: #484848. Windows color (decimal): -2946276 or 1838035. OLE color: 1838035.
HSL color Cylindrical-coordinate representation of color #D30B1C: hue angle of 354.9º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30B1C is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 11 | 28 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.17 |
| HSL | 354.9º | 0.9% | 0.44% | - |
| HSV(B) | 354.9º | 0.95% | 0.83% | - |
| XYZ | 27.19 | 14.17 | 2.4 | - |
| YUV | 72.74 | 102.76 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 11 | 28 | 0 | 0.95 | 0.87 | 0.17 | 354.9 | 0.9 | 0.44 |
| Hex | D3 | B | 1C | 0 | 5F | 57 | 11 | 163 | 5A | 2C |
| Octal | 323 | 13 | 34 | 0 | 137 | 127 | 21 | 543 | 132 | 54 |
| Binary | 11010011 | 1011 | 11100 | 0 | 1011111 | 1010111 | 10001 | 101100011 | 1011010 | 101100 |
Color Harmonies of #D30B1C
Complementary color
Monochromatic Colors of #D30B1C
Black with #D30B1C
Text Example
Text Example
White with #D30B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30B1C; }
p { color: rgb(211,11,28); }
H1.HeaderClassName
{
color: #D30B1C;
}
.AnyTagClassName
{
color: #D30B1C;
}
</style>
background-color css
<style>
a { background-color: #D30B1C; }
a { background-color: rgb(211,11,28); }
div.DivClassName
{
background-color: #D30B1C;
}
.BgClassName
{
background-color: #D30B1C;
}
</style>
border-color css
<style>
span { border-color: #D30B1C; }
span { border-color: rgb(211,11,28); }
td.TdClassName
{
border-color: #D30B1C;
}
.TagClassName
{
border-color: #D30B1C;
}
</style>