Shades of Fire Engine Red #D91427
Tints of Fire Engine Red #D91427
RGB
CMYK
RGB Variations
Color information
#D91427 (or 0xD91427) is known color: Fire Engine Red. HEX triplet: D9, 14 and 27. RGB value is (217,20,39). Sum of RGB (Red+Green+Blue) = 217+20+39=276 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.62% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 39 (15.62% from 255 or 14.13% from 276); Max value from RGB is 217 - color contains mainly: red. Hex color #D91427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91427 is #26EBD8. Grayscale: #515151. Windows color (decimal): -2550745 or 2561241. OLE color: 2561241.
HSL color Cylindrical-coordinate representation of color #D91427: hue angle of 354.21º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D91427 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 39 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.15 |
| HSL | 354.21º | 0.83% | 0.46% | - |
| HSV(B) | 354.21º | 0.91% | 0.85% | - |
| XYZ | 29.23 | 15.4 | 3.35 | - |
| YUV | 81.07 | 104.27 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 39 | 0 | 0.91 | 0.82 | 0.15 | 354.21 | 0.83 | 0.46 |
| Hex | D9 | 14 | 27 | 0 | 5B | 52 | F | 162 | 53 | 2E |
| Octal | 331 | 24 | 47 | 0 | 133 | 122 | 17 | 542 | 123 | 56 |
| Binary | 11011001 | 10100 | 100111 | 0 | 1011011 | 1010010 | 1111 | 101100010 | 1010011 | 101110 |
Color Harmonies of #D91427
Complementary color
Monochromatic Colors of #D91427
Black with #D91427
Text Example
Text Example
White with #D91427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91427; }
p { color: rgb(217,20,39); }
H1.HeaderClassName
{
color: #D91427;
}
.AnyTagClassName
{
color: #D91427;
}
</style>
background-color css
<style>
a { background-color: #D91427; }
a { background-color: rgb(217,20,39); }
div.DivClassName
{
background-color: #D91427;
}
.BgClassName
{
background-color: #D91427;
}
</style>
border-color css
<style>
span { border-color: #D91427; }
span { border-color: rgb(217,20,39); }
td.TdClassName
{
border-color: #D91427;
}
.TagClassName
{
border-color: #D91427;
}
</style>