Shades of Fire Engine Red #CF062D
Tints of Fire Engine Red #CF062D
RGB
CMYK
RGB Variations
Color information
#CF062D (or 0xCF062D) is known color: Fire Engine Red. HEX triplet: CF, 06 and 2D. RGB value is (207,6,45). Sum of RGB (Red+Green+Blue) = 207+6+45=258 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.23% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 207 - color contains mainly: red. Hex color #CF062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF062D is #30F9D2. Grayscale: #464646. Windows color (decimal): -3209683 or 2950863. OLE color: 2950863.
HSL color Cylindrical-coordinate representation of color #CF062D: hue angle of 348.36º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF062D is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 45 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.19 |
| HSL | 348.36º | 0.94% | 0.42% | - |
| HSV(B) | 348.36º | 0.97% | 0.81% | - |
| XYZ | 26.27 | 13.59 | 3.72 | - |
| YUV | 70.55 | 113.59 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 45 | 0 | 0.97 | 0.78 | 0.19 | 348.36 | 0.94 | 0.42 |
| Hex | CF | 6 | 2D | 0 | 61 | 4E | 13 | 15C | 5E | 2A |
| Octal | 317 | 6 | 55 | 0 | 141 | 116 | 23 | 534 | 136 | 52 |
| Binary | 11001111 | 110 | 101101 | 0 | 1100001 | 1001110 | 10011 | 101011100 | 1011110 | 101010 |
Color Harmonies of #CF062D
Complementary color
Monochromatic Colors of #CF062D
Black with #CF062D
Text Example
Text Example
White with #CF062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF062D; }
p { color: rgb(207,6,45); }
H1.HeaderClassName
{
color: #CF062D;
}
.AnyTagClassName
{
color: #CF062D;
}
</style>
background-color css
<style>
a { background-color: #CF062D; }
a { background-color: rgb(207,6,45); }
div.DivClassName
{
background-color: #CF062D;
}
.BgClassName
{
background-color: #CF062D;
}
</style>
border-color css
<style>
span { border-color: #CF062D; }
span { border-color: rgb(207,6,45); }
td.TdClassName
{
border-color: #CF062D;
}
.TagClassName
{
border-color: #CF062D;
}
</style>