Html Css Color HEX #CF350E Harley Davidson Orange
📋 copy color: '#CF350E'red 207 ◦ green 53 ◦ blue 14
Shades of Harley Davidson Orange #CF350E
Tints of Harley Davidson Orange #CF350E
RGB
CMYK
RGB Variations
Color information
#CF350E (or 0xCF350E) is known color: Harley Davidson Orange. HEX triplet: CF, 35 and 0E. RGB value is (207,53,14). Sum of RGB (Red+Green+Blue) = 207+53+14=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF350E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF350E is #30CAF1. Grayscale: #5E5E5E. Windows color (decimal): -3197682 or 931279. OLE color: 931279.
HSL color Cylindrical-coordinate representation of color #CF350E: hue angle of 12.12º 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 #CF350E is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 14 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.19 |
| HSL | 12.12º | 0.87% | 0.43% | - |
| HSV(B) | 12.12º | 0.93% | 0.81% | - |
| XYZ | 27.08 | 15.84 | 2.05 | - |
| YUV | 94.6 | 82.52 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 14 | 0 | 0.74 | 0.93 | 0.19 | 12.12 | 0.87 | 0.43 |
| Hex | CF | 35 | E | 0 | 4A | 5D | 13 | C | 57 | 2B |
| Octal | 317 | 65 | 16 | 0 | 112 | 135 | 23 | 14 | 127 | 53 |
| Binary | 11001111 | 110101 | 1110 | 0 | 1001010 | 1011101 | 10011 | 1100 | 1010111 | 101011 |
Color Harmonies of #CF350E
Complementary color
Monochromatic Colors of #CF350E
Black with #CF350E
Text Example
Text Example
White with #CF350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF350E; }
p { color: rgb(207,53,14); }
H1.HeaderClassName
{
color: #CF350E;
}
.AnyTagClassName
{
color: #CF350E;
}
</style>
background-color css
<style>
a { background-color: #CF350E; }
a { background-color: rgb(207,53,14); }
div.DivClassName
{
background-color: #CF350E;
}
.BgClassName
{
background-color: #CF350E;
}
</style>
border-color css
<style>
span { border-color: #CF350E; }
span { border-color: rgb(207,53,14); }
td.TdClassName
{
border-color: #CF350E;
}
.TagClassName
{
border-color: #CF350E;
}
</style>