Shades of Fire Engine Red #C31820
Tints of Fire Engine Red #C31820
RGB
CMYK
RGB Variations
Color information
#C31820 (or 0xC31820) is known color: Fire Engine Red. HEX triplet: C3, 18 and 20. RGB value is (195,24,32). Sum of RGB (Red+Green+Blue) = 195+24+32=251 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.69% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 32 (12.89% from 255 or 12.75% from 251); Max value from RGB is 195 - color contains mainly: red. Hex color #C31820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31820 is #3CE7DF. Grayscale: #4C4C4C. Windows color (decimal): -3991520 or 2103491. OLE color: 2103491.
HSL color Cylindrical-coordinate representation of color #C31820: hue angle of 357.19º degrees, saturation: 0.78, 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 #C31820 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 32 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.24 |
| HSL | 357.19º | 0.78% | 0.43% | - |
| HSV(B) | 357.19º | 0.88% | 0.76% | - |
| XYZ | 23.09 | 12.36 | 2.54 | - |
| YUV | 76.04 | 103.15 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 32 | 0 | 0.88 | 0.84 | 0.24 | 357.19 | 0.78 | 0.43 |
| Hex | C3 | 18 | 20 | 0 | 58 | 54 | 18 | 165 | 4E | 2B |
| Octal | 303 | 30 | 40 | 0 | 130 | 124 | 30 | 545 | 116 | 53 |
| Binary | 11000011 | 11000 | 100000 | 0 | 1011000 | 1010100 | 11000 | 101100101 | 1001110 | 101011 |
Color Harmonies of #C31820
Complementary color
Monochromatic Colors of #C31820
Black with #C31820
Text Example
Text Example
White with #C31820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31820; }
p { color: rgb(195,24,32); }
H1.HeaderClassName
{
color: #C31820;
}
.AnyTagClassName
{
color: #C31820;
}
</style>
background-color css
<style>
a { background-color: #C31820; }
a { background-color: rgb(195,24,32); }
div.DivClassName
{
background-color: #C31820;
}
.BgClassName
{
background-color: #C31820;
}
</style>
border-color css
<style>
span { border-color: #C31820; }
span { border-color: rgb(195,24,32); }
td.TdClassName
{
border-color: #C31820;
}
.TagClassName
{
border-color: #C31820;
}
</style>