Html Css Color HEX #CF4118 Harley Davidson Orange
📋 copy color: '#CF4118'red 207 ◦ green 65 ◦ blue 24
Shades of Harley Davidson Orange #CF4118
Tints of Harley Davidson Orange #CF4118
RGB
CMYK
RGB Variations
Color information
#CF4118 (or 0xCF4118) is known color: Harley Davidson Orange. HEX triplet: CF, 41 and 18. RGB value is (207,65,24). Sum of RGB (Red+Green+Blue) = 207+65+24=296 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.93% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4118 is #30BEE7. Grayscale: #676767. Windows color (decimal): -3194600 or 1589711. OLE color: 1589711.
HSL color Cylindrical-coordinate representation of color #CF4118: hue angle of 13.44º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF4118 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 24 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.19 |
| HSL | 13.44º | 0.79% | 0.45% | - |
| HSV(B) | 13.44º | 0.88% | 0.81% | - |
| XYZ | 27.79 | 17.11 | 2.7 | - |
| YUV | 102.78 | 83.54 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 24 | 0 | 0.69 | 0.88 | 0.19 | 13.44 | 0.79 | 0.45 |
| Hex | CF | 41 | 18 | 0 | 45 | 58 | 13 | D | 4F | 2D |
| Octal | 317 | 101 | 30 | 0 | 105 | 130 | 23 | 15 | 117 | 55 |
| Binary | 11001111 | 1000001 | 11000 | 0 | 1000101 | 1011000 | 10011 | 1101 | 1001111 | 101101 |
Color Harmonies of #CF4118
Complementary color
Monochromatic Colors of #CF4118
Black with #CF4118
Text Example
Text Example
White with #CF4118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4118; }
p { color: rgb(207,65,24); }
H1.HeaderClassName
{
color: #CF4118;
}
.AnyTagClassName
{
color: #CF4118;
}
</style>
background-color css
<style>
a { background-color: #CF4118; }
a { background-color: rgb(207,65,24); }
div.DivClassName
{
background-color: #CF4118;
}
.BgClassName
{
background-color: #CF4118;
}
</style>
border-color css
<style>
span { border-color: #CF4118; }
span { border-color: rgb(207,65,24); }
td.TdClassName
{
border-color: #CF4118;
}
.TagClassName
{
border-color: #CF4118;
}
</style>