Html Css Color HEX #CF450E Harley Davidson Orange
📋 copy color: '#CF450E'red 207 ◦ green 69 ◦ blue 14
Shades of Harley Davidson Orange #CF450E
Tints of Harley Davidson Orange #CF450E
RGB
CMYK
RGB Variations
Color information
#CF450E (or 0xCF450E) is known color: Harley Davidson Orange. HEX triplet: CF, 45 and 0E. RGB value is (207,69,14). Sum of RGB (Red+Green+Blue) = 207+69+14=290 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.38% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 207 - color contains mainly: red. Hex color #CF450E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF450E is #30BAF1. Grayscale: #686868. Windows color (decimal): -3193586 or 935375. OLE color: 935375.
HSL color Cylindrical-coordinate representation of color #CF450E: hue angle of 17.1º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF450E is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 69 | 14 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.19 |
| HSL | 17.1º | 0.87% | 0.43% | - |
| HSV(B) | 17.1º | 0.93% | 0.81% | - |
| XYZ | 27.94 | 17.55 | 2.33 | - |
| YUV | 103.99 | 77.22 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 14 | 0 | 0.67 | 0.93 | 0.19 | 17.1 | 0.87 | 0.43 |
| Hex | CF | 45 | E | 0 | 43 | 5D | 13 | 11 | 57 | 2B |
| Octal | 317 | 105 | 16 | 0 | 103 | 135 | 23 | 21 | 127 | 53 |
| Binary | 11001111 | 1000101 | 1110 | 0 | 1000011 | 1011101 | 10011 | 10001 | 1010111 | 101011 |
Color Harmonies of #CF450E
Complementary color
Monochromatic Colors of #CF450E
Black with #CF450E
Text Example
Text Example
White with #CF450E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF450E; }
p { color: rgb(207,69,14); }
H1.HeaderClassName
{
color: #CF450E;
}
.AnyTagClassName
{
color: #CF450E;
}
</style>
background-color css
<style>
a { background-color: #CF450E; }
a { background-color: rgb(207,69,14); }
div.DivClassName
{
background-color: #CF450E;
}
.BgClassName
{
background-color: #CF450E;
}
</style>
border-color css
<style>
span { border-color: #CF450E; }
span { border-color: rgb(207,69,14); }
td.TdClassName
{
border-color: #CF450E;
}
.TagClassName
{
border-color: #CF450E;
}
</style>