Shades of Fire Engine Red #C31720
Tints of Fire Engine Red #C31720
RGB
CMYK
RGB Variations
Color information
#C31720 (or 0xC31720) is known color: Fire Engine Red. HEX triplet: C3, 17 and 20. RGB value is (195,23,32). Sum of RGB (Red+Green+Blue) = 195+23+32=250 (33% of max value = 765). Red value is 195 (76.56% from 255 or 78% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 195 - color contains mainly: red. Hex color #C31720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31720 is #3CE8DF. Grayscale: #4B4B4B. Windows color (decimal): -3991776 or 2103235. OLE color: 2103235.
HSL color Cylindrical-coordinate representation of color #C31720: hue angle of 356.86º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31720 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 32 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.24 |
| HSL | 356.86º | 0.79% | 0.43% | - |
| HSV(B) | 356.86º | 0.88% | 0.76% | - |
| XYZ | 23.07 | 12.32 | 2.53 | - |
| YUV | 75.45 | 103.48 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 32 | 0 | 0.88 | 0.84 | 0.24 | 356.86 | 0.79 | 0.43 |
| Hex | C3 | 17 | 20 | 0 | 58 | 54 | 18 | 165 | 4F | 2B |
| Octal | 303 | 27 | 40 | 0 | 130 | 124 | 30 | 545 | 117 | 53 |
| Binary | 11000011 | 10111 | 100000 | 0 | 1011000 | 1010100 | 11000 | 101100101 | 1001111 | 101011 |
Color Harmonies of #C31720
Complementary color
Monochromatic Colors of #C31720
Black with #C31720
Text Example
Text Example
White with #C31720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31720; }
p { color: rgb(195,23,32); }
H1.HeaderClassName
{
color: #C31720;
}
.AnyTagClassName
{
color: #C31720;
}
</style>
background-color css
<style>
a { background-color: #C31720; }
a { background-color: rgb(195,23,32); }
div.DivClassName
{
background-color: #C31720;
}
.BgClassName
{
background-color: #C31720;
}
</style>
border-color css
<style>
span { border-color: #C31720; }
span { border-color: rgb(195,23,32); }
td.TdClassName
{
border-color: #C31720;
}
.TagClassName
{
border-color: #C31720;
}
</style>