Html Css Color HEX #CF4518 Harley Davidson Orange
📋 copy color: '#CF4518'red 207 ◦ green 69 ◦ blue 24
Shades of Harley Davidson Orange #CF4518
Tints of Harley Davidson Orange #CF4518
RGB
CMYK
RGB Variations
Color information
#CF4518 (or 0xCF4518) is known color: Harley Davidson Orange. HEX triplet: CF, 45 and 18. RGB value is (207,69,24). Sum of RGB (Red+Green+Blue) = 207+69+24=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 69 (27.34% from 255 or 23% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4518 is #30BAE7. Grayscale: #696969. Windows color (decimal): -3193576 or 1590735. OLE color: 1590735.
HSL color Cylindrical-coordinate representation of color #CF4518: hue angle of 14.75º 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 #CF4518 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 24 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.19 |
| HSL | 14.75º | 0.79% | 0.45% | - |
| HSV(B) | 14.75º | 0.88% | 0.81% | - |
| XYZ | 28.03 | 17.59 | 2.78 | - |
| YUV | 105.13 | 82.22 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 24 | 0 | 0.67 | 0.88 | 0.19 | 14.75 | 0.79 | 0.45 |
| Hex | CF | 45 | 18 | 0 | 43 | 58 | 13 | F | 4F | 2D |
| Octal | 317 | 105 | 30 | 0 | 103 | 130 | 23 | 17 | 117 | 55 |
| Binary | 11001111 | 1000101 | 11000 | 0 | 1000011 | 1011000 | 10011 | 1111 | 1001111 | 101101 |
Color Harmonies of #CF4518
Complementary color
Monochromatic Colors of #CF4518
Black with #CF4518
Text Example
Text Example
White with #CF4518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4518; }
p { color: rgb(207,69,24); }
H1.HeaderClassName
{
color: #CF4518;
}
.AnyTagClassName
{
color: #CF4518;
}
</style>
background-color css
<style>
a { background-color: #CF4518; }
a { background-color: rgb(207,69,24); }
div.DivClassName
{
background-color: #CF4518;
}
.BgClassName
{
background-color: #CF4518;
}
</style>
border-color css
<style>
span { border-color: #CF4518; }
span { border-color: rgb(207,69,24); }
td.TdClassName
{
border-color: #CF4518;
}
.TagClassName
{
border-color: #CF4518;
}
</style>