Html Css Color HEX #CF1811 Harley Davidson Orange
📋 copy color: '#CF1811'red 207 ◦ green 24 ◦ blue 17
Shades of Harley Davidson Orange #CF1811
Tints of Harley Davidson Orange #CF1811
RGB
CMYK
RGB Variations
Color information
#CF1811 (or 0xCF1811) is known color: Harley Davidson Orange. HEX triplet: CF, 18 and 11. RGB value is (207,24,17). Sum of RGB (Red+Green+Blue) = 207+24+17=248 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.47% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1811 is #30E7EE. Grayscale: #4E4E4E. Windows color (decimal): -3205103 or 1120463. OLE color: 1120463.
HSL color Cylindrical-coordinate representation of color #CF1811: hue angle of 2.21º 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 #CF1811 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 24 | 17 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.19 |
| HSL | 2.21º | 0.85% | 0.44% | - |
| HSV(B) | 2.21º | 0.92% | 0.81% | - |
| XYZ | 26.16 | 13.96 | 1.85 | - |
| YUV | 77.92 | 93.63 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 24 | 17 | 0 | 0.88 | 0.92 | 0.19 | 2.21 | 0.85 | 0.44 |
| Hex | CF | 18 | 11 | 0 | 58 | 5C | 13 | 2 | 55 | 2C |
| Octal | 317 | 30 | 21 | 0 | 130 | 134 | 23 | 2 | 125 | 54 |
| Binary | 11001111 | 11000 | 10001 | 0 | 1011000 | 1011100 | 10011 | 10 | 1010101 | 101100 |
Color Harmonies of #CF1811
Complementary color
Monochromatic Colors of #CF1811
Black with #CF1811
Text Example
Text Example
White with #CF1811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1811; }
p { color: rgb(207,24,17); }
H1.HeaderClassName
{
color: #CF1811;
}
.AnyTagClassName
{
color: #CF1811;
}
</style>
background-color css
<style>
a { background-color: #CF1811; }
a { background-color: rgb(207,24,17); }
div.DivClassName
{
background-color: #CF1811;
}
.BgClassName
{
background-color: #CF1811;
}
</style>
border-color css
<style>
span { border-color: #CF1811; }
span { border-color: rgb(207,24,17); }
td.TdClassName
{
border-color: #CF1811;
}
.TagClassName
{
border-color: #CF1811;
}
</style>