Shades of Fire Engine Red #C90828
Tints of Fire Engine Red #C90828
RGB
CMYK
RGB Variations
Color information
#C90828 (or 0xC90828) is known color: Fire Engine Red. HEX triplet: C9, 08 and 28. RGB value is (201,8,40). Sum of RGB (Red+Green+Blue) = 201+8+40=249 (32% of max value = 765). Red value is 201 (78.91% from 255 or 80.72% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 201 - color contains mainly: red. Hex color #C90828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C90828 is #36F7D7. Grayscale: #454545. Windows color (decimal): -3602392 or 2623689. OLE color: 2623689.
HSL color Cylindrical-coordinate representation of color #C90828: hue angle of 350.05º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90828 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 40 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.21 |
| HSL | 350.05º | 0.92% | 0.41% | - |
| HSV(B) | 350.05º | 0.96% | 0.79% | - |
| XYZ | 24.56 | 12.74 | 3.17 | - |
| YUV | 69.36 | 111.44 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 40 | 0 | 0.96 | 0.80 | 0.21 | 350.05 | 0.92 | 0.41 |
| Hex | C9 | 8 | 28 | 0 | 60 | 50 | 15 | 15E | 5C | 29 |
| Octal | 311 | 10 | 50 | 0 | 140 | 120 | 25 | 536 | 134 | 51 |
| Binary | 11001001 | 1000 | 101000 | 0 | 1100000 | 1010000 | 10101 | 101011110 | 1011100 | 101001 |
Color Harmonies of #C90828
Complementary color
Monochromatic Colors of #C90828
Black with #C90828
Text Example
Text Example
White with #C90828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90828; }
p { color: rgb(201,8,40); }
H1.HeaderClassName
{
color: #C90828;
}
.AnyTagClassName
{
color: #C90828;
}
</style>
background-color css
<style>
a { background-color: #C90828; }
a { background-color: rgb(201,8,40); }
div.DivClassName
{
background-color: #C90828;
}
.BgClassName
{
background-color: #C90828;
}
</style>
border-color css
<style>
span { border-color: #C90828; }
span { border-color: rgb(201,8,40); }
td.TdClassName
{
border-color: #C90828;
}
.TagClassName
{
border-color: #C90828;
}
</style>