Html Css Color HEX #CF4411 Harley Davidson Orange
📋 copy color: '#CF4411'red 207 ◦ green 68 ◦ blue 17
Shades of Harley Davidson Orange #CF4411
Tints of Harley Davidson Orange #CF4411
RGB
CMYK
RGB Variations
Color information
#CF4411 (or 0xCF4411) is known color: Harley Davidson Orange. HEX triplet: CF, 44 and 11. RGB value is (207,68,17). Sum of RGB (Red+Green+Blue) = 207+68+17=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4411 is #30BBEE. Grayscale: #686868. Windows color (decimal): -3193839 or 1131727. OLE color: 1131727.
HSL color Cylindrical-coordinate representation of color #CF4411: hue angle of 16.11º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF4411 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 17 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.19 |
| HSL | 16.11º | 0.85% | 0.44% | - |
| HSV(B) | 16.11º | 0.92% | 0.81% | - |
| XYZ | 27.9 | 17.44 | 2.43 | - |
| YUV | 103.75 | 79.05 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 17 | 0 | 0.67 | 0.92 | 0.19 | 16.11 | 0.85 | 0.44 |
| Hex | CF | 44 | 11 | 0 | 43 | 5C | 13 | 10 | 55 | 2C |
| Octal | 317 | 104 | 21 | 0 | 103 | 134 | 23 | 20 | 125 | 54 |
| Binary | 11001111 | 1000100 | 10001 | 0 | 1000011 | 1011100 | 10011 | 10000 | 1010101 | 101100 |
Color Harmonies of #CF4411
Complementary color
Monochromatic Colors of #CF4411
Black with #CF4411
Text Example
Text Example
White with #CF4411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4411; }
p { color: rgb(207,68,17); }
H1.HeaderClassName
{
color: #CF4411;
}
.AnyTagClassName
{
color: #CF4411;
}
</style>
background-color css
<style>
a { background-color: #CF4411; }
a { background-color: rgb(207,68,17); }
div.DivClassName
{
background-color: #CF4411;
}
.BgClassName
{
background-color: #CF4411;
}
</style>
border-color css
<style>
span { border-color: #CF4411; }
span { border-color: rgb(207,68,17); }
td.TdClassName
{
border-color: #CF4411;
}
.TagClassName
{
border-color: #CF4411;
}
</style>