Shades of Fire Engine Red #D30923
Tints of Fire Engine Red #D30923
RGB
CMYK
RGB Variations
Color information
#D30923 (or 0xD30923) is known color: Fire Engine Red. HEX triplet: D3, 09 and 23. RGB value is (211,9,35). Sum of RGB (Red+Green+Blue) = 211+9+35=255 (33% of max value = 765). Red value is 211 (82.81% from 255 or 82.75% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 211 - color contains mainly: red. Hex color #D30923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30923 is #2CF6DC. Grayscale: #484848. Windows color (decimal): -2946781 or 2296275. OLE color: 2296275.
HSL color Cylindrical-coordinate representation of color #D30923: hue angle of 352.28º degrees, saturation: 0.92, 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 #D30923 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 9 | 35 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.17 |
| HSL | 352.28º | 0.92% | 0.43% | - |
| HSV(B) | 352.28º | 0.96% | 0.83% | - |
| XYZ | 27.27 | 14.17 | 2.89 | - |
| YUV | 72.36 | 106.92 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 9 | 35 | 0 | 0.96 | 0.83 | 0.17 | 352.28 | 0.92 | 0.43 |
| Hex | D3 | 9 | 23 | 0 | 60 | 53 | 11 | 160 | 5C | 2B |
| Octal | 323 | 11 | 43 | 0 | 140 | 123 | 21 | 540 | 134 | 53 |
| Binary | 11010011 | 1001 | 100011 | 0 | 1100000 | 1010011 | 10001 | 101100000 | 1011100 | 101011 |
Color Harmonies of #D30923
Complementary color
Monochromatic Colors of #D30923
Black with #D30923
Text Example
Text Example
White with #D30923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30923; }
p { color: rgb(211,9,35); }
H1.HeaderClassName
{
color: #D30923;
}
.AnyTagClassName
{
color: #D30923;
}
</style>
background-color css
<style>
a { background-color: #D30923; }
a { background-color: rgb(211,9,35); }
div.DivClassName
{
background-color: #D30923;
}
.BgClassName
{
background-color: #D30923;
}
</style>
border-color css
<style>
span { border-color: #D30923; }
span { border-color: rgb(211,9,35); }
td.TdClassName
{
border-color: #D30923;
}
.TagClassName
{
border-color: #D30923;
}
</style>