Shades of Fire Engine Red #C3131C
Tints of Fire Engine Red #C3131C
RGB
CMYK
RGB Variations
Color information
#C3131C (or 0xC3131C) is known color: Fire Engine Red. HEX triplet: C3, 13 and 1C. RGB value is (195,19,28). Sum of RGB (Red+Green+Blue) = 195+19+28=242 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.58% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 195 - color contains mainly: red. Hex color #C3131C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3131C is #3CECE3. Grayscale: #484848. Windows color (decimal): -3992804 or 1840067. OLE color: 1840067.
HSL color Cylindrical-coordinate representation of color #C3131C: hue angle of 356.93º 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 #C3131C is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 28 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.24 |
| HSL | 356.93º | 0.82% | 0.42% | - |
| HSV(B) | 356.93º | 0.9% | 0.76% | - |
| XYZ | 22.95 | 12.15 | 2.23 | - |
| YUV | 72.65 | 102.81 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 28 | 0 | 0.90 | 0.86 | 0.24 | 356.93 | 0.82 | 0.42 |
| Hex | C3 | 13 | 1C | 0 | 5A | 56 | 18 | 165 | 52 | 2A |
| Octal | 303 | 23 | 34 | 0 | 132 | 126 | 30 | 545 | 122 | 52 |
| Binary | 11000011 | 10011 | 11100 | 0 | 1011010 | 1010110 | 11000 | 101100101 | 1010010 | 101010 |
Color Harmonies of #C3131C
Complementary color
Monochromatic Colors of #C3131C
Black with #C3131C
Text Example
Text Example
White with #C3131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3131C; }
p { color: rgb(195,19,28); }
H1.HeaderClassName
{
color: #C3131C;
}
.AnyTagClassName
{
color: #C3131C;
}
</style>
background-color css
<style>
a { background-color: #C3131C; }
a { background-color: rgb(195,19,28); }
div.DivClassName
{
background-color: #C3131C;
}
.BgClassName
{
background-color: #C3131C;
}
</style>
border-color css
<style>
span { border-color: #C3131C; }
span { border-color: rgb(195,19,28); }
td.TdClassName
{
border-color: #C3131C;
}
.TagClassName
{
border-color: #C3131C;
}
</style>