Html Css Color HEX #CF4619 Harley Davidson Orange
📋 copy color: '#CF4619'red 207 ◦ green 70 ◦ blue 25
Shades of Harley Davidson Orange #CF4619
Tints of Harley Davidson Orange #CF4619
RGB
CMYK
RGB Variations
Color information
#CF4619 (or 0xCF4619) is known color: Harley Davidson Orange. HEX triplet: CF, 46 and 19. RGB value is (207,70,25). Sum of RGB (Red+Green+Blue) = 207+70+25=302 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.54% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4619 is #30B9E6. Grayscale: #6A6A6A. Windows color (decimal): -3193319 or 1656527. OLE color: 1656527.
HSL color Cylindrical-coordinate representation of color #CF4619: hue angle of 14.84º degrees, saturation: 0.78, 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 #CF4619 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 25 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.19 |
| HSL | 14.84º | 0.78% | 0.45% | - |
| HSV(B) | 14.84º | 0.88% | 0.81% | - |
| XYZ | 28.1 | 17.72 | 2.86 | - |
| YUV | 105.83 | 82.39 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 25 | 0 | 0.66 | 0.88 | 0.19 | 14.84 | 0.78 | 0.45 |
| Hex | CF | 46 | 19 | 0 | 42 | 58 | 13 | F | 4E | 2D |
| Octal | 317 | 106 | 31 | 0 | 102 | 130 | 23 | 17 | 116 | 55 |
| Binary | 11001111 | 1000110 | 11001 | 0 | 1000010 | 1011000 | 10011 | 1111 | 1001110 | 101101 |
Color Harmonies of #CF4619
Complementary color
Monochromatic Colors of #CF4619
Black with #CF4619
Text Example
Text Example
White with #CF4619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4619; }
p { color: rgb(207,70,25); }
H1.HeaderClassName
{
color: #CF4619;
}
.AnyTagClassName
{
color: #CF4619;
}
</style>
background-color css
<style>
a { background-color: #CF4619; }
a { background-color: rgb(207,70,25); }
div.DivClassName
{
background-color: #CF4619;
}
.BgClassName
{
background-color: #CF4619;
}
</style>
border-color css
<style>
span { border-color: #CF4619; }
span { border-color: rgb(207,70,25); }
td.TdClassName
{
border-color: #CF4619;
}
.TagClassName
{
border-color: #CF4619;
}
</style>