Shades of Fire Engine Red #C9092A
Tints of Fire Engine Red #C9092A
RGB
CMYK
RGB Variations
Color information
#C9092A (or 0xC9092A) is known color: Fire Engine Red. HEX triplet: C9, 09 and 2A. RGB value is (201,9,42). Sum of RGB (Red+Green+Blue) = 201+9+42=252 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.76% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 201 - color contains mainly: red. Hex color #C9092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9092A is #36F6D5. Grayscale: #464646. Windows color (decimal): -3602134 or 2755017. OLE color: 2755017.
HSL color Cylindrical-coordinate representation of color #C9092A: hue angle of 349.69º degrees, saturation: 0.91, 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 #C9092A is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 42 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.21 |
| HSL | 349.69º | 0.91% | 0.41% | - |
| HSV(B) | 349.69º | 0.96% | 0.79% | - |
| XYZ | 24.6 | 12.78 | 3.36 | - |
| YUV | 70.17 | 112.11 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 42 | 0 | 0.96 | 0.79 | 0.21 | 349.69 | 0.91 | 0.41 |
| Hex | C9 | 9 | 2A | 0 | 60 | 4F | 15 | 15E | 5B | 29 |
| Octal | 311 | 11 | 52 | 0 | 140 | 117 | 25 | 536 | 133 | 51 |
| Binary | 11001001 | 1001 | 101010 | 0 | 1100000 | 1001111 | 10101 | 101011110 | 1011011 | 101001 |
Color Harmonies of #C9092A
Complementary color
Monochromatic Colors of #C9092A
Black with #C9092A
Text Example
Text Example
White with #C9092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9092A; }
p { color: rgb(201,9,42); }
H1.HeaderClassName
{
color: #C9092A;
}
.AnyTagClassName
{
color: #C9092A;
}
</style>
background-color css
<style>
a { background-color: #C9092A; }
a { background-color: rgb(201,9,42); }
div.DivClassName
{
background-color: #C9092A;
}
.BgClassName
{
background-color: #C9092A;
}
</style>
border-color css
<style>
span { border-color: #C9092A; }
span { border-color: rgb(201,9,42); }
td.TdClassName
{
border-color: #C9092A;
}
.TagClassName
{
border-color: #C9092A;
}
</style>