Shades of Fire Engine Red #C31C20
Tints of Fire Engine Red #C31C20
RGB
CMYK
RGB Variations
Color information
#C31C20 (or 0xC31C20) is known color: Fire Engine Red. HEX triplet: C3, 1C and 20. RGB value is (195,28,32). Sum of RGB (Red+Green+Blue) = 195+28+32=255 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.47% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31C20 is #3CE3DF. Grayscale: #4E4E4E. Windows color (decimal): -3990496 or 2104515. OLE color: 2104515.
HSL color Cylindrical-coordinate representation of color #C31C20: hue angle of 358.56º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C31C20 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 32 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.24 |
| HSL | 358.56º | 0.75% | 0.44% | - |
| HSV(B) | 358.56º | 0.86% | 0.76% | - |
| XYZ | 23.18 | 12.54 | 2.56 | - |
| YUV | 78.39 | 101.83 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 32 | 0 | 0.86 | 0.84 | 0.24 | 358.56 | 0.75 | 0.44 |
| Hex | C3 | 1C | 20 | 0 | 56 | 54 | 18 | 167 | 4B | 2C |
| Octal | 303 | 34 | 40 | 0 | 126 | 124 | 30 | 547 | 113 | 54 |
| Binary | 11000011 | 11100 | 100000 | 0 | 1010110 | 1010100 | 11000 | 101100111 | 1001011 | 101100 |
Color Harmonies of #C31C20
Complementary color
Monochromatic Colors of #C31C20
Black with #C31C20
Text Example
Text Example
White with #C31C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C20; }
p { color: rgb(195,28,32); }
H1.HeaderClassName
{
color: #C31C20;
}
.AnyTagClassName
{
color: #C31C20;
}
</style>
background-color css
<style>
a { background-color: #C31C20; }
a { background-color: rgb(195,28,32); }
div.DivClassName
{
background-color: #C31C20;
}
.BgClassName
{
background-color: #C31C20;
}
</style>
border-color css
<style>
span { border-color: #C31C20; }
span { border-color: rgb(195,28,32); }
td.TdClassName
{
border-color: #C31C20;
}
.TagClassName
{
border-color: #C31C20;
}
</style>