Shades of Fire Engine Red #C81721
Tints of Fire Engine Red #C81721
RGB
CMYK
RGB Variations
Color information
#C81721 (or 0xC81721) is known color: Fire Engine Red. HEX triplet: C8, 17 and 21. RGB value is (200,23,33). Sum of RGB (Red+Green+Blue) = 200+23+33=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C81721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81721 is #37E8DE. Grayscale: #4D4D4D. Windows color (decimal): -3664095 or 2168776. OLE color: 2168776.
HSL color Cylindrical-coordinate representation of color #C81721: hue angle of 356.61º 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 #C81721 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 33 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.22 |
| HSL | 356.61º | 0.79% | 0.44% | - |
| HSV(B) | 356.61º | 0.89% | 0.78% | - |
| XYZ | 24.4 | 13 | 2.66 | - |
| YUV | 77.06 | 103.14 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 33 | 0 | 0.88 | 0.84 | 0.22 | 356.61 | 0.79 | 0.44 |
| Hex | C8 | 17 | 21 | 0 | 58 | 54 | 16 | 165 | 4F | 2C |
| Octal | 310 | 27 | 41 | 0 | 130 | 124 | 26 | 545 | 117 | 54 |
| Binary | 11001000 | 10111 | 100001 | 0 | 1011000 | 1010100 | 10110 | 101100101 | 1001111 | 101100 |
Color Harmonies of #C81721
Complementary color
Monochromatic Colors of #C81721
Black with #C81721
Text Example
Text Example
White with #C81721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81721; }
p { color: rgb(200,23,33); }
H1.HeaderClassName
{
color: #C81721;
}
.AnyTagClassName
{
color: #C81721;
}
</style>
background-color css
<style>
a { background-color: #C81721; }
a { background-color: rgb(200,23,33); }
div.DivClassName
{
background-color: #C81721;
}
.BgClassName
{
background-color: #C81721;
}
</style>
border-color css
<style>
span { border-color: #C81721; }
span { border-color: rgb(200,23,33); }
td.TdClassName
{
border-color: #C81721;
}
.TagClassName
{
border-color: #C81721;
}
</style>