Shades of Fire Engine Red #CC0927
Tints of Fire Engine Red #CC0927
RGB
CMYK
RGB Variations
Color information
#CC0927 (or 0xCC0927) is known color: Fire Engine Red. HEX triplet: CC, 09 and 27. RGB value is (204,9,39). Sum of RGB (Red+Green+Blue) = 204+9+39=252 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.95% from 252); Green value is 9 (3.91% from 255 or 3.57% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0927 is #33F6D8. Grayscale: #464646. Windows color (decimal): -3405529 or 2558412. OLE color: 2558412.
HSL color Cylindrical-coordinate representation of color #CC0927: hue angle of 350.77º 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 #CC0927 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 39 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.2 |
| HSL | 350.77º | 0.92% | 0.42% | - |
| HSV(B) | 350.77º | 0.96% | 0.8% | - |
| XYZ | 25.37 | 13.18 | 3.13 | - |
| YUV | 70.73 | 110.1 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 39 | 0 | 0.96 | 0.81 | 0.2 | 350.77 | 0.92 | 0.42 |
| Hex | CC | 9 | 27 | 0 | 60 | 51 | 14 | 15F | 5C | 2A |
| Octal | 314 | 11 | 47 | 0 | 140 | 121 | 24 | 537 | 134 | 52 |
| Binary | 11001100 | 1001 | 100111 | 0 | 1100000 | 1010001 | 10100 | 101011111 | 1011100 | 101010 |
Color Harmonies of #CC0927
Complementary color
Monochromatic Colors of #CC0927
Black with #CC0927
Text Example
Text Example
White with #CC0927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0927; }
p { color: rgb(204,9,39); }
H1.HeaderClassName
{
color: #CC0927;
}
.AnyTagClassName
{
color: #CC0927;
}
</style>
background-color css
<style>
a { background-color: #CC0927; }
a { background-color: rgb(204,9,39); }
div.DivClassName
{
background-color: #CC0927;
}
.BgClassName
{
background-color: #CC0927;
}
</style>
border-color css
<style>
span { border-color: #CC0927; }
span { border-color: rgb(204,9,39); }
td.TdClassName
{
border-color: #CC0927;
}
.TagClassName
{
border-color: #CC0927;
}
</style>