Html Css Color HEX #CF3311 Harley Davidson Orange
📋 copy color: '#CF3311'red 207 ◦ green 51 ◦ blue 17
Shades of Harley Davidson Orange #CF3311
Tints of Harley Davidson Orange #CF3311
RGB
CMYK
RGB Variations
Color information
#CF3311 (or 0xCF3311) is known color: Harley Davidson Orange. HEX triplet: CF, 33 and 11. RGB value is (207,51,17). Sum of RGB (Red+Green+Blue) = 207+51+17=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3311 is #30CCEE. Grayscale: #5E5E5E. Windows color (decimal): -3198191 or 1127375. OLE color: 1127375.
HSL color Cylindrical-coordinate representation of color #CF3311: hue angle of 10.74º 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 #CF3311 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 17 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.19 |
| HSL | 10.74º | 0.85% | 0.44% | - |
| HSV(B) | 10.74º | 0.92% | 0.81% | - |
| XYZ | 27.02 | 15.67 | 2.13 | - |
| YUV | 93.77 | 84.68 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 17 | 0 | 0.75 | 0.92 | 0.19 | 10.74 | 0.85 | 0.44 |
| Hex | CF | 33 | 11 | 0 | 4B | 5C | 13 | B | 55 | 2C |
| Octal | 317 | 63 | 21 | 0 | 113 | 134 | 23 | 13 | 125 | 54 |
| Binary | 11001111 | 110011 | 10001 | 0 | 1001011 | 1011100 | 10011 | 1011 | 1010101 | 101100 |
Color Harmonies of #CF3311
Complementary color
Monochromatic Colors of #CF3311
Black with #CF3311
Text Example
Text Example
White with #CF3311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3311; }
p { color: rgb(207,51,17); }
H1.HeaderClassName
{
color: #CF3311;
}
.AnyTagClassName
{
color: #CF3311;
}
</style>
background-color css
<style>
a { background-color: #CF3311; }
a { background-color: rgb(207,51,17); }
div.DivClassName
{
background-color: #CF3311;
}
.BgClassName
{
background-color: #CF3311;
}
</style>
border-color css
<style>
span { border-color: #CF3311; }
span { border-color: rgb(207,51,17); }
td.TdClassName
{
border-color: #CF3311;
}
.TagClassName
{
border-color: #CF3311;
}
</style>