Shades of Fire Engine Red #CF0928
Tints of Fire Engine Red #CF0928
RGB
CMYK
RGB Variations
Color information
#CF0928 (or 0xCF0928) is known color: Fire Engine Red. HEX triplet: CF, 09 and 28. RGB value is (207,9,40). Sum of RGB (Red+Green+Blue) = 207+9+40=256 (33% of max value = 765). Red value is 207 (81.25% from 255 or 80.86% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0928 is #30F6D7. Grayscale: #474747. Windows color (decimal): -3208920 or 2623951. OLE color: 2623951.
HSL color Cylindrical-coordinate representation of color #CF0928: hue angle of 350.61º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0928 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 40 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.19 |
| HSL | 350.61º | 0.92% | 0.42% | - |
| HSV(B) | 350.61º | 0.96% | 0.81% | - |
| XYZ | 26.21 | 13.61 | 3.25 | - |
| YUV | 71.74 | 110.1 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 40 | 0 | 0.96 | 0.81 | 0.19 | 350.61 | 0.92 | 0.42 |
| Hex | CF | 9 | 28 | 0 | 60 | 51 | 13 | 15F | 5C | 2A |
| Octal | 317 | 11 | 50 | 0 | 140 | 121 | 23 | 537 | 134 | 52 |
| Binary | 11001111 | 1001 | 101000 | 0 | 1100000 | 1010001 | 10011 | 101011111 | 1011100 | 101010 |
Color Harmonies of #CF0928
Complementary color
Monochromatic Colors of #CF0928
Black with #CF0928
Text Example
Text Example
White with #CF0928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0928; }
p { color: rgb(207,9,40); }
H1.HeaderClassName
{
color: #CF0928;
}
.AnyTagClassName
{
color: #CF0928;
}
</style>
background-color css
<style>
a { background-color: #CF0928; }
a { background-color: rgb(207,9,40); }
div.DivClassName
{
background-color: #CF0928;
}
.BgClassName
{
background-color: #CF0928;
}
</style>
border-color css
<style>
span { border-color: #CF0928; }
span { border-color: rgb(207,9,40); }
td.TdClassName
{
border-color: #CF0928;
}
.TagClassName
{
border-color: #CF0928;
}
</style>