Shades of Fire Engine Red #C8092D
Tints of Fire Engine Red #C8092D
RGB
CMYK
RGB Variations
Color information
#C8092D (or 0xC8092D) is known color: Fire Engine Red. HEX triplet: C8, 09 and 2D. RGB value is (200,9,45). Sum of RGB (Red+Green+Blue) = 200+9+45=254 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.74% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 200 - color contains mainly: red. Hex color #C8092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8092D is #37F6D2. Grayscale: #464646. Windows color (decimal): -3667667 or 2951624. OLE color: 2951624.
HSL color Cylindrical-coordinate representation of color #C8092D: hue angle of 348.69º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C8092D is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 45 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.22 |
| HSL | 348.69º | 0.91% | 0.41% | - |
| HSV(B) | 348.69º | 0.96% | 0.78% | - |
| XYZ | 24.39 | 12.66 | 3.64 | - |
| YUV | 70.21 | 113.78 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 45 | 0 | 0.96 | 0.78 | 0.22 | 348.69 | 0.91 | 0.41 |
| Hex | C8 | 9 | 2D | 0 | 60 | 4E | 16 | 15D | 5B | 29 |
| Octal | 310 | 11 | 55 | 0 | 140 | 116 | 26 | 535 | 133 | 51 |
| Binary | 11001000 | 1001 | 101101 | 0 | 1100000 | 1001110 | 10110 | 101011101 | 1011011 | 101001 |
Color Harmonies of #C8092D
Complementary color
Monochromatic Colors of #C8092D
Black with #C8092D
Text Example
Text Example
White with #C8092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8092D; }
p { color: rgb(200,9,45); }
H1.HeaderClassName
{
color: #C8092D;
}
.AnyTagClassName
{
color: #C8092D;
}
</style>
background-color css
<style>
a { background-color: #C8092D; }
a { background-color: rgb(200,9,45); }
div.DivClassName
{
background-color: #C8092D;
}
.BgClassName
{
background-color: #C8092D;
}
</style>
border-color css
<style>
span { border-color: #C8092D; }
span { border-color: rgb(200,9,45); }
td.TdClassName
{
border-color: #C8092D;
}
.TagClassName
{
border-color: #C8092D;
}
</style>