Shades of Fire Engine Red #CC0923
Tints of Fire Engine Red #CC0923
RGB
CMYK
RGB Variations
Color information
#CC0923 (or 0xCC0923) is known color: Fire Engine Red. HEX triplet: CC, 09 and 23. RGB value is (204,9,35). Sum of RGB (Red+Green+Blue) = 204+9+35=248 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.26% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0923 is #33F6DC. Grayscale: #464646. Windows color (decimal): -3405533 or 2296268. OLE color: 2296268.
HSL color Cylindrical-coordinate representation of color #CC0923: hue angle of 352º 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 #CC0923 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 35 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.2 |
| HSL | 352º | 0.92% | 0.42% | - |
| HSV(B) | 352º | 0.96% | 0.8% | - |
| XYZ | 25.3 | 13.15 | 2.8 | - |
| YUV | 70.27 | 108.1 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 35 | 0 | 0.96 | 0.83 | 0.2 | 352 | 0.92 | 0.42 |
| Hex | CC | 9 | 23 | 0 | 60 | 53 | 14 | 160 | 5C | 2A |
| Octal | 314 | 11 | 43 | 0 | 140 | 123 | 24 | 540 | 134 | 52 |
| Binary | 11001100 | 1001 | 100011 | 0 | 1100000 | 1010011 | 10100 | 101100000 | 1011100 | 101010 |
Color Harmonies of #CC0923
Complementary color
Monochromatic Colors of #CC0923
Black with #CC0923
Text Example
Text Example
White with #CC0923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0923; }
p { color: rgb(204,9,35); }
H1.HeaderClassName
{
color: #CC0923;
}
.AnyTagClassName
{
color: #CC0923;
}
</style>
background-color css
<style>
a { background-color: #CC0923; }
a { background-color: rgb(204,9,35); }
div.DivClassName
{
background-color: #CC0923;
}
.BgClassName
{
background-color: #CC0923;
}
</style>
border-color css
<style>
span { border-color: #CC0923; }
span { border-color: rgb(204,9,35); }
td.TdClassName
{
border-color: #CC0923;
}
.TagClassName
{
border-color: #CC0923;
}
</style>