Shades of Fire Engine Red #D61C23
Tints of Fire Engine Red #D61C23
RGB
CMYK
RGB Variations
Color information
#D61C23 (or 0xD61C23) is known color: Fire Engine Red. HEX triplet: D6, 1C and 23. RGB value is (214,28,35). Sum of RGB (Red+Green+Blue) = 214+28+35=277 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.26% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61C23 is #29E3DC. Grayscale: #545454. Windows color (decimal): -2745309 or 2301142. OLE color: 2301142.
HSL color Cylindrical-coordinate representation of color #D61C23: hue angle of 357.74º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D61C23 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 28 | 35 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.16 |
| HSL | 357.74º | 0.77% | 0.47% | - |
| HSV(B) | 357.74º | 0.87% | 0.84% | - |
| XYZ | 28.45 | 15.25 | 3.03 | - |
| YUV | 84.41 | 100.12 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 28 | 35 | 0 | 0.87 | 0.84 | 0.16 | 357.74 | 0.77 | 0.47 |
| Hex | D6 | 1C | 23 | 0 | 57 | 54 | 10 | 166 | 4D | 2F |
| Octal | 326 | 34 | 43 | 0 | 127 | 124 | 20 | 546 | 115 | 57 |
| Binary | 11010110 | 11100 | 100011 | 0 | 1010111 | 1010100 | 10000 | 101100110 | 1001101 | 101111 |
Color Harmonies of #D61C23
Complementary color
Monochromatic Colors of #D61C23
Black with #D61C23
Text Example
Text Example
White with #D61C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61C23; }
p { color: rgb(214,28,35); }
H1.HeaderClassName
{
color: #D61C23;
}
.AnyTagClassName
{
color: #D61C23;
}
</style>
background-color css
<style>
a { background-color: #D61C23; }
a { background-color: rgb(214,28,35); }
div.DivClassName
{
background-color: #D61C23;
}
.BgClassName
{
background-color: #D61C23;
}
</style>
border-color css
<style>
span { border-color: #D61C23; }
span { border-color: rgb(214,28,35); }
td.TdClassName
{
border-color: #D61C23;
}
.TagClassName
{
border-color: #D61C23;
}
</style>