Shades of Fire Engine Red #C81825
Tints of Fire Engine Red #C81825
RGB
CMYK
RGB Variations
Color information
#C81825 (or 0xC81825) is known color: Fire Engine Red. HEX triplet: C8, 18 and 25. RGB value is (200,24,37). Sum of RGB (Red+Green+Blue) = 200+24+37=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C81825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81825 is #37E7DA. Grayscale: #4E4E4E. Windows color (decimal): -3663835 or 2431176. OLE color: 2431176.
HSL color Cylindrical-coordinate representation of color #C81825: hue angle of 355.57º 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 #C81825 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 37 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.22 |
| HSL | 355.57º | 0.79% | 0.44% | - |
| HSV(B) | 355.57º | 0.88% | 0.78% | - |
| XYZ | 24.48 | 13.07 | 2.98 | - |
| YUV | 78.11 | 104.81 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 37 | 0 | 0.88 | 0.82 | 0.22 | 355.57 | 0.79 | 0.44 |
| Hex | C8 | 18 | 25 | 0 | 58 | 52 | 16 | 164 | 4F | 2C |
| Octal | 310 | 30 | 45 | 0 | 130 | 122 | 26 | 544 | 117 | 54 |
| Binary | 11001000 | 11000 | 100101 | 0 | 1011000 | 1010010 | 10110 | 101100100 | 1001111 | 101100 |
Color Harmonies of #C81825
Complementary color
Monochromatic Colors of #C81825
Black with #C81825
Text Example
Text Example
White with #C81825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81825; }
p { color: rgb(200,24,37); }
H1.HeaderClassName
{
color: #C81825;
}
.AnyTagClassName
{
color: #C81825;
}
</style>
background-color css
<style>
a { background-color: #C81825; }
a { background-color: rgb(200,24,37); }
div.DivClassName
{
background-color: #C81825;
}
.BgClassName
{
background-color: #C81825;
}
</style>
border-color css
<style>
span { border-color: #C81825; }
span { border-color: rgb(200,24,37); }
td.TdClassName
{
border-color: #C81825;
}
.TagClassName
{
border-color: #C81825;
}
</style>