Shades of Fire Engine Red #C81223
Tints of Fire Engine Red #C81223
RGB
CMYK
RGB Variations
Color information
#C81223 (or 0xC81223) is known color: Fire Engine Red. HEX triplet: C8, 12 and 23. RGB value is (200,18,35). Sum of RGB (Red+Green+Blue) = 200+18+35=253 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.05% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 35 (14.06% from 255 or 13.83% from 253); Max value from RGB is 200 - color contains mainly: red. Hex color #C81223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C81223 is #37EDDC. Grayscale: #4A4A4A. Windows color (decimal): -3665373 or 2298568. OLE color: 2298568.
HSL color Cylindrical-coordinate representation of color #C81223: hue angle of 354.4º 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 #C81223 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 18 | 35 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.22 |
| HSL | 354.4º | 0.83% | 0.43% | - |
| HSV(B) | 354.4º | 0.91% | 0.78% | - |
| XYZ | 24.34 | 12.83 | 2.78 | - |
| YUV | 74.36 | 105.8 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 18 | 35 | 0 | 0.91 | 0.82 | 0.22 | 354.4 | 0.83 | 0.43 |
| Hex | C8 | 12 | 23 | 0 | 5B | 52 | 16 | 162 | 53 | 2B |
| Octal | 310 | 22 | 43 | 0 | 133 | 122 | 26 | 542 | 123 | 53 |
| Binary | 11001000 | 10010 | 100011 | 0 | 1011011 | 1010010 | 10110 | 101100010 | 1010011 | 101011 |
Color Harmonies of #C81223
Complementary color
Monochromatic Colors of #C81223
Black with #C81223
Text Example
Text Example
White with #C81223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81223; }
p { color: rgb(200,18,35); }
H1.HeaderClassName
{
color: #C81223;
}
.AnyTagClassName
{
color: #C81223;
}
</style>
background-color css
<style>
a { background-color: #C81223; }
a { background-color: rgb(200,18,35); }
div.DivClassName
{
background-color: #C81223;
}
.BgClassName
{
background-color: #C81223;
}
</style>
border-color css
<style>
span { border-color: #C81223; }
span { border-color: rgb(200,18,35); }
td.TdClassName
{
border-color: #C81223;
}
.TagClassName
{
border-color: #C81223;
}
</style>