Shades of Fire Engine Red #D61D28
Tints of Fire Engine Red #D61D28
RGB
CMYK
RGB Variations
Color information
#D61D28 (or 0xD61D28) is known color: Fire Engine Red. HEX triplet: D6, 1D and 28. RGB value is (214,29,40). Sum of RGB (Red+Green+Blue) = 214+29+40=283 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.62% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61D28 is #29E2D7. Grayscale: #555555. Windows color (decimal): -2745048 or 2629078. OLE color: 2629078.
HSL color Cylindrical-coordinate representation of color #D61D28: hue angle of 356.43º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D61D28 is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 29 | 40 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.16 |
| HSL | 356.43º | 0.76% | 0.48% | - |
| HSV(B) | 356.43º | 0.86% | 0.84% | - |
| XYZ | 28.55 | 15.33 | 3.46 | - |
| YUV | 85.57 | 102.29 | 219.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 29 | 40 | 0 | 0.86 | 0.81 | 0.16 | 356.43 | 0.76 | 0.48 |
| Hex | D6 | 1D | 28 | 0 | 56 | 51 | 10 | 164 | 4C | 30 |
| Octal | 326 | 35 | 50 | 0 | 126 | 121 | 20 | 544 | 114 | 60 |
| Binary | 11010110 | 11101 | 101000 | 0 | 1010110 | 1010001 | 10000 | 101100100 | 1001100 | 110000 |
Color Harmonies of #D61D28
Complementary color
Monochromatic Colors of #D61D28
Black with #D61D28
Text Example
Text Example
White with #D61D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61D28; }
p { color: rgb(214,29,40); }
H1.HeaderClassName
{
color: #D61D28;
}
.AnyTagClassName
{
color: #D61D28;
}
</style>
background-color css
<style>
a { background-color: #D61D28; }
a { background-color: rgb(214,29,40); }
div.DivClassName
{
background-color: #D61D28;
}
.BgClassName
{
background-color: #D61D28;
}
</style>
border-color css
<style>
span { border-color: #D61D28; }
span { border-color: rgb(214,29,40); }
td.TdClassName
{
border-color: #D61D28;
}
.TagClassName
{
border-color: #D61D28;
}
</style>