Shades of Fire Engine Red #C5222A
Tints of Fire Engine Red #C5222A
RGB
CMYK
RGB Variations
Color information
#C5222A (or 0xC5222A) is known color: Fire Engine Red. HEX triplet: C5, 22 and 2A. RGB value is (197,34,42). Sum of RGB (Red+Green+Blue) = 197+34+42=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C5222A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5222A is #3ADDD5. Grayscale: #535353. Windows color (decimal): -3857878 or 2761413. OLE color: 2761413.
HSL color Cylindrical-coordinate representation of color #C5222A: hue angle of 357.06º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5222A is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 42 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.23 |
| HSL | 357.06º | 0.71% | 0.45% | - |
| HSV(B) | 357.06º | 0.83% | 0.77% | - |
| XYZ | 24.02 | 13.18 | 3.47 | - |
| YUV | 83.65 | 104.5 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 42 | 0 | 0.83 | 0.79 | 0.23 | 357.06 | 0.71 | 0.45 |
| Hex | C5 | 22 | 2A | 0 | 53 | 4F | 17 | 165 | 47 | 2D |
| Octal | 305 | 42 | 52 | 0 | 123 | 117 | 27 | 545 | 107 | 55 |
| Binary | 11000101 | 100010 | 101010 | 0 | 1010011 | 1001111 | 10111 | 101100101 | 1000111 | 101101 |
Color Harmonies of #C5222A
Complementary color
Monochromatic Colors of #C5222A
Black with #C5222A
Text Example
Text Example
White with #C5222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5222A; }
p { color: rgb(197,34,42); }
H1.HeaderClassName
{
color: #C5222A;
}
.AnyTagClassName
{
color: #C5222A;
}
</style>
background-color css
<style>
a { background-color: #C5222A; }
a { background-color: rgb(197,34,42); }
div.DivClassName
{
background-color: #C5222A;
}
.BgClassName
{
background-color: #C5222A;
}
</style>
border-color css
<style>
span { border-color: #C5222A; }
span { border-color: rgb(197,34,42); }
td.TdClassName
{
border-color: #C5222A;
}
.TagClassName
{
border-color: #C5222A;
}
</style>