Html Css Color HEX #CF4119 Harley Davidson Orange
📋 copy color: '#CF4119'red 207 ◦ green 65 ◦ blue 25
Shades of Harley Davidson Orange #CF4119
Tints of Harley Davidson Orange #CF4119
RGB
CMYK
RGB Variations
Color information
#CF4119 (or 0xCF4119) is known color: Harley Davidson Orange. HEX triplet: CF, 41 and 19. RGB value is (207,65,25). Sum of RGB (Red+Green+Blue) = 207+65+25=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4119 is #30BEE6. Grayscale: #676767. Windows color (decimal): -3194599 or 1655247. OLE color: 1655247.
HSL color Cylindrical-coordinate representation of color #CF4119: hue angle of 13.19º 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 #CF4119 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 25 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.19 |
| HSL | 13.19º | 0.78% | 0.45% | - |
| HSV(B) | 13.19º | 0.88% | 0.81% | - |
| XYZ | 27.8 | 17.12 | 2.76 | - |
| YUV | 102.9 | 84.04 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 25 | 0 | 0.69 | 0.88 | 0.19 | 13.19 | 0.78 | 0.45 |
| Hex | CF | 41 | 19 | 0 | 45 | 58 | 13 | D | 4E | 2D |
| Octal | 317 | 101 | 31 | 0 | 105 | 130 | 23 | 15 | 116 | 55 |
| Binary | 11001111 | 1000001 | 11001 | 0 | 1000101 | 1011000 | 10011 | 1101 | 1001110 | 101101 |
Color Harmonies of #CF4119
Complementary color
Monochromatic Colors of #CF4119
Black with #CF4119
Text Example
Text Example
White with #CF4119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4119; }
p { color: rgb(207,65,25); }
H1.HeaderClassName
{
color: #CF4119;
}
.AnyTagClassName
{
color: #CF4119;
}
</style>
background-color css
<style>
a { background-color: #CF4119; }
a { background-color: rgb(207,65,25); }
div.DivClassName
{
background-color: #CF4119;
}
.BgClassName
{
background-color: #CF4119;
}
</style>
border-color css
<style>
span { border-color: #CF4119; }
span { border-color: rgb(207,65,25); }
td.TdClassName
{
border-color: #CF4119;
}
.TagClassName
{
border-color: #CF4119;
}
</style>