Html Css Color HEX #CF2909 Harley Davidson Orange
📋 copy color: '#CF2909'red 207 ◦ green 41 ◦ blue 9
Shades of Harley Davidson Orange #CF2909
Tints of Harley Davidson Orange #CF2909
RGB
CMYK
RGB Variations
Color information
#CF2909 (or 0xCF2909) is known color: Harley Davidson Orange. HEX triplet: CF, 29 and 09. RGB value is (207,41,9). Sum of RGB (Red+Green+Blue) = 207+41+9=257 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.54% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2909 is #30D6F6. Grayscale: #575757. Windows color (decimal): -3200759 or 600527. OLE color: 600527.
HSL color Cylindrical-coordinate representation of color #CF2909: hue angle of 9.7º 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 #CF2909 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 9 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.19 |
| HSL | 9.7º | 0.92% | 0.42% | - |
| HSV(B) | 9.7º | 0.96% | 0.81% | - |
| XYZ | 26.57 | 14.87 | 1.73 | - |
| YUV | 86.99 | 84 | 213.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 9 | 0 | 0.80 | 0.96 | 0.19 | 9.7 | 0.92 | 0.42 |
| Hex | CF | 29 | 9 | 0 | 50 | 60 | 13 | A | 5C | 2A |
| Octal | 317 | 51 | 11 | 0 | 120 | 140 | 23 | 12 | 134 | 52 |
| Binary | 11001111 | 101001 | 1001 | 0 | 1010000 | 1100000 | 10011 | 1010 | 1011100 | 101010 |
Color Harmonies of #CF2909
Complementary color
Monochromatic Colors of #CF2909
Black with #CF2909
Text Example
Text Example
White with #CF2909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2909; }
p { color: rgb(207,41,9); }
H1.HeaderClassName
{
color: #CF2909;
}
.AnyTagClassName
{
color: #CF2909;
}
</style>
background-color css
<style>
a { background-color: #CF2909; }
a { background-color: rgb(207,41,9); }
div.DivClassName
{
background-color: #CF2909;
}
.BgClassName
{
background-color: #CF2909;
}
</style>
border-color css
<style>
span { border-color: #CF2909; }
span { border-color: rgb(207,41,9); }
td.TdClassName
{
border-color: #CF2909;
}
.TagClassName
{
border-color: #CF2909;
}
</style>