Shades of Fire Engine Red #CF0F2B
Tints of Fire Engine Red #CF0F2B
RGB
CMYK
RGB Variations
Color information
#CF0F2B (or 0xCF0F2B) is known color: Fire Engine Red. HEX triplet: CF, 0F and 2B. RGB value is (207,15,43). Sum of RGB (Red+Green+Blue) = 207+15+43=265 (35% of max value = 765). Red value is 207 (81.25% from 255 or 78.11% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0F2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0F2B is #30F0D4. Grayscale: #4B4B4B. Windows color (decimal): -3207381 or 2822095. OLE color: 2822095.
HSL color Cylindrical-coordinate representation of color #CF0F2B: hue angle of 351.25º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0F2B is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 43 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.19 |
| HSL | 351.25º | 0.86% | 0.44% | - |
| HSV(B) | 351.25º | 0.93% | 0.81% | - |
| XYZ | 26.34 | 13.78 | 3.56 | - |
| YUV | 75.6 | 109.61 | 221.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 43 | 0 | 0.93 | 0.79 | 0.19 | 351.25 | 0.86 | 0.44 |
| Hex | CF | F | 2B | 0 | 5D | 4F | 13 | 15F | 56 | 2C |
| Octal | 317 | 17 | 53 | 0 | 135 | 117 | 23 | 537 | 126 | 54 |
| Binary | 11001111 | 1111 | 101011 | 0 | 1011101 | 1001111 | 10011 | 101011111 | 1010110 | 101100 |
Color Harmonies of #CF0F2B
Complementary color
Monochromatic Colors of #CF0F2B
Black with #CF0F2B
Text Example
Text Example
White with #CF0F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0F2B; }
p { color: rgb(207,15,43); }
H1.HeaderClassName
{
color: #CF0F2B;
}
.AnyTagClassName
{
color: #CF0F2B;
}
</style>
background-color css
<style>
a { background-color: #CF0F2B; }
a { background-color: rgb(207,15,43); }
div.DivClassName
{
background-color: #CF0F2B;
}
.BgClassName
{
background-color: #CF0F2B;
}
</style>
border-color css
<style>
span { border-color: #CF0F2B; }
span { border-color: rgb(207,15,43); }
td.TdClassName
{
border-color: #CF0F2B;
}
.TagClassName
{
border-color: #CF0F2B;
}
</style>