Shades of Fire Engine Red #C31323
Tints of Fire Engine Red #C31323
RGB
CMYK
RGB Variations
Color information
#C31323 (or 0xC31323) is known color: Fire Engine Red. HEX triplet: C3, 13 and 23. RGB value is (195,19,35). Sum of RGB (Red+Green+Blue) = 195+19+35=249 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.31% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 195 - color contains mainly: red. Hex color #C31323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31323 is #3CECDC. Grayscale: #494949. Windows color (decimal): -3992797 or 2298819. OLE color: 2298819.
HSL color Cylindrical-coordinate representation of color #C31323: hue angle of 354.55º 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 #C31323 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 35 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.24 |
| HSL | 354.55º | 0.82% | 0.42% | - |
| HSV(B) | 354.55º | 0.9% | 0.76% | - |
| XYZ | 23.04 | 12.19 | 2.73 | - |
| YUV | 73.45 | 106.31 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 35 | 0 | 0.90 | 0.82 | 0.24 | 354.55 | 0.82 | 0.42 |
| Hex | C3 | 13 | 23 | 0 | 5A | 52 | 18 | 163 | 52 | 2A |
| Octal | 303 | 23 | 43 | 0 | 132 | 122 | 30 | 543 | 122 | 52 |
| Binary | 11000011 | 10011 | 100011 | 0 | 1011010 | 1010010 | 11000 | 101100011 | 1010010 | 101010 |
Color Harmonies of #C31323
Complementary color
Monochromatic Colors of #C31323
Black with #C31323
Text Example
Text Example
White with #C31323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31323; }
p { color: rgb(195,19,35); }
H1.HeaderClassName
{
color: #C31323;
}
.AnyTagClassName
{
color: #C31323;
}
</style>
background-color css
<style>
a { background-color: #C31323; }
a { background-color: rgb(195,19,35); }
div.DivClassName
{
background-color: #C31323;
}
.BgClassName
{
background-color: #C31323;
}
</style>
border-color css
<style>
span { border-color: #C31323; }
span { border-color: rgb(195,19,35); }
td.TdClassName
{
border-color: #C31323;
}
.TagClassName
{
border-color: #C31323;
}
</style>