Shades of Fire Engine Red #C31128
Tints of Fire Engine Red #C31128
RGB
CMYK
RGB Variations
Color information
#C31128 (or 0xC31128) is known color: Fire Engine Red. HEX triplet: C3, 11 and 28. RGB value is (195,17,40). Sum of RGB (Red+Green+Blue) = 195+17+40=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C31128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31128 is #3CEED7. Grayscale: #484848. Windows color (decimal): -3993304 or 2625987. OLE color: 2625987.
HSL color Cylindrical-coordinate representation of color #C31128: hue angle of 352.25º 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 #C31128 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 17 | 40 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.24 |
| HSL | 352.25º | 0.84% | 0.42% | - |
| HSV(B) | 352.25º | 0.91% | 0.76% | - |
| XYZ | 23.09 | 12.16 | 3.14 | - |
| YUV | 72.84 | 109.47 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 17 | 40 | 0 | 0.91 | 0.79 | 0.24 | 352.25 | 0.84 | 0.42 |
| Hex | C3 | 11 | 28 | 0 | 5B | 4F | 18 | 160 | 54 | 2A |
| Octal | 303 | 21 | 50 | 0 | 133 | 117 | 30 | 540 | 124 | 52 |
| Binary | 11000011 | 10001 | 101000 | 0 | 1011011 | 1001111 | 11000 | 101100000 | 1010100 | 101010 |
Color Harmonies of #C31128
Complementary color
Monochromatic Colors of #C31128
Black with #C31128
Text Example
Text Example
White with #C31128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31128; }
p { color: rgb(195,17,40); }
H1.HeaderClassName
{
color: #C31128;
}
.AnyTagClassName
{
color: #C31128;
}
</style>
background-color css
<style>
a { background-color: #C31128; }
a { background-color: rgb(195,17,40); }
div.DivClassName
{
background-color: #C31128;
}
.BgClassName
{
background-color: #C31128;
}
</style>
border-color css
<style>
span { border-color: #C31128; }
span { border-color: rgb(195,17,40); }
td.TdClassName
{
border-color: #C31128;
}
.TagClassName
{
border-color: #C31128;
}
</style>