Html Css Color HEX #CF350F Harley Davidson Orange
📋 copy color: '#CF350F'red 207 ◦ green 53 ◦ blue 15
Shades of Harley Davidson Orange #CF350F
Tints of Harley Davidson Orange #CF350F
RGB
CMYK
RGB Variations
Color information
#CF350F (or 0xCF350F) is known color: Harley Davidson Orange. HEX triplet: CF, 35 and 0F. RGB value is (207,53,15). Sum of RGB (Red+Green+Blue) = 207+53+15=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF350F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF350F is #30CAF0. Grayscale: #5F5F5F. Windows color (decimal): -3197681 or 996815. OLE color: 996815.
HSL color Cylindrical-coordinate representation of color #CF350F: hue angle of 11.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF350F is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 15 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.19 |
| HSL | 11.88º | 0.86% | 0.44% | - |
| HSV(B) | 11.88º | 0.93% | 0.81% | - |
| XYZ | 27.09 | 15.85 | 2.08 | - |
| YUV | 94.71 | 83.02 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 15 | 0 | 0.74 | 0.93 | 0.19 | 11.88 | 0.86 | 0.44 |
| Hex | CF | 35 | F | 0 | 4A | 5D | 13 | C | 56 | 2C |
| Octal | 317 | 65 | 17 | 0 | 112 | 135 | 23 | 14 | 126 | 54 |
| Binary | 11001111 | 110101 | 1111 | 0 | 1001010 | 1011101 | 10011 | 1100 | 1010110 | 101100 |
Color Harmonies of #CF350F
Complementary color
Monochromatic Colors of #CF350F
Black with #CF350F
Text Example
Text Example
White with #CF350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF350F; }
p { color: rgb(207,53,15); }
H1.HeaderClassName
{
color: #CF350F;
}
.AnyTagClassName
{
color: #CF350F;
}
</style>
background-color css
<style>
a { background-color: #CF350F; }
a { background-color: rgb(207,53,15); }
div.DivClassName
{
background-color: #CF350F;
}
.BgClassName
{
background-color: #CF350F;
}
</style>
border-color css
<style>
span { border-color: #CF350F; }
span { border-color: rgb(207,53,15); }
td.TdClassName
{
border-color: #CF350F;
}
.TagClassName
{
border-color: #CF350F;
}
</style>