Html Css Color HEX #CF4919 Harley Davidson Orange
📋 copy color: '#CF4919'red 207 ◦ green 73 ◦ blue 25
Shades of Harley Davidson Orange #CF4919
Tints of Harley Davidson Orange #CF4919
RGB
CMYK
RGB Variations
Color information
#CF4919 (or 0xCF4919) is known color: Harley Davidson Orange. HEX triplet: CF, 49 and 19. RGB value is (207,73,25). Sum of RGB (Red+Green+Blue) = 207+73+25=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4919 is #30B6E6. Grayscale: #6B6B6B. Windows color (decimal): -3192551 or 1657295. OLE color: 1657295.
HSL color Cylindrical-coordinate representation of color #CF4919: hue angle of 15.82º 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 #CF4919 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 25 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.19 |
| HSL | 15.82º | 0.78% | 0.45% | - |
| HSV(B) | 15.82º | 0.88% | 0.81% | - |
| XYZ | 28.29 | 18.1 | 2.92 | - |
| YUV | 107.59 | 81.39 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 25 | 0 | 0.65 | 0.88 | 0.19 | 15.82 | 0.78 | 0.45 |
| Hex | CF | 49 | 19 | 0 | 41 | 58 | 13 | 10 | 4E | 2D |
| Octal | 317 | 111 | 31 | 0 | 101 | 130 | 23 | 20 | 116 | 55 |
| Binary | 11001111 | 1001001 | 11001 | 0 | 1000001 | 1011000 | 10011 | 10000 | 1001110 | 101101 |
Color Harmonies of #CF4919
Complementary color
Monochromatic Colors of #CF4919
Black with #CF4919
Text Example
Text Example
White with #CF4919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4919; }
p { color: rgb(207,73,25); }
H1.HeaderClassName
{
color: #CF4919;
}
.AnyTagClassName
{
color: #CF4919;
}
</style>
background-color css
<style>
a { background-color: #CF4919; }
a { background-color: rgb(207,73,25); }
div.DivClassName
{
background-color: #CF4919;
}
.BgClassName
{
background-color: #CF4919;
}
</style>
border-color css
<style>
span { border-color: #CF4919; }
span { border-color: rgb(207,73,25); }
td.TdClassName
{
border-color: #CF4919;
}
.TagClassName
{
border-color: #CF4919;
}
</style>