Html Css Color HEX #CF2917 Harley Davidson Orange
📋 copy color: '#CF2917'red 207 ◦ green 41 ◦ blue 23
Shades of Harley Davidson Orange #CF2917
Tints of Harley Davidson Orange #CF2917
RGB
CMYK
RGB Variations
Color information
#CF2917 (or 0xCF2917) is known color: Harley Davidson Orange. HEX triplet: CF, 29 and 17. RGB value is (207,41,23). Sum of RGB (Red+Green+Blue) = 207+41+23=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2917 is #30D6E8. Grayscale: #585858. Windows color (decimal): -3200745 or 1518031. OLE color: 1518031.
HSL color Cylindrical-coordinate representation of color #CF2917: hue angle of 5.87º 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 #CF2917 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 23 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.19 |
| HSL | 5.87º | 0.8% | 0.45% | - |
| HSV(B) | 5.87º | 0.89% | 0.81% | - |
| XYZ | 26.68 | 14.91 | 2.28 | - |
| YUV | 88.58 | 91 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 23 | 0 | 0.80 | 0.89 | 0.19 | 5.87 | 0.8 | 0.45 |
| Hex | CF | 29 | 17 | 0 | 50 | 59 | 13 | 6 | 50 | 2D |
| Octal | 317 | 51 | 27 | 0 | 120 | 131 | 23 | 6 | 120 | 55 |
| Binary | 11001111 | 101001 | 10111 | 0 | 1010000 | 1011001 | 10011 | 110 | 1010000 | 101101 |
Color Harmonies of #CF2917
Complementary color
Monochromatic Colors of #CF2917
Black with #CF2917
Text Example
Text Example
White with #CF2917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2917; }
p { color: rgb(207,41,23); }
H1.HeaderClassName
{
color: #CF2917;
}
.AnyTagClassName
{
color: #CF2917;
}
</style>
background-color css
<style>
a { background-color: #CF2917; }
a { background-color: rgb(207,41,23); }
div.DivClassName
{
background-color: #CF2917;
}
.BgClassName
{
background-color: #CF2917;
}
</style>
border-color css
<style>
span { border-color: #CF2917; }
span { border-color: rgb(207,41,23); }
td.TdClassName
{
border-color: #CF2917;
}
.TagClassName
{
border-color: #CF2917;
}
</style>