Html Css Color HEX #CF4612 Harley Davidson Orange
📋 copy color: '#CF4612'red 207 ◦ green 70 ◦ blue 18
Shades of Harley Davidson Orange #CF4612
Tints of Harley Davidson Orange #CF4612
RGB
CMYK
RGB Variations
Color information
#CF4612 (or 0xCF4612) is known color: Harley Davidson Orange. HEX triplet: CF, 46 and 12. RGB value is (207,70,18). Sum of RGB (Red+Green+Blue) = 207+70+18=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4612 is #30B9ED. Grayscale: #696969. Windows color (decimal): -3193326 or 1197775. OLE color: 1197775.
HSL color Cylindrical-coordinate representation of color #CF4612: hue angle of 16.51º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF4612 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 18 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.19 |
| HSL | 16.51º | 0.84% | 0.44% | - |
| HSV(B) | 16.51º | 0.91% | 0.81% | - |
| XYZ | 28.03 | 17.69 | 2.51 | - |
| YUV | 105.04 | 78.89 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 18 | 0 | 0.66 | 0.91 | 0.19 | 16.51 | 0.84 | 0.44 |
| Hex | CF | 46 | 12 | 0 | 42 | 5B | 13 | 11 | 54 | 2C |
| Octal | 317 | 106 | 22 | 0 | 102 | 133 | 23 | 21 | 124 | 54 |
| Binary | 11001111 | 1000110 | 10010 | 0 | 1000010 | 1011011 | 10011 | 10001 | 1010100 | 101100 |
Color Harmonies of #CF4612
Complementary color
Monochromatic Colors of #CF4612
Black with #CF4612
Text Example
Text Example
White with #CF4612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4612; }
p { color: rgb(207,70,18); }
H1.HeaderClassName
{
color: #CF4612;
}
.AnyTagClassName
{
color: #CF4612;
}
</style>
background-color css
<style>
a { background-color: #CF4612; }
a { background-color: rgb(207,70,18); }
div.DivClassName
{
background-color: #CF4612;
}
.BgClassName
{
background-color: #CF4612;
}
</style>
border-color css
<style>
span { border-color: #CF4612; }
span { border-color: rgb(207,70,18); }
td.TdClassName
{
border-color: #CF4612;
}
.TagClassName
{
border-color: #CF4612;
}
</style>