Shades of Fire Engine Red #C71023
Tints of Fire Engine Red #C71023
RGB
CMYK
RGB Variations
Color information
#C71023 (or 0xC71023) is known color: Fire Engine Red. HEX triplet: C7, 10 and 23. RGB value is (199,16,35). Sum of RGB (Red+Green+Blue) = 199+16+35=250 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.6% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 199 - color contains mainly: red. Hex color #C71023 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C71023 is #38EFDC. Grayscale: #484848. Windows color (decimal): -3731421 or 2298055. OLE color: 2298055.
HSL color Cylindrical-coordinate representation of color #C71023: hue angle of 353.77º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C71023 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 35 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.22 |
| HSL | 353.77º | 0.85% | 0.42% | - |
| HSV(B) | 353.77º | 0.92% | 0.78% | - |
| XYZ | 24.04 | 12.63 | 2.76 | - |
| YUV | 72.88 | 106.63 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 35 | 0 | 0.92 | 0.82 | 0.22 | 353.77 | 0.85 | 0.42 |
| Hex | C7 | 10 | 23 | 0 | 5C | 52 | 16 | 162 | 55 | 2A |
| Octal | 307 | 20 | 43 | 0 | 134 | 122 | 26 | 542 | 125 | 52 |
| Binary | 11000111 | 10000 | 100011 | 0 | 1011100 | 1010010 | 10110 | 101100010 | 1010101 | 101010 |
Color Harmonies of #C71023
Complementary color
Monochromatic Colors of #C71023
Black with #C71023
Text Example
Text Example
White with #C71023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71023; }
p { color: rgb(199,16,35); }
H1.HeaderClassName
{
color: #C71023;
}
.AnyTagClassName
{
color: #C71023;
}
</style>
background-color css
<style>
a { background-color: #C71023; }
a { background-color: rgb(199,16,35); }
div.DivClassName
{
background-color: #C71023;
}
.BgClassName
{
background-color: #C71023;
}
</style>
border-color css
<style>
span { border-color: #C71023; }
span { border-color: rgb(199,16,35); }
td.TdClassName
{
border-color: #C71023;
}
.TagClassName
{
border-color: #C71023;
}
</style>