Html Css Color HEX #CF4512 Harley Davidson Orange
📋 copy color: '#CF4512'red 207 ◦ green 69 ◦ blue 18
Shades of Harley Davidson Orange #CF4512
Tints of Harley Davidson Orange #CF4512
RGB
CMYK
RGB Variations
Color information
#CF4512 (or 0xCF4512) is known color: Harley Davidson Orange. HEX triplet: CF, 45 and 12. RGB value is (207,69,18). Sum of RGB (Red+Green+Blue) = 207+69+18=294 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.41% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4512 is #30BAED. Grayscale: #686868. Windows color (decimal): -3193582 or 1197519. OLE color: 1197519.
HSL color Cylindrical-coordinate representation of color #CF4512: hue angle of 16.19º 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 #CF4512 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 18 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.19 |
| HSL | 16.19º | 0.84% | 0.44% | - |
| HSV(B) | 16.19º | 0.91% | 0.81% | - |
| XYZ | 27.97 | 17.57 | 2.49 | - |
| YUV | 104.45 | 79.22 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 18 | 0 | 0.67 | 0.91 | 0.19 | 16.19 | 0.84 | 0.44 |
| Hex | CF | 45 | 12 | 0 | 43 | 5B | 13 | 10 | 54 | 2C |
| Octal | 317 | 105 | 22 | 0 | 103 | 133 | 23 | 20 | 124 | 54 |
| Binary | 11001111 | 1000101 | 10010 | 0 | 1000011 | 1011011 | 10011 | 10000 | 1010100 | 101100 |
Color Harmonies of #CF4512
Complementary color
Monochromatic Colors of #CF4512
Black with #CF4512
Text Example
Text Example
White with #CF4512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4512; }
p { color: rgb(207,69,18); }
H1.HeaderClassName
{
color: #CF4512;
}
.AnyTagClassName
{
color: #CF4512;
}
</style>
background-color css
<style>
a { background-color: #CF4512; }
a { background-color: rgb(207,69,18); }
div.DivClassName
{
background-color: #CF4512;
}
.BgClassName
{
background-color: #CF4512;
}
</style>
border-color css
<style>
span { border-color: #CF4512; }
span { border-color: rgb(207,69,18); }
td.TdClassName
{
border-color: #CF4512;
}
.TagClassName
{
border-color: #CF4512;
}
</style>