Html Css Color HEX #CF3309 Harley Davidson Orange
📋 copy color: '#CF3309'red 207 ◦ green 51 ◦ blue 9
Shades of Harley Davidson Orange #CF3309
Tints of Harley Davidson Orange #CF3309
RGB
CMYK
RGB Variations
Color information
#CF3309 (or 0xCF3309) is known color: Harley Davidson Orange. HEX triplet: CF, 33 and 09. RGB value is (207,51,9). Sum of RGB (Red+Green+Blue) = 207+51+9=267 (35% of max value = 765). Red value is 207 (81.25% from 255 or 77.53% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3309 is #30CCF6. Grayscale: #5D5D5D. Windows color (decimal): -3198199 or 603087. OLE color: 603087.
HSL color Cylindrical-coordinate representation of color #CF3309: hue angle of 12.73º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF3309 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 9 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.19 |
| HSL | 12.73º | 0.92% | 0.42% | - |
| HSV(B) | 12.73º | 0.96% | 0.81% | - |
| XYZ | 26.97 | 15.65 | 1.86 | - |
| YUV | 92.86 | 80.68 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 9 | 0 | 0.75 | 0.96 | 0.19 | 12.73 | 0.92 | 0.42 |
| Hex | CF | 33 | 9 | 0 | 4B | 60 | 13 | D | 5C | 2A |
| Octal | 317 | 63 | 11 | 0 | 113 | 140 | 23 | 15 | 134 | 52 |
| Binary | 11001111 | 110011 | 1001 | 0 | 1001011 | 1100000 | 10011 | 1101 | 1011100 | 101010 |
Color Harmonies of #CF3309
Complementary color
Monochromatic Colors of #CF3309
Black with #CF3309
Text Example
Text Example
White with #CF3309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3309; }
p { color: rgb(207,51,9); }
H1.HeaderClassName
{
color: #CF3309;
}
.AnyTagClassName
{
color: #CF3309;
}
</style>
background-color css
<style>
a { background-color: #CF3309; }
a { background-color: rgb(207,51,9); }
div.DivClassName
{
background-color: #CF3309;
}
.BgClassName
{
background-color: #CF3309;
}
</style>
border-color css
<style>
span { border-color: #CF3309; }
span { border-color: rgb(207,51,9); }
td.TdClassName
{
border-color: #CF3309;
}
.TagClassName
{
border-color: #CF3309;
}
</style>