Html Css Color HEX #CF4719 Harley Davidson Orange
📋 copy color: '#CF4719'red 207 ◦ green 71 ◦ blue 25
Shades of Harley Davidson Orange #CF4719
Tints of Harley Davidson Orange #CF4719
RGB
CMYK
RGB Variations
Color information
#CF4719 (or 0xCF4719) is known color: Harley Davidson Orange. HEX triplet: CF, 47 and 19. RGB value is (207,71,25). Sum of RGB (Red+Green+Blue) = 207+71+25=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4719 is #30B8E6. Grayscale: #6A6A6A. Windows color (decimal): -3193063 or 1656783. OLE color: 1656783.
HSL color Cylindrical-coordinate representation of color #CF4719: hue angle of 15.16º 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 #CF4719 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 25 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.19 |
| HSL | 15.16º | 0.78% | 0.45% | - |
| HSV(B) | 15.16º | 0.88% | 0.81% | - |
| XYZ | 28.16 | 17.84 | 2.88 | - |
| YUV | 106.42 | 82.06 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 25 | 0 | 0.66 | 0.88 | 0.19 | 15.16 | 0.78 | 0.45 |
| Hex | CF | 47 | 19 | 0 | 42 | 58 | 13 | F | 4E | 2D |
| Octal | 317 | 107 | 31 | 0 | 102 | 130 | 23 | 17 | 116 | 55 |
| Binary | 11001111 | 1000111 | 11001 | 0 | 1000010 | 1011000 | 10011 | 1111 | 1001110 | 101101 |
Color Harmonies of #CF4719
Complementary color
Monochromatic Colors of #CF4719
Black with #CF4719
Text Example
Text Example
White with #CF4719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4719; }
p { color: rgb(207,71,25); }
H1.HeaderClassName
{
color: #CF4719;
}
.AnyTagClassName
{
color: #CF4719;
}
</style>
background-color css
<style>
a { background-color: #CF4719; }
a { background-color: rgb(207,71,25); }
div.DivClassName
{
background-color: #CF4719;
}
.BgClassName
{
background-color: #CF4719;
}
</style>
border-color css
<style>
span { border-color: #CF4719; }
span { border-color: rgb(207,71,25); }
td.TdClassName
{
border-color: #CF4719;
}
.TagClassName
{
border-color: #CF4719;
}
</style>