Html Css Color HEX #CF4111 Harley Davidson Orange
📋 copy color: '#CF4111'red 207 ◦ green 65 ◦ blue 17
Shades of Harley Davidson Orange #CF4111
Tints of Harley Davidson Orange #CF4111
RGB
CMYK
RGB Variations
Color information
#CF4111 (or 0xCF4111) is known color: Harley Davidson Orange. HEX triplet: CF, 41 and 11. RGB value is (207,65,17). Sum of RGB (Red+Green+Blue) = 207+65+17=289 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.63% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4111 is #30BEEE. Grayscale: #666666. Windows color (decimal): -3194607 or 1130959. OLE color: 1130959.
HSL color Cylindrical-coordinate representation of color #CF4111: hue angle of 15.16º 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 #CF4111 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 17 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.19 |
| HSL | 15.16º | 0.85% | 0.44% | - |
| HSV(B) | 15.16º | 0.92% | 0.81% | - |
| XYZ | 27.72 | 17.09 | 2.37 | - |
| YUV | 101.99 | 80.04 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 17 | 0 | 0.69 | 0.92 | 0.19 | 15.16 | 0.85 | 0.44 |
| Hex | CF | 41 | 11 | 0 | 45 | 5C | 13 | F | 55 | 2C |
| Octal | 317 | 101 | 21 | 0 | 105 | 134 | 23 | 17 | 125 | 54 |
| Binary | 11001111 | 1000001 | 10001 | 0 | 1000101 | 1011100 | 10011 | 1111 | 1010101 | 101100 |
Color Harmonies of #CF4111
Complementary color
Monochromatic Colors of #CF4111
Black with #CF4111
Text Example
Text Example
White with #CF4111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4111; }
p { color: rgb(207,65,17); }
H1.HeaderClassName
{
color: #CF4111;
}
.AnyTagClassName
{
color: #CF4111;
}
</style>
background-color css
<style>
a { background-color: #CF4111; }
a { background-color: rgb(207,65,17); }
div.DivClassName
{
background-color: #CF4111;
}
.BgClassName
{
background-color: #CF4111;
}
</style>
border-color css
<style>
span { border-color: #CF4111; }
span { border-color: rgb(207,65,17); }
td.TdClassName
{
border-color: #CF4111;
}
.TagClassName
{
border-color: #CF4111;
}
</style>