Shades of Fire Engine Red #C9092D
Tints of Fire Engine Red #C9092D
RGB
CMYK
RGB Variations
Color information
#C9092D (or 0xC9092D) is known color: Fire Engine Red. HEX triplet: C9, 09 and 2D. RGB value is (201,9,45). Sum of RGB (Red+Green+Blue) = 201+9+45=255 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.82% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 201 - color contains mainly: red. Hex color #C9092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9092D is #36F6D2. Grayscale: #464646. Windows color (decimal): -3602131 or 2951625. OLE color: 2951625.
HSL color Cylindrical-coordinate representation of color #C9092D: hue angle of 348.75º 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 #C9092D is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 45 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.21 |
| HSL | 348.75º | 0.91% | 0.41% | - |
| HSV(B) | 348.75º | 0.96% | 0.79% | - |
| XYZ | 24.66 | 12.8 | 3.65 | - |
| YUV | 70.51 | 113.61 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 45 | 0 | 0.96 | 0.78 | 0.21 | 348.75 | 0.91 | 0.41 |
| Hex | C9 | 9 | 2D | 0 | 60 | 4E | 15 | 15D | 5B | 29 |
| Octal | 311 | 11 | 55 | 0 | 140 | 116 | 25 | 535 | 133 | 51 |
| Binary | 11001001 | 1001 | 101101 | 0 | 1100000 | 1001110 | 10101 | 101011101 | 1011011 | 101001 |
Color Harmonies of #C9092D
Complementary color
Monochromatic Colors of #C9092D
Black with #C9092D
Text Example
Text Example
White with #C9092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9092D; }
p { color: rgb(201,9,45); }
H1.HeaderClassName
{
color: #C9092D;
}
.AnyTagClassName
{
color: #C9092D;
}
</style>
background-color css
<style>
a { background-color: #C9092D; }
a { background-color: rgb(201,9,45); }
div.DivClassName
{
background-color: #C9092D;
}
.BgClassName
{
background-color: #C9092D;
}
</style>
border-color css
<style>
span { border-color: #C9092D; }
span { border-color: rgb(201,9,45); }
td.TdClassName
{
border-color: #C9092D;
}
.TagClassName
{
border-color: #C9092D;
}
</style>