Shades of Fire Engine Red #C31822
Tints of Fire Engine Red #C31822
RGB
CMYK
RGB Variations
Color information
#C31822 (or 0xC31822) is known color: Fire Engine Red. HEX triplet: C3, 18 and 22. RGB value is (195,24,34). Sum of RGB (Red+Green+Blue) = 195+24+34=253 (33% of max value = 765). Red value is 195 (76.56% from 255 or 77.08% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 195 - color contains mainly: red. Hex color #C31822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C31822 is #3CE7DD. Grayscale: #4C4C4C. Windows color (decimal): -3991518 or 2234563. OLE color: 2234563.
HSL color Cylindrical-coordinate representation of color #C31822: hue angle of 356.49º degrees, saturation: 0.78, 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 #C31822 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 24 | 34 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.24 |
| HSL | 356.49º | 0.78% | 0.43% | - |
| HSV(B) | 356.49º | 0.88% | 0.76% | - |
| XYZ | 23.12 | 12.37 | 2.68 | - |
| YUV | 76.27 | 104.15 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 24 | 34 | 0 | 0.88 | 0.83 | 0.24 | 356.49 | 0.78 | 0.43 |
| Hex | C3 | 18 | 22 | 0 | 58 | 53 | 18 | 164 | 4E | 2B |
| Octal | 303 | 30 | 42 | 0 | 130 | 123 | 30 | 544 | 116 | 53 |
| Binary | 11000011 | 11000 | 100010 | 0 | 1011000 | 1010011 | 11000 | 101100100 | 1001110 | 101011 |
Color Harmonies of #C31822
Complementary color
Monochromatic Colors of #C31822
Black with #C31822
Text Example
Text Example
White with #C31822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31822; }
p { color: rgb(195,24,34); }
H1.HeaderClassName
{
color: #C31822;
}
.AnyTagClassName
{
color: #C31822;
}
</style>
background-color css
<style>
a { background-color: #C31822; }
a { background-color: rgb(195,24,34); }
div.DivClassName
{
background-color: #C31822;
}
.BgClassName
{
background-color: #C31822;
}
</style>
border-color css
<style>
span { border-color: #C31822; }
span { border-color: rgb(195,24,34); }
td.TdClassName
{
border-color: #C31822;
}
.TagClassName
{
border-color: #C31822;
}
</style>