Html Css Color HEX #CF4417 Harley Davidson Orange
📋 copy color: '#CF4417'red 207 ◦ green 68 ◦ blue 23
Shades of Harley Davidson Orange #CF4417
Tints of Harley Davidson Orange #CF4417
RGB
CMYK
RGB Variations
Color information
#CF4417 (or 0xCF4417) is known color: Harley Davidson Orange. HEX triplet: CF, 44 and 17. RGB value is (207,68,23). Sum of RGB (Red+Green+Blue) = 207+68+23=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 68 (26.95% from 255 or 22.82% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4417 is #30BBE8. Grayscale: #686868. Windows color (decimal): -3193833 or 1524943. OLE color: 1524943.
HSL color Cylindrical-coordinate representation of color #CF4417: hue angle of 14.67º 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 #CF4417 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 23 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.19 |
| HSL | 14.67º | 0.8% | 0.45% | - |
| HSV(B) | 14.67º | 0.89% | 0.81% | - |
| XYZ | 27.95 | 17.46 | 2.71 | - |
| YUV | 104.43 | 82.05 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 23 | 0 | 0.67 | 0.89 | 0.19 | 14.67 | 0.8 | 0.45 |
| Hex | CF | 44 | 17 | 0 | 43 | 59 | 13 | F | 50 | 2D |
| Octal | 317 | 104 | 27 | 0 | 103 | 131 | 23 | 17 | 120 | 55 |
| Binary | 11001111 | 1000100 | 10111 | 0 | 1000011 | 1011001 | 10011 | 1111 | 1010000 | 101101 |
Color Harmonies of #CF4417
Complementary color
Monochromatic Colors of #CF4417
Black with #CF4417
Text Example
Text Example
White with #CF4417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4417; }
p { color: rgb(207,68,23); }
H1.HeaderClassName
{
color: #CF4417;
}
.AnyTagClassName
{
color: #CF4417;
}
</style>
background-color css
<style>
a { background-color: #CF4417; }
a { background-color: rgb(207,68,23); }
div.DivClassName
{
background-color: #CF4417;
}
.BgClassName
{
background-color: #CF4417;
}
</style>
border-color css
<style>
span { border-color: #CF4417; }
span { border-color: rgb(207,68,23); }
td.TdClassName
{
border-color: #CF4417;
}
.TagClassName
{
border-color: #CF4417;
}
</style>