Shades of Fire Engine Red #C31D20
Tints of Fire Engine Red #C31D20
RGB
CMYK
RGB Variations
Color information
#C31D20 (or 0xC31D20) is known color: Fire Engine Red. HEX triplet: C3, 1D and 20. RGB value is (195,29,32). Sum of RGB (Red+Green+Blue) = 195+29+32=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31D20 is #3CE2DF. Grayscale: #4F4F4F. Windows color (decimal): -3990240 or 2104771. OLE color: 2104771.
HSL color Cylindrical-coordinate representation of color #C31D20: hue angle of 358.92º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31D20 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 32 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.24 |
| HSL | 358.92º | 0.74% | 0.44% | - |
| HSV(B) | 358.92º | 0.85% | 0.76% | - |
| XYZ | 23.21 | 12.59 | 2.57 | - |
| YUV | 78.98 | 101.5 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 32 | 0 | 0.85 | 0.84 | 0.24 | 358.92 | 0.74 | 0.44 |
| Hex | C3 | 1D | 20 | 0 | 55 | 54 | 18 | 167 | 4A | 2C |
| Octal | 303 | 35 | 40 | 0 | 125 | 124 | 30 | 547 | 112 | 54 |
| Binary | 11000011 | 11101 | 100000 | 0 | 1010101 | 1010100 | 11000 | 101100111 | 1001010 | 101100 |
Color Harmonies of #C31D20
Complementary color
Monochromatic Colors of #C31D20
Black with #C31D20
Text Example
Text Example
White with #C31D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D20; }
p { color: rgb(195,29,32); }
H1.HeaderClassName
{
color: #C31D20;
}
.AnyTagClassName
{
color: #C31D20;
}
</style>
background-color css
<style>
a { background-color: #C31D20; }
a { background-color: rgb(195,29,32); }
div.DivClassName
{
background-color: #C31D20;
}
.BgClassName
{
background-color: #C31D20;
}
</style>
border-color css
<style>
span { border-color: #C31D20; }
span { border-color: rgb(195,29,32); }
td.TdClassName
{
border-color: #C31D20;
}
.TagClassName
{
border-color: #C31D20;
}
</style>