Shades of Fire Engine Red #C3122B
Tints of Fire Engine Red #C3122B
RGB
CMYK
RGB Variations
Color information
#C3122B (or 0xC3122B) is known color: Fire Engine Red. HEX triplet: C3, 12 and 2B. RGB value is (195,18,43). Sum of RGB (Red+Green+Blue) = 195+18+43=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C3122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3122B is #3CEDD4. Grayscale: #494949. Windows color (decimal): -3993045 or 2822851. OLE color: 2822851.
HSL color Cylindrical-coordinate representation of color #C3122B: hue angle of 351.53º 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 #C3122B is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 43 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.24 |
| HSL | 351.53º | 0.83% | 0.42% | - |
| HSV(B) | 351.53º | 0.91% | 0.76% | - |
| XYZ | 23.16 | 12.21 | 3.42 | - |
| YUV | 73.77 | 110.64 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 43 | 0 | 0.91 | 0.78 | 0.24 | 351.53 | 0.83 | 0.42 |
| Hex | C3 | 12 | 2B | 0 | 5B | 4E | 18 | 160 | 53 | 2A |
| Octal | 303 | 22 | 53 | 0 | 133 | 116 | 30 | 540 | 123 | 52 |
| Binary | 11000011 | 10010 | 101011 | 0 | 1011011 | 1001110 | 11000 | 101100000 | 1010011 | 101010 |
Color Harmonies of #C3122B
Complementary color
Monochromatic Colors of #C3122B
Black with #C3122B
Text Example
Text Example
White with #C3122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3122B; }
p { color: rgb(195,18,43); }
H1.HeaderClassName
{
color: #C3122B;
}
.AnyTagClassName
{
color: #C3122B;
}
</style>
background-color css
<style>
a { background-color: #C3122B; }
a { background-color: rgb(195,18,43); }
div.DivClassName
{
background-color: #C3122B;
}
.BgClassName
{
background-color: #C3122B;
}
</style>
border-color css
<style>
span { border-color: #C3122B; }
span { border-color: rgb(195,18,43); }
td.TdClassName
{
border-color: #C3122B;
}
.TagClassName
{
border-color: #C3122B;
}
</style>