Shades of Fire Engine Red #C3122C
Tints of Fire Engine Red #C3122C
RGB
CMYK
RGB Variations
Color information
#C3122C (or 0xC3122C) is known color: Fire Engine Red. HEX triplet: C3, 12 and 2C. RGB value is (195,18,44). Sum of RGB (Red+Green+Blue) = 195+18+44=257 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.88% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 195 - color contains mainly: red. Hex color #C3122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3122C is #3CEDD3. Grayscale: #494949. Windows color (decimal): -3993044 or 2888387. OLE color: 2888387.
HSL color Cylindrical-coordinate representation of color #C3122C: hue angle of 351.19º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C3122C is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 44 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.24 |
| HSL | 351.19º | 0.83% | 0.42% | - |
| HSV(B) | 351.19º | 0.91% | 0.76% | - |
| XYZ | 23.18 | 12.22 | 3.52 | - |
| YUV | 73.89 | 111.14 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 44 | 0 | 0.91 | 0.77 | 0.24 | 351.19 | 0.83 | 0.42 |
| Hex | C3 | 12 | 2C | 0 | 5B | 4D | 18 | 15F | 53 | 2A |
| Octal | 303 | 22 | 54 | 0 | 133 | 115 | 30 | 537 | 123 | 52 |
| Binary | 11000011 | 10010 | 101100 | 0 | 1011011 | 1001101 | 11000 | 101011111 | 1010011 | 101010 |
Color Harmonies of #C3122C
Complementary color
Monochromatic Colors of #C3122C
Black with #C3122C
Text Example
Text Example
White with #C3122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3122C; }
p { color: rgb(195,18,44); }
H1.HeaderClassName
{
color: #C3122C;
}
.AnyTagClassName
{
color: #C3122C;
}
</style>
background-color css
<style>
a { background-color: #C3122C; }
a { background-color: rgb(195,18,44); }
div.DivClassName
{
background-color: #C3122C;
}
.BgClassName
{
background-color: #C3122C;
}
</style>
border-color css
<style>
span { border-color: #C3122C; }
span { border-color: rgb(195,18,44); }
td.TdClassName
{
border-color: #C3122C;
}
.TagClassName
{
border-color: #C3122C;
}
</style>