Shades of Fire Engine Red #C5202B
Tints of Fire Engine Red #C5202B
RGB
CMYK
RGB Variations
Color information
#C5202B (or 0xC5202B) is known color: Fire Engine Red. HEX triplet: C5, 20 and 2B. RGB value is (197,32,43). Sum of RGB (Red+Green+Blue) = 197+32+43=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C5202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5202B is #3ADFD4. Grayscale: #525252. Windows color (decimal): -3858389 or 2826437. OLE color: 2826437.
HSL color Cylindrical-coordinate representation of color #C5202B: hue angle of 356º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5202B is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 43 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.23 |
| HSL | 356º | 0.72% | 0.45% | - |
| HSV(B) | 356º | 0.84% | 0.77% | - |
| XYZ | 23.98 | 13.08 | 3.55 | - |
| YUV | 82.59 | 105.66 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 43 | 0 | 0.84 | 0.78 | 0.23 | 356 | 0.72 | 0.45 |
| Hex | C5 | 20 | 2B | 0 | 54 | 4E | 17 | 164 | 48 | 2D |
| Octal | 305 | 40 | 53 | 0 | 124 | 116 | 27 | 544 | 110 | 55 |
| Binary | 11000101 | 100000 | 101011 | 0 | 1010100 | 1001110 | 10111 | 101100100 | 1001000 | 101101 |
Color Harmonies of #C5202B
Complementary color
Monochromatic Colors of #C5202B
Black with #C5202B
Text Example
Text Example
White with #C5202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5202B; }
p { color: rgb(197,32,43); }
H1.HeaderClassName
{
color: #C5202B;
}
.AnyTagClassName
{
color: #C5202B;
}
</style>
background-color css
<style>
a { background-color: #C5202B; }
a { background-color: rgb(197,32,43); }
div.DivClassName
{
background-color: #C5202B;
}
.BgClassName
{
background-color: #C5202B;
}
</style>
border-color css
<style>
span { border-color: #C5202B; }
span { border-color: rgb(197,32,43); }
td.TdClassName
{
border-color: #C5202B;
}
.TagClassName
{
border-color: #C5202B;
}
</style>