Shades of Fire Engine Red #D5102C
Tints of Fire Engine Red #D5102C
RGB
CMYK
RGB Variations
Color information
#D5102C (or 0xD5102C) is known color: Fire Engine Red. HEX triplet: D5, 10 and 2C. RGB value is (213,16,44). Sum of RGB (Red+Green+Blue) = 213+16+44=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D5102C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5102C is #2AEFD3. Grayscale: #4E4E4E. Windows color (decimal): -2813908 or 2887893. OLE color: 2887893.
HSL color Cylindrical-coordinate representation of color #D5102C: hue angle of 351.47º degrees, saturation: 0.86, 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 #D5102C is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 16 | 44 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.16 |
| HSL | 351.47º | 0.86% | 0.45% | - |
| HSV(B) | 351.47º | 0.92% | 0.84% | - |
| XYZ | 28.08 | 14.7 | 3.74 | - |
| YUV | 78.1 | 108.77 | 224.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 16 | 44 | 0 | 0.92 | 0.79 | 0.16 | 351.47 | 0.86 | 0.45 |
| Hex | D5 | 10 | 2C | 0 | 5C | 4F | 10 | 15F | 56 | 2D |
| Octal | 325 | 20 | 54 | 0 | 134 | 117 | 20 | 537 | 126 | 55 |
| Binary | 11010101 | 10000 | 101100 | 0 | 1011100 | 1001111 | 10000 | 101011111 | 1010110 | 101101 |
Color Harmonies of #D5102C
Complementary color
Monochromatic Colors of #D5102C
Black with #D5102C
Text Example
Text Example
White with #D5102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5102C; }
p { color: rgb(213,16,44); }
H1.HeaderClassName
{
color: #D5102C;
}
.AnyTagClassName
{
color: #D5102C;
}
</style>
background-color css
<style>
a { background-color: #D5102C; }
a { background-color: rgb(213,16,44); }
div.DivClassName
{
background-color: #D5102C;
}
.BgClassName
{
background-color: #D5102C;
}
</style>
border-color css
<style>
span { border-color: #D5102C; }
span { border-color: rgb(213,16,44); }
td.TdClassName
{
border-color: #D5102C;
}
.TagClassName
{
border-color: #D5102C;
}
</style>