Html Css Color HEX #CF351E Harley Davidson Orange
📋 copy color: '#CF351E'red 207 ◦ green 53 ◦ blue 30
Shades of Harley Davidson Orange #CF351E
Tints of Harley Davidson Orange #CF351E
RGB
CMYK
RGB Variations
Color information
#CF351E (or 0xCF351E) is known color: Harley Davidson Orange. HEX triplet: CF, 35 and 1E. RGB value is (207,53,30). Sum of RGB (Red+Green+Blue) = 207+53+30=290 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.38% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 207 - color contains mainly: red. Hex color #CF351E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF351E is #30CAE1. Grayscale: #606060. Windows color (decimal): -3197666 or 1979855. OLE color: 1979855.
HSL color Cylindrical-coordinate representation of color #CF351E: hue angle of 7.8º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF351E is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 30 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.19 |
| HSL | 7.8º | 0.75% | 0.46% | - |
| HSV(B) | 7.8º | 0.86% | 0.81% | - |
| XYZ | 27.24 | 15.91 | 2.86 | - |
| YUV | 96.42 | 90.52 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 30 | 0 | 0.74 | 0.86 | 0.19 | 7.8 | 0.75 | 0.46 |
| Hex | CF | 35 | 1E | 0 | 4A | 56 | 13 | 8 | 4B | 2E |
| Octal | 317 | 65 | 36 | 0 | 112 | 126 | 23 | 10 | 113 | 56 |
| Binary | 11001111 | 110101 | 11110 | 0 | 1001010 | 1010110 | 10011 | 1000 | 1001011 | 101110 |
Color Harmonies of #CF351E
Complementary color
Monochromatic Colors of #CF351E
Black with #CF351E
Text Example
Text Example
White with #CF351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF351E; }
p { color: rgb(207,53,30); }
H1.HeaderClassName
{
color: #CF351E;
}
.AnyTagClassName
{
color: #CF351E;
}
</style>
background-color css
<style>
a { background-color: #CF351E; }
a { background-color: rgb(207,53,30); }
div.DivClassName
{
background-color: #CF351E;
}
.BgClassName
{
background-color: #CF351E;
}
</style>
border-color css
<style>
span { border-color: #CF351E; }
span { border-color: rgb(207,53,30); }
td.TdClassName
{
border-color: #CF351E;
}
.TagClassName
{
border-color: #CF351E;
}
</style>