Shades of Fire Engine Red #C31A2B
Tints of Fire Engine Red #C31A2B
RGB
CMYK
RGB Variations
Color information
#C31A2B (or 0xC31A2B) is known color: Fire Engine Red. HEX triplet: C3, 1A and 2B. RGB value is (195,26,43). Sum of RGB (Red+Green+Blue) = 195+26+43=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31A2B is #3CE5D4. Grayscale: #4E4E4E. Windows color (decimal): -3990997 or 2824899. OLE color: 2824899.
HSL color Cylindrical-coordinate representation of color #C31A2B: hue angle of 353.96º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C31A2B is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 43 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.24 |
| HSL | 353.96º | 0.76% | 0.43% | - |
| HSV(B) | 353.96º | 0.87% | 0.76% | - |
| XYZ | 23.31 | 12.52 | 3.47 | - |
| YUV | 78.47 | 107.99 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 43 | 0 | 0.87 | 0.78 | 0.24 | 353.96 | 0.76 | 0.43 |
| Hex | C3 | 1A | 2B | 0 | 57 | 4E | 18 | 162 | 4C | 2B |
| Octal | 303 | 32 | 53 | 0 | 127 | 116 | 30 | 542 | 114 | 53 |
| Binary | 11000011 | 11010 | 101011 | 0 | 1010111 | 1001110 | 11000 | 101100010 | 1001100 | 101011 |
Color Harmonies of #C31A2B
Complementary color
Monochromatic Colors of #C31A2B
Black with #C31A2B
Text Example
Text Example
White with #C31A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31A2B; }
p { color: rgb(195,26,43); }
H1.HeaderClassName
{
color: #C31A2B;
}
.AnyTagClassName
{
color: #C31A2B;
}
</style>
background-color css
<style>
a { background-color: #C31A2B; }
a { background-color: rgb(195,26,43); }
div.DivClassName
{
background-color: #C31A2B;
}
.BgClassName
{
background-color: #C31A2B;
}
</style>
border-color css
<style>
span { border-color: #C31A2B; }
span { border-color: rgb(195,26,43); }
td.TdClassName
{
border-color: #C31A2B;
}
.TagClassName
{
border-color: #C31A2B;
}
</style>