Html Css Color HEX #CF2B17 Harley Davidson Orange
📋 copy color: '#CF2B17'red 207 ◦ green 43 ◦ blue 23
Shades of Harley Davidson Orange #CF2B17
Tints of Harley Davidson Orange #CF2B17
RGB
CMYK
RGB Variations
Color information
#CF2B17 (or 0xCF2B17) is known color: Harley Davidson Orange. HEX triplet: CF, 2B and 17. RGB value is (207,43,23). Sum of RGB (Red+Green+Blue) = 207+43+23=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2B17 is #30D4E8. Grayscale: #5A5A5A. Windows color (decimal): -3200233 or 1518543. OLE color: 1518543.
HSL color Cylindrical-coordinate representation of color #CF2B17: hue angle of 6.52º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF2B17 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 23 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.19 |
| HSL | 6.52º | 0.8% | 0.45% | - |
| HSV(B) | 6.52º | 0.89% | 0.81% | - |
| XYZ | 26.75 | 15.06 | 2.31 | - |
| YUV | 89.76 | 90.33 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 23 | 0 | 0.79 | 0.89 | 0.19 | 6.52 | 0.8 | 0.45 |
| Hex | CF | 2B | 17 | 0 | 4F | 59 | 13 | 7 | 50 | 2D |
| Octal | 317 | 53 | 27 | 0 | 117 | 131 | 23 | 7 | 120 | 55 |
| Binary | 11001111 | 101011 | 10111 | 0 | 1001111 | 1011001 | 10011 | 111 | 1010000 | 101101 |
Color Harmonies of #CF2B17
Complementary color
Monochromatic Colors of #CF2B17
Black with #CF2B17
Text Example
Text Example
White with #CF2B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2B17; }
p { color: rgb(207,43,23); }
H1.HeaderClassName
{
color: #CF2B17;
}
.AnyTagClassName
{
color: #CF2B17;
}
</style>
background-color css
<style>
a { background-color: #CF2B17; }
a { background-color: rgb(207,43,23); }
div.DivClassName
{
background-color: #CF2B17;
}
.BgClassName
{
background-color: #CF2B17;
}
</style>
border-color css
<style>
span { border-color: #CF2B17; }
span { border-color: rgb(207,43,23); }
td.TdClassName
{
border-color: #CF2B17;
}
.TagClassName
{
border-color: #CF2B17;
}
</style>