Shades of Fire Engine Red #D61223
Tints of Fire Engine Red #D61223
RGB
CMYK
RGB Variations
Color information
#D61223 (or 0xD61223) is known color: Fire Engine Red. HEX triplet: D6, 12 and 23. RGB value is (214,18,35). Sum of RGB (Red+Green+Blue) = 214+18+35=267 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.15% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 214 - color contains mainly: red. Hex color #D61223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D61223 is #29EDDC. Grayscale: #4E4E4E. Windows color (decimal): -2747869 or 2298582. OLE color: 2298582.
HSL color Cylindrical-coordinate representation of color #D61223: hue angle of 354.8º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D61223 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 18 | 35 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.16 |
| HSL | 354.8º | 0.84% | 0.45% | - |
| HSV(B) | 354.8º | 0.92% | 0.84% | - |
| XYZ | 28.25 | 14.85 | 2.97 | - |
| YUV | 78.54 | 103.43 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 18 | 35 | 0 | 0.92 | 0.84 | 0.16 | 354.8 | 0.84 | 0.45 |
| Hex | D6 | 12 | 23 | 0 | 5C | 54 | 10 | 163 | 54 | 2D |
| Octal | 326 | 22 | 43 | 0 | 134 | 124 | 20 | 543 | 124 | 55 |
| Binary | 11010110 | 10010 | 100011 | 0 | 1011100 | 1010100 | 10000 | 101100011 | 1010100 | 101101 |
Color Harmonies of #D61223
Complementary color
Monochromatic Colors of #D61223
Black with #D61223
Text Example
Text Example
White with #D61223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61223; }
p { color: rgb(214,18,35); }
H1.HeaderClassName
{
color: #D61223;
}
.AnyTagClassName
{
color: #D61223;
}
</style>
background-color css
<style>
a { background-color: #D61223; }
a { background-color: rgb(214,18,35); }
div.DivClassName
{
background-color: #D61223;
}
.BgClassName
{
background-color: #D61223;
}
</style>
border-color css
<style>
span { border-color: #D61223; }
span { border-color: rgb(214,18,35); }
td.TdClassName
{
border-color: #D61223;
}
.TagClassName
{
border-color: #D61223;
}
</style>