Shades of Fire Engine Red #C8222A
Tints of Fire Engine Red #C8222A
RGB
CMYK
RGB Variations
Color information
#C8222A (or 0xC8222A) is known color: Fire Engine Red. HEX triplet: C8, 22 and 2A. RGB value is (200,34,42). Sum of RGB (Red+Green+Blue) = 200+34+42=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C8222A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8222A is #37DDD5. Grayscale: #545454. Windows color (decimal): -3661270 or 2761416. OLE color: 2761416.
HSL color Cylindrical-coordinate representation of color #C8222A: hue angle of 357.11º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8222A is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 34 | 42 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.22 |
| HSL | 357.11º | 0.71% | 0.46% | - |
| HSV(B) | 357.11º | 0.83% | 0.78% | - |
| XYZ | 24.81 | 13.59 | 3.51 | - |
| YUV | 84.55 | 104 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 42 | 0 | 0.83 | 0.79 | 0.22 | 357.11 | 0.71 | 0.46 |
| Hex | C8 | 22 | 2A | 0 | 53 | 4F | 16 | 165 | 47 | 2E |
| Octal | 310 | 42 | 52 | 0 | 123 | 117 | 26 | 545 | 107 | 56 |
| Binary | 11001000 | 100010 | 101010 | 0 | 1010011 | 1001111 | 10110 | 101100101 | 1000111 | 101110 |
Color Harmonies of #C8222A
Complementary color
Monochromatic Colors of #C8222A
Black with #C8222A
Text Example
Text Example
White with #C8222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8222A; }
p { color: rgb(200,34,42); }
H1.HeaderClassName
{
color: #C8222A;
}
.AnyTagClassName
{
color: #C8222A;
}
</style>
background-color css
<style>
a { background-color: #C8222A; }
a { background-color: rgb(200,34,42); }
div.DivClassName
{
background-color: #C8222A;
}
.BgClassName
{
background-color: #C8222A;
}
</style>
border-color css
<style>
span { border-color: #C8222A; }
span { border-color: rgb(200,34,42); }
td.TdClassName
{
border-color: #C8222A;
}
.TagClassName
{
border-color: #C8222A;
}
</style>