Shades of Fire Engine Red #C3131D
Tints of Fire Engine Red #C3131D
RGB
CMYK
RGB Variations
Color information
#C3131D (or 0xC3131D) is known color: Fire Engine Red. HEX triplet: C3, 13 and 1D. RGB value is (195,19,29). Sum of RGB (Red+Green+Blue) = 195+19+29=243 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.25% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 195 - color contains mainly: red. Hex color #C3131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3131D is #3CECE2. Grayscale: #484848. Windows color (decimal): -3992803 or 1905603. OLE color: 1905603.
HSL color Cylindrical-coordinate representation of color #C3131D: hue angle of 356.59º 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 #C3131D is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 29 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.24 |
| HSL | 356.59º | 0.82% | 0.42% | - |
| HSV(B) | 356.59º | 0.9% | 0.76% | - |
| XYZ | 22.96 | 12.16 | 2.3 | - |
| YUV | 72.76 | 103.31 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 29 | 0 | 0.90 | 0.85 | 0.24 | 356.59 | 0.82 | 0.42 |
| Hex | C3 | 13 | 1D | 0 | 5A | 55 | 18 | 165 | 52 | 2A |
| Octal | 303 | 23 | 35 | 0 | 132 | 125 | 30 | 545 | 122 | 52 |
| Binary | 11000011 | 10011 | 11101 | 0 | 1011010 | 1010101 | 11000 | 101100101 | 1010010 | 101010 |
Color Harmonies of #C3131D
Complementary color
Monochromatic Colors of #C3131D
Black with #C3131D
Text Example
Text Example
White with #C3131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3131D; }
p { color: rgb(195,19,29); }
H1.HeaderClassName
{
color: #C3131D;
}
.AnyTagClassName
{
color: #C3131D;
}
</style>
background-color css
<style>
a { background-color: #C3131D; }
a { background-color: rgb(195,19,29); }
div.DivClassName
{
background-color: #C3131D;
}
.BgClassName
{
background-color: #C3131D;
}
</style>
border-color css
<style>
span { border-color: #C3131D; }
span { border-color: rgb(195,19,29); }
td.TdClassName
{
border-color: #C3131D;
}
.TagClassName
{
border-color: #C3131D;
}
</style>