Shades of Fire Engine Red #C31220
Tints of Fire Engine Red #C31220
RGB
CMYK
RGB Variations
Color information
#C31220 (or 0xC31220) is known color: Fire Engine Red. HEX triplet: C3, 12 and 20. RGB value is (195,18,32). Sum of RGB (Red+Green+Blue) = 195+18+32=245 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.59% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 195 - color contains mainly: red. Hex color #C31220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31220 is #3CEDDF. Grayscale: #484848. Windows color (decimal): -3993056 or 2101955. OLE color: 2101955.
HSL color Cylindrical-coordinate representation of color #C31220: hue angle of 355.25º 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 #C31220 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 32 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.24 |
| HSL | 355.25º | 0.83% | 0.42% | - |
| HSV(B) | 355.25º | 0.91% | 0.76% | - |
| XYZ | 22.98 | 12.14 | 2.5 | - |
| YUV | 72.52 | 105.14 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 32 | 0 | 0.91 | 0.84 | 0.24 | 355.25 | 0.83 | 0.42 |
| Hex | C3 | 12 | 20 | 0 | 5B | 54 | 18 | 163 | 53 | 2A |
| Octal | 303 | 22 | 40 | 0 | 133 | 124 | 30 | 543 | 123 | 52 |
| Binary | 11000011 | 10010 | 100000 | 0 | 1011011 | 1010100 | 11000 | 101100011 | 1010011 | 101010 |
Color Harmonies of #C31220
Complementary color
Monochromatic Colors of #C31220
Black with #C31220
Text Example
Text Example
White with #C31220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31220; }
p { color: rgb(195,18,32); }
H1.HeaderClassName
{
color: #C31220;
}
.AnyTagClassName
{
color: #C31220;
}
</style>
background-color css
<style>
a { background-color: #C31220; }
a { background-color: rgb(195,18,32); }
div.DivClassName
{
background-color: #C31220;
}
.BgClassName
{
background-color: #C31220;
}
</style>
border-color css
<style>
span { border-color: #C31220; }
span { border-color: rgb(195,18,32); }
td.TdClassName
{
border-color: #C31220;
}
.TagClassName
{
border-color: #C31220;
}
</style>