Html Css Color HEX #CF2211 Harley Davidson Orange
📋 copy color: '#CF2211'red 207 ◦ green 34 ◦ blue 17
Shades of Harley Davidson Orange #CF2211
Tints of Harley Davidson Orange #CF2211
RGB
CMYK
RGB Variations
Color information
#CF2211 (or 0xCF2211) is known color: Harley Davidson Orange. HEX triplet: CF, 22 and 11. RGB value is (207,34,17). Sum of RGB (Red+Green+Blue) = 207+34+17=258 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.23% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2211 is #30DDEE. Grayscale: #545454. Windows color (decimal): -3202543 or 1123023. OLE color: 1123023.
HSL color Cylindrical-coordinate representation of color #CF2211: hue angle of 5.37º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF2211 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 17 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.19 |
| HSL | 5.37º | 0.85% | 0.44% | - |
| HSV(B) | 5.37º | 0.92% | 0.81% | - |
| XYZ | 26.41 | 14.45 | 1.93 | - |
| YUV | 83.79 | 90.31 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 17 | 0 | 0.84 | 0.92 | 0.19 | 5.37 | 0.85 | 0.44 |
| Hex | CF | 22 | 11 | 0 | 54 | 5C | 13 | 5 | 55 | 2C |
| Octal | 317 | 42 | 21 | 0 | 124 | 134 | 23 | 5 | 125 | 54 |
| Binary | 11001111 | 100010 | 10001 | 0 | 1010100 | 1011100 | 10011 | 101 | 1010101 | 101100 |
Color Harmonies of #CF2211
Complementary color
Monochromatic Colors of #CF2211
Black with #CF2211
Text Example
Text Example
White with #CF2211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2211; }
p { color: rgb(207,34,17); }
H1.HeaderClassName
{
color: #CF2211;
}
.AnyTagClassName
{
color: #CF2211;
}
</style>
background-color css
<style>
a { background-color: #CF2211; }
a { background-color: rgb(207,34,17); }
div.DivClassName
{
background-color: #CF2211;
}
.BgClassName
{
background-color: #CF2211;
}
</style>
border-color css
<style>
span { border-color: #CF2211; }
span { border-color: rgb(207,34,17); }
td.TdClassName
{
border-color: #CF2211;
}
.TagClassName
{
border-color: #CF2211;
}
</style>