Shades of Fire Engine Red #C31829
Tints of Fire Engine Red #C31829
RGB
CMYK
RGB Variations
Color information
#C31829 (or 0xC31829) is known color: Fire Engine Red. HEX triplet: C3, 18 and 29. RGB value is (195,24,41). Sum of RGB (Red+Green+Blue) = 195+24+41=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C31829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31829 is #3CE7D6. Grayscale: #4D4D4D. Windows color (decimal): -3991511 or 2693315. OLE color: 2693315.
HSL color Cylindrical-coordinate representation of color #C31829: hue angle of 354.04º 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 #C31829 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 41 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.24 |
| HSL | 354.04º | 0.78% | 0.43% | - |
| HSV(B) | 354.04º | 0.88% | 0.76% | - |
| XYZ | 23.23 | 12.42 | 3.27 | - |
| YUV | 77.07 | 107.65 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 41 | 0 | 0.88 | 0.79 | 0.24 | 354.04 | 0.78 | 0.43 |
| Hex | C3 | 18 | 29 | 0 | 58 | 4F | 18 | 162 | 4E | 2B |
| Octal | 303 | 30 | 51 | 0 | 130 | 117 | 30 | 542 | 116 | 53 |
| Binary | 11000011 | 11000 | 101001 | 0 | 1011000 | 1001111 | 11000 | 101100010 | 1001110 | 101011 |
Color Harmonies of #C31829
Complementary color
Monochromatic Colors of #C31829
Black with #C31829
Text Example
Text Example
White with #C31829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31829; }
p { color: rgb(195,24,41); }
H1.HeaderClassName
{
color: #C31829;
}
.AnyTagClassName
{
color: #C31829;
}
</style>
background-color css
<style>
a { background-color: #C31829; }
a { background-color: rgb(195,24,41); }
div.DivClassName
{
background-color: #C31829;
}
.BgClassName
{
background-color: #C31829;
}
</style>
border-color css
<style>
span { border-color: #C31829; }
span { border-color: rgb(195,24,41); }
td.TdClassName
{
border-color: #C31829;
}
.TagClassName
{
border-color: #C31829;
}
</style>