Shades of Fire Engine Red #C81526
Tints of Fire Engine Red #C81526
RGB
CMYK
RGB Variations
Color information
#C81526 (or 0xC81526) is known color: Fire Engine Red. HEX triplet: C8, 15 and 26. RGB value is (200,21,38). Sum of RGB (Red+Green+Blue) = 200+21+38=259 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.22% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 200 - color contains mainly: red. Hex color #C81526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81526 is #37EAD9. Grayscale: #4C4C4C. Windows color (decimal): -3664602 or 2495944. OLE color: 2495944.
HSL color Cylindrical-coordinate representation of color #C81526: hue angle of 354.3º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81526 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 38 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.22 |
| HSL | 354.3º | 0.81% | 0.43% | - |
| HSV(B) | 354.3º | 0.9% | 0.78% | - |
| XYZ | 24.44 | 12.96 | 3.05 | - |
| YUV | 76.46 | 106.3 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 38 | 0 | 0.90 | 0.81 | 0.22 | 354.3 | 0.81 | 0.43 |
| Hex | C8 | 15 | 26 | 0 | 5A | 51 | 16 | 162 | 51 | 2B |
| Octal | 310 | 25 | 46 | 0 | 132 | 121 | 26 | 542 | 121 | 53 |
| Binary | 11001000 | 10101 | 100110 | 0 | 1011010 | 1010001 | 10110 | 101100010 | 1010001 | 101011 |
Color Harmonies of #C81526
Complementary color
Monochromatic Colors of #C81526
Black with #C81526
Text Example
Text Example
White with #C81526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81526; }
p { color: rgb(200,21,38); }
H1.HeaderClassName
{
color: #C81526;
}
.AnyTagClassName
{
color: #C81526;
}
</style>
background-color css
<style>
a { background-color: #C81526; }
a { background-color: rgb(200,21,38); }
div.DivClassName
{
background-color: #C81526;
}
.BgClassName
{
background-color: #C81526;
}
</style>
border-color css
<style>
span { border-color: #C81526; }
span { border-color: rgb(200,21,38); }
td.TdClassName
{
border-color: #C81526;
}
.TagClassName
{
border-color: #C81526;
}
</style>