Shades of Fire Engine Red #C31C21
Tints of Fire Engine Red #C31C21
RGB
CMYK
RGB Variations
Color information
#C31C21 (or 0xC31C21) is known color: Fire Engine Red. HEX triplet: C3, 1C and 21. RGB value is (195,28,33). Sum of RGB (Red+Green+Blue) = 195+28+33=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C31C21 is #3CE3DE. Grayscale: #4E4E4E. Windows color (decimal): -3990495 or 2170051. OLE color: 2170051.
HSL color Cylindrical-coordinate representation of color #C31C21: hue angle of 358.2º 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 #C31C21 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 33 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.24 |
| HSL | 358.2º | 0.75% | 0.44% | - |
| HSV(B) | 358.2º | 0.86% | 0.76% | - |
| XYZ | 23.2 | 12.54 | 2.64 | - |
| YUV | 78.5 | 102.33 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 33 | 0 | 0.86 | 0.83 | 0.24 | 358.2 | 0.75 | 0.44 |
| Hex | C3 | 1C | 21 | 0 | 56 | 53 | 18 | 166 | 4B | 2C |
| Octal | 303 | 34 | 41 | 0 | 126 | 123 | 30 | 546 | 113 | 54 |
| Binary | 11000011 | 11100 | 100001 | 0 | 1010110 | 1010011 | 11000 | 101100110 | 1001011 | 101100 |
Color Harmonies of #C31C21
Complementary color
Monochromatic Colors of #C31C21
Black with #C31C21
Text Example
Text Example
White with #C31C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C21; }
p { color: rgb(195,28,33); }
H1.HeaderClassName
{
color: #C31C21;
}
.AnyTagClassName
{
color: #C31C21;
}
</style>
background-color css
<style>
a { background-color: #C31C21; }
a { background-color: rgb(195,28,33); }
div.DivClassName
{
background-color: #C31C21;
}
.BgClassName
{
background-color: #C31C21;
}
</style>
border-color css
<style>
span { border-color: #C31C21; }
span { border-color: rgb(195,28,33); }
td.TdClassName
{
border-color: #C31C21;
}
.TagClassName
{
border-color: #C31C21;
}
</style>