Shades of Fire Engine Red #C31722
Tints of Fire Engine Red #C31722
RGB
CMYK
RGB Variations
Color information
#C31722 (or 0xC31722) is known color: Fire Engine Red. HEX triplet: C3, 17 and 22. RGB value is (195,23,34). Sum of RGB (Red+Green+Blue) = 195+23+34=252 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.38% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 195 - color contains mainly: red. Hex color #C31722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31722 is #3CE8DD. Grayscale: #4B4B4B. Windows color (decimal): -3991774 or 2234307. OLE color: 2234307.
HSL color Cylindrical-coordinate representation of color #C31722: hue angle of 356.16º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31722 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 23 | 34 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.24 |
| HSL | 356.16º | 0.79% | 0.43% | - |
| HSV(B) | 356.16º | 0.88% | 0.76% | - |
| XYZ | 23.1 | 12.33 | 2.68 | - |
| YUV | 75.68 | 104.48 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 23 | 34 | 0 | 0.88 | 0.83 | 0.24 | 356.16 | 0.79 | 0.43 |
| Hex | C3 | 17 | 22 | 0 | 58 | 53 | 18 | 164 | 4F | 2B |
| Octal | 303 | 27 | 42 | 0 | 130 | 123 | 30 | 544 | 117 | 53 |
| Binary | 11000011 | 10111 | 100010 | 0 | 1011000 | 1010011 | 11000 | 101100100 | 1001111 | 101011 |
Color Harmonies of #C31722
Complementary color
Monochromatic Colors of #C31722
Black with #C31722
Text Example
Text Example
White with #C31722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31722; }
p { color: rgb(195,23,34); }
H1.HeaderClassName
{
color: #C31722;
}
.AnyTagClassName
{
color: #C31722;
}
</style>
background-color css
<style>
a { background-color: #C31722; }
a { background-color: rgb(195,23,34); }
div.DivClassName
{
background-color: #C31722;
}
.BgClassName
{
background-color: #C31722;
}
</style>
border-color css
<style>
span { border-color: #C31722; }
span { border-color: rgb(195,23,34); }
td.TdClassName
{
border-color: #C31722;
}
.TagClassName
{
border-color: #C31722;
}
</style>