Shades of Fire Engine Red #C9082A
Tints of Fire Engine Red #C9082A
RGB
CMYK
RGB Variations
Color information
#C9082A (or 0xC9082A) is known color: Fire Engine Red. HEX triplet: C9, 08 and 2A. RGB value is (201,8,42). Sum of RGB (Red+Green+Blue) = 201+8+42=251 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.08% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 201 - color contains mainly: red. Hex color #C9082A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9082A is #36F7D5. Grayscale: #454545. Windows color (decimal): -3602390 or 2754761. OLE color: 2754761.
HSL color Cylindrical-coordinate representation of color #C9082A: hue angle of 349.43º 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 #C9082A is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 42 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.21 |
| HSL | 349.43º | 0.92% | 0.41% | - |
| HSV(B) | 349.43º | 0.96% | 0.79% | - |
| XYZ | 24.59 | 12.76 | 3.36 | - |
| YUV | 69.58 | 112.44 | 221.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 42 | 0 | 0.96 | 0.79 | 0.21 | 349.43 | 0.92 | 0.41 |
| Hex | C9 | 8 | 2A | 0 | 60 | 4F | 15 | 15D | 5C | 29 |
| Octal | 311 | 10 | 52 | 0 | 140 | 117 | 25 | 535 | 134 | 51 |
| Binary | 11001001 | 1000 | 101010 | 0 | 1100000 | 1001111 | 10101 | 101011101 | 1011100 | 101001 |
Color Harmonies of #C9082A
Complementary color
Monochromatic Colors of #C9082A
Black with #C9082A
Text Example
Text Example
White with #C9082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9082A; }
p { color: rgb(201,8,42); }
H1.HeaderClassName
{
color: #C9082A;
}
.AnyTagClassName
{
color: #C9082A;
}
</style>
background-color css
<style>
a { background-color: #C9082A; }
a { background-color: rgb(201,8,42); }
div.DivClassName
{
background-color: #C9082A;
}
.BgClassName
{
background-color: #C9082A;
}
</style>
border-color css
<style>
span { border-color: #C9082A; }
span { border-color: rgb(201,8,42); }
td.TdClassName
{
border-color: #C9082A;
}
.TagClassName
{
border-color: #C9082A;
}
</style>