Shades of Fire Engine Red #C8202B
Tints of Fire Engine Red #C8202B
RGB
CMYK
RGB Variations
Color information
#C8202B (or 0xC8202B) is known color: Fire Engine Red. HEX triplet: C8, 20 and 2B. RGB value is (200,32,43). Sum of RGB (Red+Green+Blue) = 200+32+43=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C8202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8202B is #37DFD4. Grayscale: #535353. Windows color (decimal): -3661781 or 2826440. OLE color: 2826440.
HSL color Cylindrical-coordinate representation of color #C8202B: hue angle of 356.07º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8202B is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 32 | 43 | - |
| CMYK | 0 | 0.84 | 0.78 | 0.22 |
| HSL | 356.07º | 0.72% | 0.45% | - |
| HSV(B) | 356.07º | 0.84% | 0.78% | - |
| XYZ | 24.77 | 13.49 | 3.58 | - |
| YUV | 83.49 | 105.16 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 32 | 43 | 0 | 0.84 | 0.78 | 0.22 | 356.07 | 0.72 | 0.45 |
| Hex | C8 | 20 | 2B | 0 | 54 | 4E | 16 | 164 | 48 | 2D |
| Octal | 310 | 40 | 53 | 0 | 124 | 116 | 26 | 544 | 110 | 55 |
| Binary | 11001000 | 100000 | 101011 | 0 | 1010100 | 1001110 | 10110 | 101100100 | 1001000 | 101101 |
Color Harmonies of #C8202B
Complementary color
Monochromatic Colors of #C8202B
Black with #C8202B
Text Example
Text Example
White with #C8202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8202B; }
p { color: rgb(200,32,43); }
H1.HeaderClassName
{
color: #C8202B;
}
.AnyTagClassName
{
color: #C8202B;
}
</style>
background-color css
<style>
a { background-color: #C8202B; }
a { background-color: rgb(200,32,43); }
div.DivClassName
{
background-color: #C8202B;
}
.BgClassName
{
background-color: #C8202B;
}
</style>
border-color css
<style>
span { border-color: #C8202B; }
span { border-color: rgb(200,32,43); }
td.TdClassName
{
border-color: #C8202B;
}
.TagClassName
{
border-color: #C8202B;
}
</style>