Html Css Color HEX #CF4912 Harley Davidson Orange
📋 copy color: '#CF4912'red 207 ◦ green 73 ◦ blue 18
Shades of Harley Davidson Orange #CF4912
Tints of Harley Davidson Orange #CF4912
RGB
CMYK
RGB Variations
Color information
#CF4912 (or 0xCF4912) is known color: Harley Davidson Orange. HEX triplet: CF, 49 and 12. RGB value is (207,73,18). Sum of RGB (Red+Green+Blue) = 207+73+18=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 18 (7.42% from 255 or 6.04% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4912 is #30B6ED. Grayscale: #6B6B6B. Windows color (decimal): -3192558 or 1198543. OLE color: 1198543.
HSL color Cylindrical-coordinate representation of color #CF4912: hue angle of 17.46º 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 #CF4912 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 18 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.19 |
| HSL | 17.46º | 0.84% | 0.44% | - |
| HSV(B) | 17.46º | 0.91% | 0.81% | - |
| XYZ | 28.22 | 18.07 | 2.57 | - |
| YUV | 106.8 | 77.89 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 18 | 0 | 0.65 | 0.91 | 0.19 | 17.46 | 0.84 | 0.44 |
| Hex | CF | 49 | 12 | 0 | 41 | 5B | 13 | 11 | 54 | 2C |
| Octal | 317 | 111 | 22 | 0 | 101 | 133 | 23 | 21 | 124 | 54 |
| Binary | 11001111 | 1001001 | 10010 | 0 | 1000001 | 1011011 | 10011 | 10001 | 1010100 | 101100 |
Color Harmonies of #CF4912
Complementary color
Monochromatic Colors of #CF4912
Black with #CF4912
Text Example
Text Example
White with #CF4912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4912; }
p { color: rgb(207,73,18); }
H1.HeaderClassName
{
color: #CF4912;
}
.AnyTagClassName
{
color: #CF4912;
}
</style>
background-color css
<style>
a { background-color: #CF4912; }
a { background-color: rgb(207,73,18); }
div.DivClassName
{
background-color: #CF4912;
}
.BgClassName
{
background-color: #CF4912;
}
</style>
border-color css
<style>
span { border-color: #CF4912; }
span { border-color: rgb(207,73,18); }
td.TdClassName
{
border-color: #CF4912;
}
.TagClassName
{
border-color: #CF4912;
}
</style>