Shades of Fire Engine Red #C31629
Tints of Fire Engine Red #C31629
RGB
CMYK
RGB Variations
Color information
#C31629 (or 0xC31629) is known color: Fire Engine Red. HEX triplet: C3, 16 and 29. RGB value is (195,22,41). Sum of RGB (Red+Green+Blue) = 195+22+41=258 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.58% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 195 - color contains mainly: red. Hex color #C31629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31629 is #3CE9D6. Grayscale: #4B4B4B. Windows color (decimal): -3992023 or 2692803. OLE color: 2692803.
HSL color Cylindrical-coordinate representation of color #C31629: hue angle of 353.41º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31629 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 22 | 41 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.24 |
| HSL | 353.41º | 0.8% | 0.43% | - |
| HSV(B) | 353.41º | 0.89% | 0.76% | - |
| XYZ | 23.19 | 12.34 | 3.26 | - |
| YUV | 75.89 | 108.31 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 22 | 41 | 0 | 0.89 | 0.79 | 0.24 | 353.41 | 0.8 | 0.43 |
| Hex | C3 | 16 | 29 | 0 | 59 | 4F | 18 | 161 | 50 | 2B |
| Octal | 303 | 26 | 51 | 0 | 131 | 117 | 30 | 541 | 120 | 53 |
| Binary | 11000011 | 10110 | 101001 | 0 | 1011001 | 1001111 | 11000 | 101100001 | 1010000 | 101011 |
Color Harmonies of #C31629
Complementary color
Monochromatic Colors of #C31629
Black with #C31629
Text Example
Text Example
White with #C31629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31629; }
p { color: rgb(195,22,41); }
H1.HeaderClassName
{
color: #C31629;
}
.AnyTagClassName
{
color: #C31629;
}
</style>
background-color css
<style>
a { background-color: #C31629; }
a { background-color: rgb(195,22,41); }
div.DivClassName
{
background-color: #C31629;
}
.BgClassName
{
background-color: #C31629;
}
</style>
border-color css
<style>
span { border-color: #C31629; }
span { border-color: rgb(195,22,41); }
td.TdClassName
{
border-color: #C31629;
}
.TagClassName
{
border-color: #C31629;
}
</style>