Html Css Color HEX #CF280C Harley Davidson Orange
📋 copy color: '#CF280C'red 207 ◦ green 40 ◦ blue 12
Shades of Harley Davidson Orange #CF280C
Tints of Harley Davidson Orange #CF280C
RGB
CMYK
RGB Variations
Color information
#CF280C (or 0xCF280C) is known color: Harley Davidson Orange. HEX triplet: CF, 28 and 0C. RGB value is (207,40,12). Sum of RGB (Red+Green+Blue) = 207+40+12=259 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.92% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 207 - color contains mainly: red. Hex color #CF280C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF280C is #30D7F3. Grayscale: #575757. Windows color (decimal): -3201012 or 796879. OLE color: 796879.
HSL color Cylindrical-coordinate representation of color #CF280C: hue angle of 8.62º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF280C is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 40 | 12 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.19 |
| HSL | 8.62º | 0.89% | 0.43% | - |
| HSV(B) | 8.62º | 0.94% | 0.81% | - |
| XYZ | 26.56 | 14.81 | 1.81 | - |
| YUV | 86.74 | 85.83 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 12 | 0 | 0.81 | 0.94 | 0.19 | 8.62 | 0.89 | 0.43 |
| Hex | CF | 28 | C | 0 | 51 | 5E | 13 | 9 | 59 | 2B |
| Octal | 317 | 50 | 14 | 0 | 121 | 136 | 23 | 11 | 131 | 53 |
| Binary | 11001111 | 101000 | 1100 | 0 | 1010001 | 1011110 | 10011 | 1001 | 1011001 | 101011 |
Color Harmonies of #CF280C
Complementary color
Monochromatic Colors of #CF280C
Black with #CF280C
Text Example
Text Example
White with #CF280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF280C; }
p { color: rgb(207,40,12); }
H1.HeaderClassName
{
color: #CF280C;
}
.AnyTagClassName
{
color: #CF280C;
}
</style>
background-color css
<style>
a { background-color: #CF280C; }
a { background-color: rgb(207,40,12); }
div.DivClassName
{
background-color: #CF280C;
}
.BgClassName
{
background-color: #CF280C;
}
</style>
border-color css
<style>
span { border-color: #CF280C; }
span { border-color: rgb(207,40,12); }
td.TdClassName
{
border-color: #CF280C;
}
.TagClassName
{
border-color: #CF280C;
}
</style>