Shades of Fire Engine Red #C3132A
Tints of Fire Engine Red #C3132A
RGB
CMYK
RGB Variations
Color information
#C3132A (or 0xC3132A) is known color: Fire Engine Red. HEX triplet: C3, 13 and 2A. RGB value is (195,19,42). Sum of RGB (Red+Green+Blue) = 195+19+42=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C3132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3132A is #3CECD5. Grayscale: #4A4A4A. Windows color (decimal): -3992790 or 2757571. OLE color: 2757571.
HSL color Cylindrical-coordinate representation of color #C3132A: hue angle of 352.16º 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 #C3132A is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 19 | 42 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.24 |
| HSL | 352.16º | 0.82% | 0.42% | - |
| HSV(B) | 352.16º | 0.9% | 0.76% | - |
| XYZ | 23.16 | 12.24 | 3.33 | - |
| YUV | 74.25 | 109.81 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 19 | 42 | 0 | 0.90 | 0.78 | 0.24 | 352.16 | 0.82 | 0.42 |
| Hex | C3 | 13 | 2A | 0 | 5A | 4E | 18 | 160 | 52 | 2A |
| Octal | 303 | 23 | 52 | 0 | 132 | 116 | 30 | 540 | 122 | 52 |
| Binary | 11000011 | 10011 | 101010 | 0 | 1011010 | 1001110 | 11000 | 101100000 | 1010010 | 101010 |
Color Harmonies of #C3132A
Complementary color
Monochromatic Colors of #C3132A
Black with #C3132A
Text Example
Text Example
White with #C3132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3132A; }
p { color: rgb(195,19,42); }
H1.HeaderClassName
{
color: #C3132A;
}
.AnyTagClassName
{
color: #C3132A;
}
</style>
background-color css
<style>
a { background-color: #C3132A; }
a { background-color: rgb(195,19,42); }
div.DivClassName
{
background-color: #C3132A;
}
.BgClassName
{
background-color: #C3132A;
}
</style>
border-color css
<style>
span { border-color: #C3132A; }
span { border-color: rgb(195,19,42); }
td.TdClassName
{
border-color: #C3132A;
}
.TagClassName
{
border-color: #C3132A;
}
</style>