Shades of Fire Engine Red #C31322
Tints of Fire Engine Red #C31322
RGB
CMYK
RGB Variations
Color information
#C31322 (or 0xC31322) is known color: Fire Engine Red. HEX triplet: C3, 13 and 22. RGB value is (195,19,34). Sum of RGB (Red+Green+Blue) = 195+19+34=248 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.63% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 195 - color contains mainly: red. Hex color #C31322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31322 is #3CECDD. Grayscale: #494949. Windows color (decimal): -3992798 or 2233283. OLE color: 2233283.
HSL color Cylindrical-coordinate representation of color #C31322: hue angle of 354.89º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C31322 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 34 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.24 |
| HSL | 354.89º | 0.82% | 0.42% | - |
| HSV(B) | 354.89º | 0.9% | 0.76% | - |
| XYZ | 23.03 | 12.18 | 2.65 | - |
| YUV | 73.33 | 105.81 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 34 | 0 | 0.90 | 0.83 | 0.24 | 354.89 | 0.82 | 0.42 |
| Hex | C3 | 13 | 22 | 0 | 5A | 53 | 18 | 163 | 52 | 2A |
| Octal | 303 | 23 | 42 | 0 | 132 | 123 | 30 | 543 | 122 | 52 |
| Binary | 11000011 | 10011 | 100010 | 0 | 1011010 | 1010011 | 11000 | 101100011 | 1010010 | 101010 |
Color Harmonies of #C31322
Complementary color
Monochromatic Colors of #C31322
Black with #C31322
Text Example
Text Example
White with #C31322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31322; }
p { color: rgb(195,19,34); }
H1.HeaderClassName
{
color: #C31322;
}
.AnyTagClassName
{
color: #C31322;
}
</style>
background-color css
<style>
a { background-color: #C31322; }
a { background-color: rgb(195,19,34); }
div.DivClassName
{
background-color: #C31322;
}
.BgClassName
{
background-color: #C31322;
}
</style>
border-color css
<style>
span { border-color: #C31322; }
span { border-color: rgb(195,19,34); }
td.TdClassName
{
border-color: #C31322;
}
.TagClassName
{
border-color: #C31322;
}
</style>