Shades of Fire Engine Red #C8092F
Tints of Fire Engine Red #C8092F
RGB
CMYK
RGB Variations
Color information
#C8092F (or 0xC8092F) is known color: Fire Engine Red. HEX triplet: C8, 09 and 2F. RGB value is (200,9,47). Sum of RGB (Red+Green+Blue) = 200+9+47=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C8092F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8092F is #37F6D0. Grayscale: #464646. Windows color (decimal): -3667665 or 3082696. OLE color: 3082696.
HSL color Cylindrical-coordinate representation of color #C8092F: hue angle of 348.06º 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 #C8092F is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 47 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.22 |
| HSL | 348.06º | 0.91% | 0.41% | - |
| HSV(B) | 348.06º | 0.96% | 0.78% | - |
| XYZ | 24.43 | 12.68 | 3.85 | - |
| YUV | 70.44 | 114.78 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 47 | 0 | 0.96 | 0.76 | 0.22 | 348.06 | 0.91 | 0.41 |
| Hex | C8 | 9 | 2F | 0 | 60 | 4C | 16 | 15C | 5B | 29 |
| Octal | 310 | 11 | 57 | 0 | 140 | 114 | 26 | 534 | 133 | 51 |
| Binary | 11001000 | 1001 | 101111 | 0 | 1100000 | 1001100 | 10110 | 101011100 | 1011011 | 101001 |
Color Harmonies of #C8092F
Complementary color
Monochromatic Colors of #C8092F
Black with #C8092F
Text Example
Text Example
White with #C8092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8092F; }
p { color: rgb(200,9,47); }
H1.HeaderClassName
{
color: #C8092F;
}
.AnyTagClassName
{
color: #C8092F;
}
</style>
background-color css
<style>
a { background-color: #C8092F; }
a { background-color: rgb(200,9,47); }
div.DivClassName
{
background-color: #C8092F;
}
.BgClassName
{
background-color: #C8092F;
}
</style>
border-color css
<style>
span { border-color: #C8092F; }
span { border-color: rgb(200,9,47); }
td.TdClassName
{
border-color: #C8092F;
}
.TagClassName
{
border-color: #C8092F;
}
</style>