Shades of Fire Engine Red #CC092D
Tints of Fire Engine Red #CC092D
RGB
CMYK
RGB Variations
Color information
#CC092D (or 0xCC092D) is known color: Fire Engine Red. HEX triplet: CC, 09 and 2D. RGB value is (204,9,45). Sum of RGB (Red+Green+Blue) = 204+9+45=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC092D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC092D is #33F6D2. Grayscale: #474747. Windows color (decimal): -3405523 or 2951628. OLE color: 2951628.
HSL color Cylindrical-coordinate representation of color #CC092D: hue angle of 348.92º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC092D is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 45 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.2 |
| HSL | 348.92º | 0.92% | 0.42% | - |
| HSV(B) | 348.92º | 0.96% | 0.8% | - |
| XYZ | 25.47 | 13.22 | 3.69 | - |
| YUV | 71.41 | 113.1 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 45 | 0 | 0.96 | 0.78 | 0.2 | 348.92 | 0.92 | 0.42 |
| Hex | CC | 9 | 2D | 0 | 60 | 4E | 14 | 15D | 5C | 2A |
| Octal | 314 | 11 | 55 | 0 | 140 | 116 | 24 | 535 | 134 | 52 |
| Binary | 11001100 | 1001 | 101101 | 0 | 1100000 | 1001110 | 10100 | 101011101 | 1011100 | 101010 |
Color Harmonies of #CC092D
Complementary color
Monochromatic Colors of #CC092D
Black with #CC092D
Text Example
Text Example
White with #CC092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC092D; }
p { color: rgb(204,9,45); }
H1.HeaderClassName
{
color: #CC092D;
}
.AnyTagClassName
{
color: #CC092D;
}
</style>
background-color css
<style>
a { background-color: #CC092D; }
a { background-color: rgb(204,9,45); }
div.DivClassName
{
background-color: #CC092D;
}
.BgClassName
{
background-color: #CC092D;
}
</style>
border-color css
<style>
span { border-color: #CC092D; }
span { border-color: rgb(204,9,45); }
td.TdClassName
{
border-color: #CC092D;
}
.TagClassName
{
border-color: #CC092D;
}
</style>