Html Css Color HEX #CF3517 Harley Davidson Orange
📋 copy color: '#CF3517'red 207 ◦ green 53 ◦ blue 23
Shades of Harley Davidson Orange #CF3517
Tints of Harley Davidson Orange #CF3517
RGB
CMYK
RGB Variations
Color information
#CF3517 (or 0xCF3517) is known color: Harley Davidson Orange. HEX triplet: CF, 35 and 17. RGB value is (207,53,23). Sum of RGB (Red+Green+Blue) = 207+53+23=283 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.14% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3517 is #30CAE8. Grayscale: #5F5F5F. Windows color (decimal): -3197673 or 1521103. OLE color: 1521103.
HSL color Cylindrical-coordinate representation of color #CF3517: hue angle of 9.78º 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 #CF3517 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 23 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.19 |
| HSL | 9.78º | 0.8% | 0.45% | - |
| HSV(B) | 9.78º | 0.89% | 0.81% | - |
| XYZ | 27.16 | 15.87 | 2.44 | - |
| YUV | 95.63 | 87.02 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 23 | 0 | 0.74 | 0.89 | 0.19 | 9.78 | 0.8 | 0.45 |
| Hex | CF | 35 | 17 | 0 | 4A | 59 | 13 | A | 50 | 2D |
| Octal | 317 | 65 | 27 | 0 | 112 | 131 | 23 | 12 | 120 | 55 |
| Binary | 11001111 | 110101 | 10111 | 0 | 1001010 | 1011001 | 10011 | 1010 | 1010000 | 101101 |
Color Harmonies of #CF3517
Complementary color
Monochromatic Colors of #CF3517
Black with #CF3517
Text Example
Text Example
White with #CF3517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3517; }
p { color: rgb(207,53,23); }
H1.HeaderClassName
{
color: #CF3517;
}
.AnyTagClassName
{
color: #CF3517;
}
</style>
background-color css
<style>
a { background-color: #CF3517; }
a { background-color: rgb(207,53,23); }
div.DivClassName
{
background-color: #CF3517;
}
.BgClassName
{
background-color: #CF3517;
}
</style>
border-color css
<style>
span { border-color: #CF3517; }
span { border-color: rgb(207,53,23); }
td.TdClassName
{
border-color: #CF3517;
}
.TagClassName
{
border-color: #CF3517;
}
</style>