Shades of Fire Engine Red #C3121D
Tints of Fire Engine Red #C3121D
RGB
CMYK
RGB Variations
Color information
#C3121D (or 0xC3121D) is known color: Fire Engine Red. HEX triplet: C3, 12 and 1D. RGB value is (195,18,29). Sum of RGB (Red+Green+Blue) = 195+18+29=242 (32% of max value = 765). Red value is 195 (76.56% from 255 or 80.58% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 195 - color contains mainly: red. Hex color #C3121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3121D is #3CEDE2. Grayscale: #484848. Windows color (decimal): -3993059 or 1905347. OLE color: 1905347.
HSL color Cylindrical-coordinate representation of color #C3121D: hue angle of 356.27º 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 #C3121D is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 29 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.24 |
| HSL | 356.27º | 0.83% | 0.42% | - |
| HSV(B) | 356.27º | 0.91% | 0.76% | - |
| XYZ | 22.94 | 12.12 | 2.29 | - |
| YUV | 72.18 | 103.64 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 29 | 0 | 0.91 | 0.85 | 0.24 | 356.27 | 0.83 | 0.42 |
| Hex | C3 | 12 | 1D | 0 | 5B | 55 | 18 | 164 | 53 | 2A |
| Octal | 303 | 22 | 35 | 0 | 133 | 125 | 30 | 544 | 123 | 52 |
| Binary | 11000011 | 10010 | 11101 | 0 | 1011011 | 1010101 | 11000 | 101100100 | 1010011 | 101010 |
Color Harmonies of #C3121D
Complementary color
Monochromatic Colors of #C3121D
Black with #C3121D
Text Example
Text Example
White with #C3121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3121D; }
p { color: rgb(195,18,29); }
H1.HeaderClassName
{
color: #C3121D;
}
.AnyTagClassName
{
color: #C3121D;
}
</style>
background-color css
<style>
a { background-color: #C3121D; }
a { background-color: rgb(195,18,29); }
div.DivClassName
{
background-color: #C3121D;
}
.BgClassName
{
background-color: #C3121D;
}
</style>
border-color css
<style>
span { border-color: #C3121D; }
span { border-color: rgb(195,18,29); }
td.TdClassName
{
border-color: #C3121D;
}
.TagClassName
{
border-color: #C3121D;
}
</style>