Shades of Fire Engine Red #C80B2D
Tints of Fire Engine Red #C80B2D
RGB
CMYK
RGB Variations
Color information
#C80B2D (or 0xC80B2D) is known color: Fire Engine Red. HEX triplet: C8, 0B and 2D. RGB value is (200,11,45). Sum of RGB (Red+Green+Blue) = 200+11+45=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80B2D is #37F4D2. Grayscale: #474747. Windows color (decimal): -3667155 or 2952136. OLE color: 2952136.
HSL color Cylindrical-coordinate representation of color #C80B2D: hue angle of 349.21º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80B2D is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 11 | 45 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.22 |
| HSL | 349.21º | 0.9% | 0.41% | - |
| HSV(B) | 349.21º | 0.95% | 0.78% | - |
| XYZ | 24.41 | 12.71 | 3.65 | - |
| YUV | 71.39 | 113.12 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 45 | 0 | 0.94 | 0.78 | 0.22 | 349.21 | 0.9 | 0.41 |
| Hex | C8 | B | 2D | 0 | 5E | 4E | 16 | 15D | 5A | 29 |
| Octal | 310 | 13 | 55 | 0 | 136 | 116 | 26 | 535 | 132 | 51 |
| Binary | 11001000 | 1011 | 101101 | 0 | 1011110 | 1001110 | 10110 | 101011101 | 1011010 | 101001 |
Color Harmonies of #C80B2D
Complementary color
Monochromatic Colors of #C80B2D
Black with #C80B2D
Text Example
Text Example
White with #C80B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80B2D; }
p { color: rgb(200,11,45); }
H1.HeaderClassName
{
color: #C80B2D;
}
.AnyTagClassName
{
color: #C80B2D;
}
</style>
background-color css
<style>
a { background-color: #C80B2D; }
a { background-color: rgb(200,11,45); }
div.DivClassName
{
background-color: #C80B2D;
}
.BgClassName
{
background-color: #C80B2D;
}
</style>
border-color css
<style>
span { border-color: #C80B2D; }
span { border-color: rgb(200,11,45); }
td.TdClassName
{
border-color: #C80B2D;
}
.TagClassName
{
border-color: #C80B2D;
}
</style>