Html Css Color HEX #CF260F Harley Davidson Orange
📋 copy color: '#CF260F'red 207 ◦ green 38 ◦ blue 15
Shades of Harley Davidson Orange #CF260F
Tints of Harley Davidson Orange #CF260F
RGB
CMYK
RGB Variations
Color information
#CF260F (or 0xCF260F) is known color: Harley Davidson Orange. HEX triplet: CF, 26 and 0F. RGB value is (207,38,15). Sum of RGB (Red+Green+Blue) = 207+38+15=260 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.62% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 207 - color contains mainly: red. Hex color #CF260F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF260F is #30D9F0. Grayscale: #565656. Windows color (decimal): -3201521 or 992975. OLE color: 992975.
HSL color Cylindrical-coordinate representation of color #CF260F: hue angle of 7.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF260F is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 15 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.19 |
| HSL | 7.19º | 0.86% | 0.44% | - |
| HSV(B) | 7.19º | 0.93% | 0.81% | - |
| XYZ | 26.51 | 14.69 | 1.89 | - |
| YUV | 85.91 | 87.99 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 15 | 0 | 0.82 | 0.93 | 0.19 | 7.19 | 0.86 | 0.44 |
| Hex | CF | 26 | F | 0 | 52 | 5D | 13 | 7 | 56 | 2C |
| Octal | 317 | 46 | 17 | 0 | 122 | 135 | 23 | 7 | 126 | 54 |
| Binary | 11001111 | 100110 | 1111 | 0 | 1010010 | 1011101 | 10011 | 111 | 1010110 | 101100 |
Color Harmonies of #CF260F
Complementary color
Monochromatic Colors of #CF260F
Black with #CF260F
Text Example
Text Example
White with #CF260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF260F; }
p { color: rgb(207,38,15); }
H1.HeaderClassName
{
color: #CF260F;
}
.AnyTagClassName
{
color: #CF260F;
}
</style>
background-color css
<style>
a { background-color: #CF260F; }
a { background-color: rgb(207,38,15); }
div.DivClassName
{
background-color: #CF260F;
}
.BgClassName
{
background-color: #CF260F;
}
</style>
border-color css
<style>
span { border-color: #CF260F; }
span { border-color: rgb(207,38,15); }
td.TdClassName
{
border-color: #CF260F;
}
.TagClassName
{
border-color: #CF260F;
}
</style>