Shades of Fire Engine Red #C31223
Tints of Fire Engine Red #C31223
RGB
CMYK
RGB Variations
Color information
#C31223 (or 0xC31223) is known color: Fire Engine Red. HEX triplet: C3, 12 and 23. RGB value is (195,18,35). Sum of RGB (Red+Green+Blue) = 195+18+35=248 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.63% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 195 - color contains mainly: red. Hex color #C31223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31223 is #3CEDDC. Grayscale: #484848. Windows color (decimal): -3993053 or 2298563. OLE color: 2298563.
HSL color Cylindrical-coordinate representation of color #C31223: hue angle of 354.24º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C31223 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 18 | 35 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.24 |
| HSL | 354.24º | 0.83% | 0.42% | - |
| HSV(B) | 354.24º | 0.91% | 0.76% | - |
| XYZ | 23.03 | 12.16 | 2.72 | - |
| YUV | 72.86 | 106.64 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 18 | 35 | 0 | 0.91 | 0.82 | 0.24 | 354.24 | 0.83 | 0.42 |
| Hex | C3 | 12 | 23 | 0 | 5B | 52 | 18 | 162 | 53 | 2A |
| Octal | 303 | 22 | 43 | 0 | 133 | 122 | 30 | 542 | 123 | 52 |
| Binary | 11000011 | 10010 | 100011 | 0 | 1011011 | 1010010 | 11000 | 101100010 | 1010011 | 101010 |
Color Harmonies of #C31223
Complementary color
Monochromatic Colors of #C31223
Black with #C31223
Text Example
Text Example
White with #C31223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31223; }
p { color: rgb(195,18,35); }
H1.HeaderClassName
{
color: #C31223;
}
.AnyTagClassName
{
color: #C31223;
}
</style>
background-color css
<style>
a { background-color: #C31223; }
a { background-color: rgb(195,18,35); }
div.DivClassName
{
background-color: #C31223;
}
.BgClassName
{
background-color: #C31223;
}
</style>
border-color css
<style>
span { border-color: #C31223; }
span { border-color: rgb(195,18,35); }
td.TdClassName
{
border-color: #C31223;
}
.TagClassName
{
border-color: #C31223;
}
</style>