Html Css Color HEX #CF4519 Harley Davidson Orange
📋 copy color: '#CF4519'red 207 ◦ green 69 ◦ blue 25
Shades of Harley Davidson Orange #CF4519
Tints of Harley Davidson Orange #CF4519
RGB
CMYK
RGB Variations
Color information
#CF4519 (or 0xCF4519) is known color: Harley Davidson Orange. HEX triplet: CF, 45 and 19. RGB value is (207,69,25). Sum of RGB (Red+Green+Blue) = 207+69+25=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4519 is #30BAE6. Grayscale: #696969. Windows color (decimal): -3193575 or 1656271. OLE color: 1656271.
HSL color Cylindrical-coordinate representation of color #CF4519: hue angle of 14.51º 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 #CF4519 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 25 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.19 |
| HSL | 14.51º | 0.78% | 0.45% | - |
| HSV(B) | 14.51º | 0.88% | 0.81% | - |
| XYZ | 28.04 | 17.59 | 2.84 | - |
| YUV | 105.25 | 82.72 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 25 | 0 | 0.67 | 0.88 | 0.19 | 14.51 | 0.78 | 0.45 |
| Hex | CF | 45 | 19 | 0 | 43 | 58 | 13 | F | 4E | 2D |
| Octal | 317 | 105 | 31 | 0 | 103 | 130 | 23 | 17 | 116 | 55 |
| Binary | 11001111 | 1000101 | 11001 | 0 | 1000011 | 1011000 | 10011 | 1111 | 1001110 | 101101 |
Color Harmonies of #CF4519
Complementary color
Monochromatic Colors of #CF4519
Black with #CF4519
Text Example
Text Example
White with #CF4519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4519; }
p { color: rgb(207,69,25); }
H1.HeaderClassName
{
color: #CF4519;
}
.AnyTagClassName
{
color: #CF4519;
}
</style>
background-color css
<style>
a { background-color: #CF4519; }
a { background-color: rgb(207,69,25); }
div.DivClassName
{
background-color: #CF4519;
}
.BgClassName
{
background-color: #CF4519;
}
</style>
border-color css
<style>
span { border-color: #CF4519; }
span { border-color: rgb(207,69,25); }
td.TdClassName
{
border-color: #CF4519;
}
.TagClassName
{
border-color: #CF4519;
}
</style>