Shades of Fire Engine Red #C3162B
Tints of Fire Engine Red #C3162B
RGB
CMYK
RGB Variations
Color information
#C3162B (or 0xC3162B) is known color: Fire Engine Red. HEX triplet: C3, 16 and 2B. RGB value is (195,22,43). Sum of RGB (Red+Green+Blue) = 195+22+43=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C3162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3162B is #3CE9D4. Grayscale: #4C4C4C. Windows color (decimal): -3992021 or 2823875. OLE color: 2823875.
HSL color Cylindrical-coordinate representation of color #C3162B: hue angle of 352.72º 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 #C3162B is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 43 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.24 |
| HSL | 352.72º | 0.8% | 0.43% | - |
| HSV(B) | 352.72º | 0.89% | 0.76% | - |
| XYZ | 23.23 | 12.35 | 3.45 | - |
| YUV | 76.12 | 109.31 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 43 | 0 | 0.89 | 0.78 | 0.24 | 352.72 | 0.8 | 0.43 |
| Hex | C3 | 16 | 2B | 0 | 59 | 4E | 18 | 161 | 50 | 2B |
| Octal | 303 | 26 | 53 | 0 | 131 | 116 | 30 | 541 | 120 | 53 |
| Binary | 11000011 | 10110 | 101011 | 0 | 1011001 | 1001110 | 11000 | 101100001 | 1010000 | 101011 |
Color Harmonies of #C3162B
Complementary color
Monochromatic Colors of #C3162B
Black with #C3162B
Text Example
Text Example
White with #C3162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3162B; }
p { color: rgb(195,22,43); }
H1.HeaderClassName
{
color: #C3162B;
}
.AnyTagClassName
{
color: #C3162B;
}
</style>
background-color css
<style>
a { background-color: #C3162B; }
a { background-color: rgb(195,22,43); }
div.DivClassName
{
background-color: #C3162B;
}
.BgClassName
{
background-color: #C3162B;
}
</style>
border-color css
<style>
span { border-color: #C3162B; }
span { border-color: rgb(195,22,43); }
td.TdClassName
{
border-color: #C3162B;
}
.TagClassName
{
border-color: #C3162B;
}
</style>