Html Css Color HEX #CF3417 Harley Davidson Orange
📋 copy color: '#CF3417'red 207 ◦ green 52 ◦ blue 23
Shades of Harley Davidson Orange #CF3417
Tints of Harley Davidson Orange #CF3417
RGB
CMYK
RGB Variations
Color information
#CF3417 (or 0xCF3417) is known color: Harley Davidson Orange. HEX triplet: CF, 34 and 17. RGB value is (207,52,23). Sum of RGB (Red+Green+Blue) = 207+52+23=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3417 is #30CBE8. Grayscale: #5F5F5F. Windows color (decimal): -3197929 or 1520847. OLE color: 1520847.
HSL color Cylindrical-coordinate representation of color #CF3417: hue angle of 9.46º 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 #CF3417 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 23 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.19 |
| HSL | 9.46º | 0.8% | 0.45% | - |
| HSV(B) | 9.46º | 0.89% | 0.81% | - |
| XYZ | 27.11 | 15.78 | 2.43 | - |
| YUV | 95.04 | 87.35 | 207.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 23 | 0 | 0.75 | 0.89 | 0.19 | 9.46 | 0.8 | 0.45 |
| Hex | CF | 34 | 17 | 0 | 4B | 59 | 13 | 9 | 50 | 2D |
| Octal | 317 | 64 | 27 | 0 | 113 | 131 | 23 | 11 | 120 | 55 |
| Binary | 11001111 | 110100 | 10111 | 0 | 1001011 | 1011001 | 10011 | 1001 | 1010000 | 101101 |
Color Harmonies of #CF3417
Complementary color
Monochromatic Colors of #CF3417
Black with #CF3417
Text Example
Text Example
White with #CF3417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3417; }
p { color: rgb(207,52,23); }
H1.HeaderClassName
{
color: #CF3417;
}
.AnyTagClassName
{
color: #CF3417;
}
</style>
background-color css
<style>
a { background-color: #CF3417; }
a { background-color: rgb(207,52,23); }
div.DivClassName
{
background-color: #CF3417;
}
.BgClassName
{
background-color: #CF3417;
}
</style>
border-color css
<style>
span { border-color: #CF3417; }
span { border-color: rgb(207,52,23); }
td.TdClassName
{
border-color: #CF3417;
}
.TagClassName
{
border-color: #CF3417;
}
</style>