Shades of Fire Engine Red #D40327
Tints of Fire Engine Red #D40327
RGB
CMYK
RGB Variations
Color information
#D40327 (or 0xD40327) is known color: Fire Engine Red. HEX triplet: D4, 03 and 27. RGB value is (212,3,39). Sum of RGB (Red+Green+Blue) = 212+3+39=254 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.46% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 212 - color contains mainly: red. Hex color #D40327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40327 is #2BFCD8. Grayscale: #454545. Windows color (decimal): -2882777 or 2556884. OLE color: 2556884.
HSL color Cylindrical-coordinate representation of color #D40327: hue angle of 349.67º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D40327 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 3 | 39 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.17 |
| HSL | 349.67º | 0.97% | 0.42% | - |
| HSV(B) | 349.67º | 0.99% | 0.83% | - |
| XYZ | 27.55 | 14.21 | 3.21 | - |
| YUV | 69.6 | 110.74 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 3 | 39 | 0 | 0.99 | 0.82 | 0.17 | 349.67 | 0.97 | 0.42 |
| Hex | D4 | 3 | 27 | 0 | 63 | 52 | 11 | 15E | 61 | 2A |
| Octal | 324 | 3 | 47 | 0 | 143 | 122 | 21 | 536 | 141 | 52 |
| Binary | 11010100 | 11 | 100111 | 0 | 1100011 | 1010010 | 10001 | 101011110 | 1100001 | 101010 |
Color Harmonies of #D40327
Complementary color
Monochromatic Colors of #D40327
Black with #D40327
Text Example
Text Example
White with #D40327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40327; }
p { color: rgb(212,3,39); }
H1.HeaderClassName
{
color: #D40327;
}
.AnyTagClassName
{
color: #D40327;
}
</style>
background-color css
<style>
a { background-color: #D40327; }
a { background-color: rgb(212,3,39); }
div.DivClassName
{
background-color: #D40327;
}
.BgClassName
{
background-color: #D40327;
}
</style>
border-color css
<style>
span { border-color: #D40327; }
span { border-color: rgb(212,3,39); }
td.TdClassName
{
border-color: #D40327;
}
.TagClassName
{
border-color: #D40327;
}
</style>