Shades of Fire Engine Red #C31221
Tints of Fire Engine Red #C31221
RGB
CMYK
RGB Variations
Color information
#C31221 (or 0xC31221) is known color: Fire Engine Red. HEX triplet: C3, 12 and 21. RGB value is (195,18,33). Sum of RGB (Red+Green+Blue) = 195+18+33=246 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.27% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 195 - color contains mainly: red. Hex color #C31221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31221 is #3CEDDE. Grayscale: #484848. Windows color (decimal): -3993055 or 2167491. OLE color: 2167491.
HSL color Cylindrical-coordinate representation of color #C31221: hue angle of 354.92º 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 #C31221 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 33 | - |
| CMYK | 0 | 0.91 | 0.83 | 0.24 |
| HSL | 354.92º | 0.83% | 0.42% | - |
| HSV(B) | 354.92º | 0.91% | 0.76% | - |
| XYZ | 23 | 12.14 | 2.57 | - |
| YUV | 72.63 | 105.64 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 33 | 0 | 0.91 | 0.83 | 0.24 | 354.92 | 0.83 | 0.42 |
| Hex | C3 | 12 | 21 | 0 | 5B | 53 | 18 | 163 | 53 | 2A |
| Octal | 303 | 22 | 41 | 0 | 133 | 123 | 30 | 543 | 123 | 52 |
| Binary | 11000011 | 10010 | 100001 | 0 | 1011011 | 1010011 | 11000 | 101100011 | 1010011 | 101010 |
Color Harmonies of #C31221
Complementary color
Monochromatic Colors of #C31221
Black with #C31221
Text Example
Text Example
White with #C31221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31221; }
p { color: rgb(195,18,33); }
H1.HeaderClassName
{
color: #C31221;
}
.AnyTagClassName
{
color: #C31221;
}
</style>
background-color css
<style>
a { background-color: #C31221; }
a { background-color: rgb(195,18,33); }
div.DivClassName
{
background-color: #C31221;
}
.BgClassName
{
background-color: #C31221;
}
</style>
border-color css
<style>
span { border-color: #C31221; }
span { border-color: rgb(195,18,33); }
td.TdClassName
{
border-color: #C31221;
}
.TagClassName
{
border-color: #C31221;
}
</style>