Shades of Fire Engine Red #C5232A
Tints of Fire Engine Red #C5232A
RGB
CMYK
RGB Variations
Color information
#C5232A (or 0xC5232A) is known color: Fire Engine Red. HEX triplet: C5, 23 and 2A. RGB value is (197,35,42). Sum of RGB (Red+Green+Blue) = 197+35+42=274 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.90% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 197 - color contains mainly: red. Hex color #C5232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5232A is #3ADCD5. Grayscale: #545454. Windows color (decimal): -3857622 or 2761669. OLE color: 2761669.
HSL color Cylindrical-coordinate representation of color #C5232A: hue angle of 357.41º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5232A is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 42 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.23 |
| HSL | 357.41º | 0.7% | 0.45% | - |
| HSV(B) | 357.41º | 0.82% | 0.77% | - |
| XYZ | 24.04 | 13.24 | 3.48 | - |
| YUV | 84.24 | 104.17 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 42 | 0 | 0.82 | 0.79 | 0.23 | 357.41 | 0.7 | 0.45 |
| Hex | C5 | 23 | 2A | 0 | 52 | 4F | 17 | 165 | 46 | 2D |
| Octal | 305 | 43 | 52 | 0 | 122 | 117 | 27 | 545 | 106 | 55 |
| Binary | 11000101 | 100011 | 101010 | 0 | 1010010 | 1001111 | 10111 | 101100101 | 1000110 | 101101 |
Color Harmonies of #C5232A
Complementary color
Monochromatic Colors of #C5232A
Black with #C5232A
Text Example
Text Example
White with #C5232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5232A; }
p { color: rgb(197,35,42); }
H1.HeaderClassName
{
color: #C5232A;
}
.AnyTagClassName
{
color: #C5232A;
}
</style>
background-color css
<style>
a { background-color: #C5232A; }
a { background-color: rgb(197,35,42); }
div.DivClassName
{
background-color: #C5232A;
}
.BgClassName
{
background-color: #C5232A;
}
</style>
border-color css
<style>
span { border-color: #C5232A; }
span { border-color: rgb(197,35,42); }
td.TdClassName
{
border-color: #C5232A;
}
.TagClassName
{
border-color: #C5232A;
}
</style>