Html Css Color HEX #CF2A0E Harley Davidson Orange
📋 copy color: '#CF2A0E'red 207 ◦ green 42 ◦ blue 14
Shades of Harley Davidson Orange #CF2A0E
Tints of Harley Davidson Orange #CF2A0E
RGB
CMYK
RGB Variations
Color information
#CF2A0E (or 0xCF2A0E) is known color: Harley Davidson Orange. HEX triplet: CF, 2A and 0E. RGB value is (207,42,14). Sum of RGB (Red+Green+Blue) = 207+42+14=263 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.71% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2A0E is #30D5F1. Grayscale: #585858. Windows color (decimal): -3200498 or 928463. OLE color: 928463.
HSL color Cylindrical-coordinate representation of color #CF2A0E: hue angle of 8.7º 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 #CF2A0E is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 42 | 14 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.19 |
| HSL | 8.7º | 0.87% | 0.43% | - |
| HSV(B) | 8.7º | 0.93% | 0.81% | - |
| XYZ | 26.64 | 14.95 | 1.9 | - |
| YUV | 88.14 | 86.16 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 14 | 0 | 0.80 | 0.93 | 0.19 | 8.7 | 0.87 | 0.43 |
| Hex | CF | 2A | E | 0 | 50 | 5D | 13 | 9 | 57 | 2B |
| Octal | 317 | 52 | 16 | 0 | 120 | 135 | 23 | 11 | 127 | 53 |
| Binary | 11001111 | 101010 | 1110 | 0 | 1010000 | 1011101 | 10011 | 1001 | 1010111 | 101011 |
Color Harmonies of #CF2A0E
Complementary color
Monochromatic Colors of #CF2A0E
Black with #CF2A0E
Text Example
Text Example
White with #CF2A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2A0E; }
p { color: rgb(207,42,14); }
H1.HeaderClassName
{
color: #CF2A0E;
}
.AnyTagClassName
{
color: #CF2A0E;
}
</style>
background-color css
<style>
a { background-color: #CF2A0E; }
a { background-color: rgb(207,42,14); }
div.DivClassName
{
background-color: #CF2A0E;
}
.BgClassName
{
background-color: #CF2A0E;
}
</style>
border-color css
<style>
span { border-color: #CF2A0E; }
span { border-color: rgb(207,42,14); }
td.TdClassName
{
border-color: #CF2A0E;
}
.TagClassName
{
border-color: #CF2A0E;
}
</style>