Shades of Fire Engine Red #C81228
Tints of Fire Engine Red #C81228
RGB
CMYK
RGB Variations
Color information
#C81228 (or 0xC81228) is known color: Fire Engine Red. HEX triplet: C8, 12 and 28. RGB value is (200,18,40). Sum of RGB (Red+Green+Blue) = 200+18+40=258 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.52% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 200 - color contains mainly: red. Hex color #C81228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81228 is #37EDD7. Grayscale: #4B4B4B. Windows color (decimal): -3665368 or 2626248. OLE color: 2626248.
HSL color Cylindrical-coordinate representation of color #C81228: hue angle of 352.75º 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 #C81228 is Cyan = 0, Magento = 0.91, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 40 | - |
| CMYK | 0 | 0.91 | 0.8 | 0.22 |
| HSL | 352.75º | 0.83% | 0.43% | - |
| HSV(B) | 352.75º | 0.91% | 0.78% | - |
| XYZ | 24.42 | 12.87 | 3.2 | - |
| YUV | 74.93 | 108.3 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 40 | 0 | 0.91 | 0.8 | 0.22 | 352.75 | 0.83 | 0.43 |
| Hex | C8 | 12 | 28 | 0 | 5B | 50 | 16 | 161 | 53 | 2B |
| Octal | 310 | 22 | 50 | 0 | 133 | 120 | 26 | 541 | 123 | 53 |
| Binary | 11001000 | 10010 | 101000 | 0 | 1011011 | 1010000 | 10110 | 101100001 | 1010011 | 101011 |
Color Harmonies of #C81228
Complementary color
Monochromatic Colors of #C81228
Black with #C81228
Text Example
Text Example
White with #C81228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81228; }
p { color: rgb(200,18,40); }
H1.HeaderClassName
{
color: #C81228;
}
.AnyTagClassName
{
color: #C81228;
}
</style>
background-color css
<style>
a { background-color: #C81228; }
a { background-color: rgb(200,18,40); }
div.DivClassName
{
background-color: #C81228;
}
.BgClassName
{
background-color: #C81228;
}
</style>
border-color css
<style>
span { border-color: #C81228; }
span { border-color: rgb(200,18,40); }
td.TdClassName
{
border-color: #C81228;
}
.TagClassName
{
border-color: #C81228;
}
</style>