Shades of Fire Engine Red #D40923
Tints of Fire Engine Red #D40923
RGB
CMYK
RGB Variations
Color information
#D40923 (or 0xD40923) is known color: Fire Engine Red. HEX triplet: D4, 09 and 23. RGB value is (212,9,35). Sum of RGB (Red+Green+Blue) = 212+9+35=256 (33% of max value = 765). Red value is 212 (83.20% from 255 or 82.81% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 212 - color contains mainly: red. Hex color #D40923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40923 is #2BF6DC. Grayscale: #484848. Windows color (decimal): -2881245 or 2296276. OLE color: 2296276.
HSL color Cylindrical-coordinate representation of color #D40923: hue angle of 352.32º 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 #D40923 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 35 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.17 |
| HSL | 352.32º | 0.92% | 0.43% | - |
| HSV(B) | 352.32º | 0.96% | 0.83% | - |
| XYZ | 27.55 | 14.31 | 2.9 | - |
| YUV | 72.66 | 106.75 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 35 | 0 | 0.96 | 0.83 | 0.17 | 352.32 | 0.92 | 0.43 |
| Hex | D4 | 9 | 23 | 0 | 60 | 53 | 11 | 160 | 5C | 2B |
| Octal | 324 | 11 | 43 | 0 | 140 | 123 | 21 | 540 | 134 | 53 |
| Binary | 11010100 | 1001 | 100011 | 0 | 1100000 | 1010011 | 10001 | 101100000 | 1011100 | 101011 |
Color Harmonies of #D40923
Complementary color
Monochromatic Colors of #D40923
Black with #D40923
Text Example
Text Example
White with #D40923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40923; }
p { color: rgb(212,9,35); }
H1.HeaderClassName
{
color: #D40923;
}
.AnyTagClassName
{
color: #D40923;
}
</style>
background-color css
<style>
a { background-color: #D40923; }
a { background-color: rgb(212,9,35); }
div.DivClassName
{
background-color: #D40923;
}
.BgClassName
{
background-color: #D40923;
}
</style>
border-color css
<style>
span { border-color: #D40923; }
span { border-color: rgb(212,9,35); }
td.TdClassName
{
border-color: #D40923;
}
.TagClassName
{
border-color: #D40923;
}
</style>