Shades of Fire Engine Red #C31827
Tints of Fire Engine Red #C31827
RGB
CMYK
RGB Variations
Color information
#C31827 (or 0xC31827) is known color: Fire Engine Red. HEX triplet: C3, 18 and 27. RGB value is (195,24,39). Sum of RGB (Red+Green+Blue) = 195+24+39=258 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.58% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 195 - color contains mainly: red. Hex color #C31827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31827 is #3CE7D8. Grayscale: #4C4C4C. Windows color (decimal): -3991513 or 2562243. OLE color: 2562243.
HSL color Cylindrical-coordinate representation of color #C31827: hue angle of 354.74º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31827 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 39 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.24 |
| HSL | 354.74º | 0.78% | 0.43% | - |
| HSV(B) | 354.74º | 0.88% | 0.76% | - |
| XYZ | 23.2 | 12.4 | 3.09 | - |
| YUV | 76.84 | 106.65 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 39 | 0 | 0.88 | 0.80 | 0.24 | 354.74 | 0.78 | 0.43 |
| Hex | C3 | 18 | 27 | 0 | 58 | 50 | 18 | 163 | 4E | 2B |
| Octal | 303 | 30 | 47 | 0 | 130 | 120 | 30 | 543 | 116 | 53 |
| Binary | 11000011 | 11000 | 100111 | 0 | 1011000 | 1010000 | 11000 | 101100011 | 1001110 | 101011 |
Color Harmonies of #C31827
Complementary color
Monochromatic Colors of #C31827
Black with #C31827
Text Example
Text Example
White with #C31827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31827; }
p { color: rgb(195,24,39); }
H1.HeaderClassName
{
color: #C31827;
}
.AnyTagClassName
{
color: #C31827;
}
</style>
background-color css
<style>
a { background-color: #C31827; }
a { background-color: rgb(195,24,39); }
div.DivClassName
{
background-color: #C31827;
}
.BgClassName
{
background-color: #C31827;
}
</style>
border-color css
<style>
span { border-color: #C31827; }
span { border-color: rgb(195,24,39); }
td.TdClassName
{
border-color: #C31827;
}
.TagClassName
{
border-color: #C31827;
}
</style>