Shades of Fire Engine Red #C31121
Tints of Fire Engine Red #C31121
RGB
CMYK
RGB Variations
Color information
#C31121 (or 0xC31121) is known color: Fire Engine Red. HEX triplet: C3, 11 and 21. RGB value is (195,17,33). Sum of RGB (Red+Green+Blue) = 195+17+33=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C31121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31121 is #3CEEDE. Grayscale: #484848. Windows color (decimal): -3993311 or 2167235. OLE color: 2167235.
HSL color Cylindrical-coordinate representation of color #C31121: hue angle of 354.61º degrees, saturation: 0.84, 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 #C31121 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 33 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.24 |
| HSL | 354.61º | 0.84% | 0.42% | - |
| HSV(B) | 354.61º | 0.91% | 0.76% | - |
| XYZ | 22.98 | 12.11 | 2.57 | - |
| YUV | 72.05 | 105.97 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 33 | 0 | 0.91 | 0.83 | 0.24 | 354.61 | 0.84 | 0.42 |
| Hex | C3 | 11 | 21 | 0 | 5B | 53 | 18 | 163 | 54 | 2A |
| Octal | 303 | 21 | 41 | 0 | 133 | 123 | 30 | 543 | 124 | 52 |
| Binary | 11000011 | 10001 | 100001 | 0 | 1011011 | 1010011 | 11000 | 101100011 | 1010100 | 101010 |
Color Harmonies of #C31121
Complementary color
Monochromatic Colors of #C31121
Black with #C31121
Text Example
Text Example
White with #C31121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31121; }
p { color: rgb(195,17,33); }
H1.HeaderClassName
{
color: #C31121;
}
.AnyTagClassName
{
color: #C31121;
}
</style>
background-color css
<style>
a { background-color: #C31121; }
a { background-color: rgb(195,17,33); }
div.DivClassName
{
background-color: #C31121;
}
.BgClassName
{
background-color: #C31121;
}
</style>
border-color css
<style>
span { border-color: #C31121; }
span { border-color: rgb(195,17,33); }
td.TdClassName
{
border-color: #C31121;
}
.TagClassName
{
border-color: #C31121;
}
</style>