Html Css Color HEX #CF3717 Harley Davidson Orange
📋 copy color: '#CF3717'red 207 ◦ green 55 ◦ blue 23
Shades of Harley Davidson Orange #CF3717
Tints of Harley Davidson Orange #CF3717
RGB
CMYK
RGB Variations
Color information
#CF3717 (or 0xCF3717) is known color: Harley Davidson Orange. HEX triplet: CF, 37 and 17. RGB value is (207,55,23). Sum of RGB (Red+Green+Blue) = 207+55+23=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3717 is #30C8E8. Grayscale: #616161. Windows color (decimal): -3197161 or 1521615. OLE color: 1521615.
HSL color Cylindrical-coordinate representation of color #CF3717: hue angle of 10.43º 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 #CF3717 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 23 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.19 |
| HSL | 10.43º | 0.8% | 0.45% | - |
| HSV(B) | 10.43º | 0.89% | 0.81% | - |
| XYZ | 27.25 | 16.06 | 2.47 | - |
| YUV | 96.8 | 86.36 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 23 | 0 | 0.73 | 0.89 | 0.19 | 10.43 | 0.8 | 0.45 |
| Hex | CF | 37 | 17 | 0 | 49 | 59 | 13 | A | 50 | 2D |
| Octal | 317 | 67 | 27 | 0 | 111 | 131 | 23 | 12 | 120 | 55 |
| Binary | 11001111 | 110111 | 10111 | 0 | 1001001 | 1011001 | 10011 | 1010 | 1010000 | 101101 |
Color Harmonies of #CF3717
Complementary color
Monochromatic Colors of #CF3717
Black with #CF3717
Text Example
Text Example
White with #CF3717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3717; }
p { color: rgb(207,55,23); }
H1.HeaderClassName
{
color: #CF3717;
}
.AnyTagClassName
{
color: #CF3717;
}
</style>
background-color css
<style>
a { background-color: #CF3717; }
a { background-color: rgb(207,55,23); }
div.DivClassName
{
background-color: #CF3717;
}
.BgClassName
{
background-color: #CF3717;
}
</style>
border-color css
<style>
span { border-color: #CF3717; }
span { border-color: rgb(207,55,23); }
td.TdClassName
{
border-color: #CF3717;
}
.TagClassName
{
border-color: #CF3717;
}
</style>