Shades of Fire Engine Red #C31A1B
Tints of Fire Engine Red #C31A1B
RGB
CMYK
RGB Variations
Color information
#C31A1B (or 0xC31A1B) is known color: Fire Engine Red. HEX triplet: C3, 1A and 1B. RGB value is (195,26,27). Sum of RGB (Red+Green+Blue) = 195+26+27=248 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.63% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 27 (10.94% from 255 or 10.89% from 248); Max value from RGB is 195 - color contains mainly: red. Hex color #C31A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31A1B is #3CE5E4. Grayscale: #4C4C4C. Windows color (decimal): -3991013 or 1776323. OLE color: 1776323.
HSL color Cylindrical-coordinate representation of color #C31A1B: hue angle of 359.64º 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 #C31A1B is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 26 | 27 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.24 |
| HSL | 359.65º | 0.76% | 0.43% | - |
| HSV(B) | 359.65º | 0.87% | 0.76% | - |
| XYZ | 23.07 | 12.42 | 2.22 | - |
| YUV | 76.65 | 99.99 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 26 | 27 | 0 | 0.87 | 0.86 | 0.24 | 359.65 | 0.76 | 0.43 |
| Hex | C3 | 1A | 1B | 0 | 57 | 56 | 18 | 168 | 4C | 2B |
| Octal | 303 | 32 | 33 | 0 | 127 | 126 | 30 | 550 | 114 | 53 |
| Binary | 11000011 | 11010 | 11011 | 0 | 1010111 | 1010110 | 11000 | 101101000 | 1001100 | 101011 |
Color Harmonies of #C31A1B
Complementary color
Monochromatic Colors of #C31A1B
Black with #C31A1B
Text Example
Text Example
White with #C31A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31A1B; }
p { color: rgb(195,26,27); }
H1.HeaderClassName
{
color: #C31A1B;
}
.AnyTagClassName
{
color: #C31A1B;
}
</style>
background-color css
<style>
a { background-color: #C31A1B; }
a { background-color: rgb(195,26,27); }
div.DivClassName
{
background-color: #C31A1B;
}
.BgClassName
{
background-color: #C31A1B;
}
</style>
border-color css
<style>
span { border-color: #C31A1B; }
span { border-color: rgb(195,26,27); }
td.TdClassName
{
border-color: #C31A1B;
}
.TagClassName
{
border-color: #C31A1B;
}
</style>