Shades of Fire Engine Red #C81221
Tints of Fire Engine Red #C81221
RGB
CMYK
RGB Variations
Color information
#C81221 (or 0xC81221) is known color: Fire Engine Red. HEX triplet: C8, 12 and 21. RGB value is (200,18,33). Sum of RGB (Red+Green+Blue) = 200+18+33=251 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.68% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 200 - color contains mainly: red. Hex color #C81221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81221 is #37EDDE. Grayscale: #4A4A4A. Windows color (decimal): -3665375 or 2167496. OLE color: 2167496.
HSL color Cylindrical-coordinate representation of color #C81221: hue angle of 355.05º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C81221 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 33 | - |
| CMYK | 0 | 0.91 | 0.84 | 0.22 |
| HSL | 355.05º | 0.83% | 0.43% | - |
| HSV(B) | 355.05º | 0.91% | 0.78% | - |
| XYZ | 24.31 | 12.82 | 2.63 | - |
| YUV | 74.13 | 104.8 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 33 | 0 | 0.91 | 0.84 | 0.22 | 355.05 | 0.83 | 0.43 |
| Hex | C8 | 12 | 21 | 0 | 5B | 54 | 16 | 163 | 53 | 2B |
| Octal | 310 | 22 | 41 | 0 | 133 | 124 | 26 | 543 | 123 | 53 |
| Binary | 11001000 | 10010 | 100001 | 0 | 1011011 | 1010100 | 10110 | 101100011 | 1010011 | 101011 |
Color Harmonies of #C81221
Complementary color
Monochromatic Colors of #C81221
Black with #C81221
Text Example
Text Example
White with #C81221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81221; }
p { color: rgb(200,18,33); }
H1.HeaderClassName
{
color: #C81221;
}
.AnyTagClassName
{
color: #C81221;
}
</style>
background-color css
<style>
a { background-color: #C81221; }
a { background-color: rgb(200,18,33); }
div.DivClassName
{
background-color: #C81221;
}
.BgClassName
{
background-color: #C81221;
}
</style>
border-color css
<style>
span { border-color: #C81221; }
span { border-color: rgb(200,18,33); }
td.TdClassName
{
border-color: #C81221;
}
.TagClassName
{
border-color: #C81221;
}
</style>