Shades of Fire Engine Red #C81726
Tints of Fire Engine Red #C81726
RGB
CMYK
RGB Variations
Color information
#C81726 (or 0xC81726) is known color: Fire Engine Red. HEX triplet: C8, 17 and 26. RGB value is (200,23,38). Sum of RGB (Red+Green+Blue) = 200+23+38=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C81726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81726 is #37E8D9. Grayscale: #4D4D4D. Windows color (decimal): -3664090 or 2496456. OLE color: 2496456.
HSL color Cylindrical-coordinate representation of color #C81726: hue angle of 354.92º degrees, saturation: 0.79, 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 #C81726 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 38 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.22 |
| HSL | 354.92º | 0.79% | 0.44% | - |
| HSV(B) | 354.92º | 0.89% | 0.78% | - |
| XYZ | 24.48 | 13.03 | 3.06 | - |
| YUV | 77.63 | 105.64 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 38 | 0 | 0.88 | 0.81 | 0.22 | 354.92 | 0.79 | 0.44 |
| Hex | C8 | 17 | 26 | 0 | 58 | 51 | 16 | 163 | 4F | 2C |
| Octal | 310 | 27 | 46 | 0 | 130 | 121 | 26 | 543 | 117 | 54 |
| Binary | 11001000 | 10111 | 100110 | 0 | 1011000 | 1010001 | 10110 | 101100011 | 1001111 | 101100 |
Color Harmonies of #C81726
Complementary color
Monochromatic Colors of #C81726
Black with #C81726
Text Example
Text Example
White with #C81726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81726; }
p { color: rgb(200,23,38); }
H1.HeaderClassName
{
color: #C81726;
}
.AnyTagClassName
{
color: #C81726;
}
</style>
background-color css
<style>
a { background-color: #C81726; }
a { background-color: rgb(200,23,38); }
div.DivClassName
{
background-color: #C81726;
}
.BgClassName
{
background-color: #C81726;
}
</style>
border-color css
<style>
span { border-color: #C81726; }
span { border-color: rgb(200,23,38); }
td.TdClassName
{
border-color: #C81726;
}
.TagClassName
{
border-color: #C81726;
}
</style>