Html Css Color HEX #CF2E06 Harley Davidson Orange
📋 copy color: '#CF2E06'red 207 ◦ green 46 ◦ blue 6
Shades of Harley Davidson Orange #CF2E06
Tints of Harley Davidson Orange #CF2E06
RGB
CMYK
RGB Variations
Color information
#CF2E06 (or 0xCF2E06) is known color: Harley Davidson Orange. HEX triplet: CF, 2E and 06. RGB value is (207,46,6). Sum of RGB (Red+Green+Blue) = 207+46+6=259 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.92% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2E06 is #30D1F9. Grayscale: #595959. Windows color (decimal): -3199482 or 405199. OLE color: 405199.
HSL color Cylindrical-coordinate representation of color #CF2E06: hue angle of 11.94º 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 #CF2E06 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 46 | 6 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.19 |
| HSL | 11.94º | 0.94% | 0.42% | - |
| HSV(B) | 11.94º | 0.97% | 0.81% | - |
| XYZ | 26.74 | 15.23 | 1.7 | - |
| YUV | 89.58 | 80.84 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 6 | 0 | 0.78 | 0.97 | 0.19 | 11.94 | 0.94 | 0.42 |
| Hex | CF | 2E | 6 | 0 | 4E | 61 | 13 | C | 5E | 2A |
| Octal | 317 | 56 | 6 | 0 | 116 | 141 | 23 | 14 | 136 | 52 |
| Binary | 11001111 | 101110 | 110 | 0 | 1001110 | 1100001 | 10011 | 1100 | 1011110 | 101010 |
Color Harmonies of #CF2E06
Complementary color
Monochromatic Colors of #CF2E06
Black with #CF2E06
Text Example
Text Example
White with #CF2E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2E06; }
p { color: rgb(207,46,6); }
H1.HeaderClassName
{
color: #CF2E06;
}
.AnyTagClassName
{
color: #CF2E06;
}
</style>
background-color css
<style>
a { background-color: #CF2E06; }
a { background-color: rgb(207,46,6); }
div.DivClassName
{
background-color: #CF2E06;
}
.BgClassName
{
background-color: #CF2E06;
}
</style>
border-color css
<style>
span { border-color: #CF2E06; }
span { border-color: rgb(207,46,6); }
td.TdClassName
{
border-color: #CF2E06;
}
.TagClassName
{
border-color: #CF2E06;
}
</style>