Shades of Fire Engine Red #CF0927
Tints of Fire Engine Red #CF0927
RGB
CMYK
RGB Variations
Color information
#CF0927 (or 0xCF0927) is known color: Fire Engine Red. HEX triplet: CF, 09 and 27. RGB value is (207,9,39). Sum of RGB (Red+Green+Blue) = 207+9+39=255 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.18% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0927 is #30F6D8. Grayscale: #474747. Windows color (decimal): -3208921 or 2558415. OLE color: 2558415.
HSL color Cylindrical-coordinate representation of color #CF0927: hue angle of 350.91º 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 #CF0927 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 39 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.19 |
| HSL | 350.91º | 0.92% | 0.42% | - |
| HSV(B) | 350.91º | 0.96% | 0.81% | - |
| XYZ | 26.2 | 13.61 | 3.17 | - |
| YUV | 71.62 | 109.6 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 39 | 0 | 0.96 | 0.81 | 0.19 | 350.91 | 0.92 | 0.42 |
| Hex | CF | 9 | 27 | 0 | 60 | 51 | 13 | 15F | 5C | 2A |
| Octal | 317 | 11 | 47 | 0 | 140 | 121 | 23 | 537 | 134 | 52 |
| Binary | 11001111 | 1001 | 100111 | 0 | 1100000 | 1010001 | 10011 | 101011111 | 1011100 | 101010 |
Color Harmonies of #CF0927
Complementary color
Monochromatic Colors of #CF0927
Black with #CF0927
Text Example
Text Example
White with #CF0927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0927; }
p { color: rgb(207,9,39); }
H1.HeaderClassName
{
color: #CF0927;
}
.AnyTagClassName
{
color: #CF0927;
}
</style>
background-color css
<style>
a { background-color: #CF0927; }
a { background-color: rgb(207,9,39); }
div.DivClassName
{
background-color: #CF0927;
}
.BgClassName
{
background-color: #CF0927;
}
</style>
border-color css
<style>
span { border-color: #CF0927; }
span { border-color: rgb(207,9,39); }
td.TdClassName
{
border-color: #CF0927;
}
.TagClassName
{
border-color: #CF0927;
}
</style>