Shades of Fire Engine Red #C81827
Tints of Fire Engine Red #C81827
RGB
CMYK
RGB Variations
Color information
#C81827 (or 0xC81827) is known color: Fire Engine Red. HEX triplet: C8, 18 and 27. RGB value is (200,24,39). Sum of RGB (Red+Green+Blue) = 200+24+39=263 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.05% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 200 - color contains mainly: red. Hex color #C81827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81827 is #37E7D8. Grayscale: #4E4E4E. Windows color (decimal): -3663833 or 2562248. OLE color: 2562248.
HSL color Cylindrical-coordinate representation of color #C81827: hue angle of 354.89º 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 #C81827 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 39 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.22 |
| HSL | 354.89º | 0.79% | 0.44% | - |
| HSV(B) | 354.89º | 0.88% | 0.78% | - |
| XYZ | 24.51 | 13.08 | 3.15 | - |
| YUV | 78.33 | 105.81 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 39 | 0 | 0.88 | 0.80 | 0.22 | 354.89 | 0.79 | 0.44 |
| Hex | C8 | 18 | 27 | 0 | 58 | 50 | 16 | 163 | 4F | 2C |
| Octal | 310 | 30 | 47 | 0 | 130 | 120 | 26 | 543 | 117 | 54 |
| Binary | 11001000 | 11000 | 100111 | 0 | 1011000 | 1010000 | 10110 | 101100011 | 1001111 | 101100 |
Color Harmonies of #C81827
Complementary color
Monochromatic Colors of #C81827
Black with #C81827
Text Example
Text Example
White with #C81827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81827; }
p { color: rgb(200,24,39); }
H1.HeaderClassName
{
color: #C81827;
}
.AnyTagClassName
{
color: #C81827;
}
</style>
background-color css
<style>
a { background-color: #C81827; }
a { background-color: rgb(200,24,39); }
div.DivClassName
{
background-color: #C81827;
}
.BgClassName
{
background-color: #C81827;
}
</style>
border-color css
<style>
span { border-color: #C81827; }
span { border-color: rgb(200,24,39); }
td.TdClassName
{
border-color: #C81827;
}
.TagClassName
{
border-color: #C81827;
}
</style>