Html Css Color HEX #CF2C0E Harley Davidson Orange
📋 copy color: '#CF2C0E'red 207 ◦ green 44 ◦ blue 14
Shades of Harley Davidson Orange #CF2C0E
Tints of Harley Davidson Orange #CF2C0E
RGB
CMYK
RGB Variations
Color information
#CF2C0E (or 0xCF2C0E) is known color: Harley Davidson Orange. HEX triplet: CF, 2C and 0E. RGB value is (207,44,14). Sum of RGB (Red+Green+Blue) = 207+44+14=265 (35% of max value = 765). Red value is 207 (81.25% from 255 or 78.11% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2C0E is #30D3F1. Grayscale: #595959. Windows color (decimal): -3199986 or 928975. OLE color: 928975.
HSL color Cylindrical-coordinate representation of color #CF2C0E: hue angle of 9.33º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF2C0E is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 44 | 14 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.19 |
| HSL | 9.33º | 0.87% | 0.43% | - |
| HSV(B) | 9.33º | 0.93% | 0.81% | - |
| XYZ | 26.71 | 15.1 | 1.92 | - |
| YUV | 89.32 | 85.5 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 44 | 14 | 0 | 0.79 | 0.93 | 0.19 | 9.33 | 0.87 | 0.43 |
| Hex | CF | 2C | E | 0 | 4F | 5D | 13 | 9 | 57 | 2B |
| Octal | 317 | 54 | 16 | 0 | 117 | 135 | 23 | 11 | 127 | 53 |
| Binary | 11001111 | 101100 | 1110 | 0 | 1001111 | 1011101 | 10011 | 1001 | 1010111 | 101011 |
Color Harmonies of #CF2C0E
Complementary color
Monochromatic Colors of #CF2C0E
Black with #CF2C0E
Text Example
Text Example
White with #CF2C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2C0E; }
p { color: rgb(207,44,14); }
H1.HeaderClassName
{
color: #CF2C0E;
}
.AnyTagClassName
{
color: #CF2C0E;
}
</style>
background-color css
<style>
a { background-color: #CF2C0E; }
a { background-color: rgb(207,44,14); }
div.DivClassName
{
background-color: #CF2C0E;
}
.BgClassName
{
background-color: #CF2C0E;
}
</style>
border-color css
<style>
span { border-color: #CF2C0E; }
span { border-color: rgb(207,44,14); }
td.TdClassName
{
border-color: #CF2C0E;
}
.TagClassName
{
border-color: #CF2C0E;
}
</style>