Shades of Fire Engine Red #C3162A
Tints of Fire Engine Red #C3162A
RGB
CMYK
RGB Variations
Color information
#C3162A (or 0xC3162A) is known color: Fire Engine Red. HEX triplet: C3, 16 and 2A. RGB value is (195,22,42). Sum of RGB (Red+Green+Blue) = 195+22+42=259 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.29% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 195 - color contains mainly: red. Hex color #C3162A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3162A is #3CE9D5. Grayscale: #4C4C4C. Windows color (decimal): -3992022 or 2758339. OLE color: 2758339.
HSL color Cylindrical-coordinate representation of color #C3162A: hue angle of 353.06º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C3162A is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 42 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.24 |
| HSL | 353.06º | 0.8% | 0.43% | - |
| HSV(B) | 353.06º | 0.89% | 0.76% | - |
| XYZ | 23.21 | 12.34 | 3.35 | - |
| YUV | 76.01 | 108.81 | 212.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 42 | 0 | 0.89 | 0.78 | 0.24 | 353.06 | 0.8 | 0.43 |
| Hex | C3 | 16 | 2A | 0 | 59 | 4E | 18 | 161 | 50 | 2B |
| Octal | 303 | 26 | 52 | 0 | 131 | 116 | 30 | 541 | 120 | 53 |
| Binary | 11000011 | 10110 | 101010 | 0 | 1011001 | 1001110 | 11000 | 101100001 | 1010000 | 101011 |
Color Harmonies of #C3162A
Complementary color
Monochromatic Colors of #C3162A
Black with #C3162A
Text Example
Text Example
White with #C3162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3162A; }
p { color: rgb(195,22,42); }
H1.HeaderClassName
{
color: #C3162A;
}
.AnyTagClassName
{
color: #C3162A;
}
</style>
background-color css
<style>
a { background-color: #C3162A; }
a { background-color: rgb(195,22,42); }
div.DivClassName
{
background-color: #C3162A;
}
.BgClassName
{
background-color: #C3162A;
}
</style>
border-color css
<style>
span { border-color: #C3162A; }
span { border-color: rgb(195,22,42); }
td.TdClassName
{
border-color: #C3162A;
}
.TagClassName
{
border-color: #C3162A;
}
</style>