Shades of Fire Engine Red #CF062A
Tints of Fire Engine Red #CF062A
RGB
CMYK
RGB Variations
Color information
#CF062A (or 0xCF062A) is known color: Fire Engine Red. HEX triplet: CF, 06 and 2A. RGB value is (207,6,42). Sum of RGB (Red+Green+Blue) = 207+6+42=255 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.18% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 207 - color contains mainly: red. Hex color #CF062A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF062A is #30F9D5. Grayscale: #464646. Windows color (decimal): -3209686 or 2754255. OLE color: 2754255.
HSL color Cylindrical-coordinate representation of color #CF062A: hue angle of 349.25º 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 #CF062A is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 42 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.19 |
| HSL | 349.25º | 0.94% | 0.42% | - |
| HSV(B) | 349.25º | 0.97% | 0.81% | - |
| XYZ | 26.22 | 13.56 | 3.43 | - |
| YUV | 70.2 | 112.09 | 225.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 42 | 0 | 0.97 | 0.80 | 0.19 | 349.25 | 0.94 | 0.42 |
| Hex | CF | 6 | 2A | 0 | 61 | 50 | 13 | 15D | 5E | 2A |
| Octal | 317 | 6 | 52 | 0 | 141 | 120 | 23 | 535 | 136 | 52 |
| Binary | 11001111 | 110 | 101010 | 0 | 1100001 | 1010000 | 10011 | 101011101 | 1011110 | 101010 |
Color Harmonies of #CF062A
Complementary color
Monochromatic Colors of #CF062A
Black with #CF062A
Text Example
Text Example
White with #CF062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF062A; }
p { color: rgb(207,6,42); }
H1.HeaderClassName
{
color: #CF062A;
}
.AnyTagClassName
{
color: #CF062A;
}
</style>
background-color css
<style>
a { background-color: #CF062A; }
a { background-color: rgb(207,6,42); }
div.DivClassName
{
background-color: #CF062A;
}
.BgClassName
{
background-color: #CF062A;
}
</style>
border-color css
<style>
span { border-color: #CF062A; }
span { border-color: rgb(207,6,42); }
td.TdClassName
{
border-color: #CF062A;
}
.TagClassName
{
border-color: #CF062A;
}
</style>