Shades of Fire Engine Red #D61C21
Tints of Fire Engine Red #D61C21
RGB
CMYK
RGB Variations
Color information
#D61C21 (or 0xD61C21) is known color: Fire Engine Red. HEX triplet: D6, 1C and 21. RGB value is (214,28,33). Sum of RGB (Red+Green+Blue) = 214+28+33=275 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.82% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61C21 is #29E3DE. Grayscale: #545454. Windows color (decimal): -2745311 or 2170070. OLE color: 2170070.
HSL color Cylindrical-coordinate representation of color #D61C21: hue angle of 358.39º 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 #D61C21 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 28 | 33 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.16 |
| HSL | 358.39º | 0.77% | 0.47% | - |
| HSV(B) | 358.39º | 0.87% | 0.84% | - |
| XYZ | 28.42 | 15.24 | 2.88 | - |
| YUV | 84.18 | 99.12 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 28 | 33 | 0 | 0.87 | 0.85 | 0.16 | 358.39 | 0.77 | 0.47 |
| Hex | D6 | 1C | 21 | 0 | 57 | 55 | 10 | 166 | 4D | 2F |
| Octal | 326 | 34 | 41 | 0 | 127 | 125 | 20 | 546 | 115 | 57 |
| Binary | 11010110 | 11100 | 100001 | 0 | 1010111 | 1010101 | 10000 | 101100110 | 1001101 | 101111 |
Color Harmonies of #D61C21
Complementary color
Monochromatic Colors of #D61C21
Black with #D61C21
Text Example
Text Example
White with #D61C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D61C21; }
p { color: rgb(214,28,33); }
H1.HeaderClassName
{
color: #D61C21;
}
.AnyTagClassName
{
color: #D61C21;
}
</style>
background-color css
<style>
a { background-color: #D61C21; }
a { background-color: rgb(214,28,33); }
div.DivClassName
{
background-color: #D61C21;
}
.BgClassName
{
background-color: #D61C21;
}
</style>
border-color css
<style>
span { border-color: #D61C21; }
span { border-color: rgb(214,28,33); }
td.TdClassName
{
border-color: #D61C21;
}
.TagClassName
{
border-color: #D61C21;
}
</style>