Html Css Color HEX #CF350C Harley Davidson Orange
📋 copy color: '#CF350C'red 207 ◦ green 53 ◦ blue 12
Shades of Harley Davidson Orange #CF350C
Tints of Harley Davidson Orange #CF350C
RGB
CMYK
RGB Variations
Color information
#CF350C (or 0xCF350C) is known color: Harley Davidson Orange. HEX triplet: CF, 35 and 0C. RGB value is (207,53,12). Sum of RGB (Red+Green+Blue) = 207+53+12=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF350C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF350C is #30CAF3. Grayscale: #5E5E5E. Windows color (decimal): -3197684 or 800207. OLE color: 800207.
HSL color Cylindrical-coordinate representation of color #CF350C: hue angle of 12.62º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF350C is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 12 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.19 |
| HSL | 12.62º | 0.89% | 0.43% | - |
| HSV(B) | 12.62º | 0.94% | 0.81% | - |
| XYZ | 27.07 | 15.84 | 1.98 | - |
| YUV | 94.37 | 81.52 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 12 | 0 | 0.74 | 0.94 | 0.19 | 12.62 | 0.89 | 0.43 |
| Hex | CF | 35 | C | 0 | 4A | 5E | 13 | D | 59 | 2B |
| Octal | 317 | 65 | 14 | 0 | 112 | 136 | 23 | 15 | 131 | 53 |
| Binary | 11001111 | 110101 | 1100 | 0 | 1001010 | 1011110 | 10011 | 1101 | 1011001 | 101011 |
Color Harmonies of #CF350C
Complementary color
Monochromatic Colors of #CF350C
Black with #CF350C
Text Example
Text Example
White with #CF350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF350C; }
p { color: rgb(207,53,12); }
H1.HeaderClassName
{
color: #CF350C;
}
.AnyTagClassName
{
color: #CF350C;
}
</style>
background-color css
<style>
a { background-color: #CF350C; }
a { background-color: rgb(207,53,12); }
div.DivClassName
{
background-color: #CF350C;
}
.BgClassName
{
background-color: #CF350C;
}
</style>
border-color css
<style>
span { border-color: #CF350C; }
span { border-color: rgb(207,53,12); }
td.TdClassName
{
border-color: #CF350C;
}
.TagClassName
{
border-color: #CF350C;
}
</style>