Shades of Fire Engine Red #C81328
Tints of Fire Engine Red #C81328
RGB
CMYK
RGB Variations
Color information
#C81328 (or 0xC81328) is known color: Fire Engine Red. HEX triplet: C8, 13 and 28. RGB value is (200,19,40). Sum of RGB (Red+Green+Blue) = 200+19+40=259 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.22% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 200 - color contains mainly: red. Hex color #C81328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81328 is #37ECD7. Grayscale: #4B4B4B. Windows color (decimal): -3665112 or 2626504. OLE color: 2626504.
HSL color Cylindrical-coordinate representation of color #C81328: hue angle of 353.04º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81328 is Cyan = 0, Magento = 0.90, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 40 | - |
| CMYK | 0 | 0.90 | 0.8 | 0.22 |
| HSL | 353.04º | 0.83% | 0.43% | - |
| HSV(B) | 353.04º | 0.91% | 0.78% | - |
| XYZ | 24.44 | 12.9 | 3.21 | - |
| YUV | 75.51 | 107.97 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 40 | 0 | 0.90 | 0.8 | 0.22 | 353.04 | 0.83 | 0.43 |
| Hex | C8 | 13 | 28 | 0 | 5A | 50 | 16 | 161 | 53 | 2B |
| Octal | 310 | 23 | 50 | 0 | 132 | 120 | 26 | 541 | 123 | 53 |
| Binary | 11001000 | 10011 | 101000 | 0 | 1011010 | 1010000 | 10110 | 101100001 | 1010011 | 101011 |
Color Harmonies of #C81328
Complementary color
Monochromatic Colors of #C81328
Black with #C81328
Text Example
Text Example
White with #C81328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81328; }
p { color: rgb(200,19,40); }
H1.HeaderClassName
{
color: #C81328;
}
.AnyTagClassName
{
color: #C81328;
}
</style>
background-color css
<style>
a { background-color: #C81328; }
a { background-color: rgb(200,19,40); }
div.DivClassName
{
background-color: #C81328;
}
.BgClassName
{
background-color: #C81328;
}
</style>
border-color css
<style>
span { border-color: #C81328; }
span { border-color: rgb(200,19,40); }
td.TdClassName
{
border-color: #C81328;
}
.TagClassName
{
border-color: #C81328;
}
</style>