Shades of Fire Engine Red #C31522
Tints of Fire Engine Red #C31522
RGB
CMYK
RGB Variations
Color information
#C31522 (or 0xC31522) is known color: Fire Engine Red. HEX triplet: C3, 15 and 22. RGB value is (195,21,34). Sum of RGB (Red+Green+Blue) = 195+21+34=250 (33% of max value = 765). Red value is 195 (76.56% from 255 or 78% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 195 - color contains mainly: red. Hex color #C31522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31522 is #3CEADD. Grayscale: #4A4A4A. Windows color (decimal): -3992286 or 2233795. OLE color: 2233795.
HSL color Cylindrical-coordinate representation of color #C31522: hue angle of 355.52º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C31522 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 21 | 34 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.24 |
| HSL | 355.52º | 0.81% | 0.42% | - |
| HSV(B) | 355.52º | 0.89% | 0.76% | - |
| XYZ | 23.06 | 12.25 | 2.66 | - |
| YUV | 74.51 | 105.15 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 21 | 34 | 0 | 0.89 | 0.83 | 0.24 | 355.52 | 0.81 | 0.42 |
| Hex | C3 | 15 | 22 | 0 | 59 | 53 | 18 | 164 | 51 | 2A |
| Octal | 303 | 25 | 42 | 0 | 131 | 123 | 30 | 544 | 121 | 52 |
| Binary | 11000011 | 10101 | 100010 | 0 | 1011001 | 1010011 | 11000 | 101100100 | 1010001 | 101010 |
Color Harmonies of #C31522
Complementary color
Monochromatic Colors of #C31522
Black with #C31522
Text Example
Text Example
White with #C31522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31522; }
p { color: rgb(195,21,34); }
H1.HeaderClassName
{
color: #C31522;
}
.AnyTagClassName
{
color: #C31522;
}
</style>
background-color css
<style>
a { background-color: #C31522; }
a { background-color: rgb(195,21,34); }
div.DivClassName
{
background-color: #C31522;
}
.BgClassName
{
background-color: #C31522;
}
</style>
border-color css
<style>
span { border-color: #C31522; }
span { border-color: rgb(195,21,34); }
td.TdClassName
{
border-color: #C31522;
}
.TagClassName
{
border-color: #C31522;
}
</style>