Html Css Color HEX #CF4819 Harley Davidson Orange
📋 copy color: '#CF4819'red 207 ◦ green 72 ◦ blue 25
Shades of Harley Davidson Orange #CF4819
Tints of Harley Davidson Orange #CF4819
RGB
CMYK
RGB Variations
Color information
#CF4819 (or 0xCF4819) is known color: Harley Davidson Orange. HEX triplet: CF, 48 and 19. RGB value is (207,72,25). Sum of RGB (Red+Green+Blue) = 207+72+25=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4819 is #30B7E6. Grayscale: #6B6B6B. Windows color (decimal): -3192807 or 1657039. OLE color: 1657039.
HSL color Cylindrical-coordinate representation of color #CF4819: hue angle of 15.49º 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 #CF4819 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 25 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.19 |
| HSL | 15.49º | 0.78% | 0.45% | - |
| HSV(B) | 15.49º | 0.88% | 0.81% | - |
| XYZ | 28.22 | 17.97 | 2.9 | - |
| YUV | 107.01 | 81.73 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 25 | 0 | 0.65 | 0.88 | 0.19 | 15.49 | 0.78 | 0.45 |
| Hex | CF | 48 | 19 | 0 | 41 | 58 | 13 | F | 4E | 2D |
| Octal | 317 | 110 | 31 | 0 | 101 | 130 | 23 | 17 | 116 | 55 |
| Binary | 11001111 | 1001000 | 11001 | 0 | 1000001 | 1011000 | 10011 | 1111 | 1001110 | 101101 |
Color Harmonies of #CF4819
Complementary color
Monochromatic Colors of #CF4819
Black with #CF4819
Text Example
Text Example
White with #CF4819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4819; }
p { color: rgb(207,72,25); }
H1.HeaderClassName
{
color: #CF4819;
}
.AnyTagClassName
{
color: #CF4819;
}
</style>
background-color css
<style>
a { background-color: #CF4819; }
a { background-color: rgb(207,72,25); }
div.DivClassName
{
background-color: #CF4819;
}
.BgClassName
{
background-color: #CF4819;
}
</style>
border-color css
<style>
span { border-color: #CF4819; }
span { border-color: rgb(207,72,25); }
td.TdClassName
{
border-color: #CF4819;
}
.TagClassName
{
border-color: #CF4819;
}
</style>