Shades of Fire Engine Red #C81922
Tints of Fire Engine Red #C81922
RGB
CMYK
RGB Variations
Color information
#C81922 (or 0xC81922) is known color: Fire Engine Red. HEX triplet: C8, 19 and 22. RGB value is (200,25,34). Sum of RGB (Red+Green+Blue) = 200+25+34=259 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.22% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 200 - color contains mainly: red. Hex color #C81922 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81922 is #37E6DD. Grayscale: #4E4E4E. Windows color (decimal): -3663582 or 2234824. OLE color: 2234824.
HSL color Cylindrical-coordinate representation of color #C81922: hue angle of 356.91º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81922 is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 34 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.22 |
| HSL | 356.91º | 0.78% | 0.44% | - |
| HSV(B) | 356.91º | 0.88% | 0.78% | - |
| XYZ | 24.46 | 13.09 | 2.75 | - |
| YUV | 78.35 | 102.98 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 34 | 0 | 0.88 | 0.83 | 0.22 | 356.91 | 0.78 | 0.44 |
| Hex | C8 | 19 | 22 | 0 | 58 | 53 | 16 | 165 | 4E | 2C |
| Octal | 310 | 31 | 42 | 0 | 130 | 123 | 26 | 545 | 116 | 54 |
| Binary | 11001000 | 11001 | 100010 | 0 | 1011000 | 1010011 | 10110 | 101100101 | 1001110 | 101100 |
Color Harmonies of #C81922
Complementary color
Monochromatic Colors of #C81922
Black with #C81922
Text Example
Text Example
White with #C81922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81922; }
p { color: rgb(200,25,34); }
H1.HeaderClassName
{
color: #C81922;
}
.AnyTagClassName
{
color: #C81922;
}
</style>
background-color css
<style>
a { background-color: #C81922; }
a { background-color: rgb(200,25,34); }
div.DivClassName
{
background-color: #C81922;
}
.BgClassName
{
background-color: #C81922;
}
</style>
border-color css
<style>
span { border-color: #C81922; }
span { border-color: rgb(200,25,34); }
td.TdClassName
{
border-color: #C81922;
}
.TagClassName
{
border-color: #C81922;
}
</style>