Html Css Color HEX #CF1B11 Harley Davidson Orange
📋 copy color: '#CF1B11'red 207 ◦ green 27 ◦ blue 17
Shades of Harley Davidson Orange #CF1B11
Tints of Harley Davidson Orange #CF1B11
RGB
CMYK
RGB Variations
Color information
#CF1B11 (or 0xCF1B11) is known color: Harley Davidson Orange. HEX triplet: CF, 1B and 11. RGB value is (207,27,17). Sum of RGB (Red+Green+Blue) = 207+27+17=251 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.47% from 251); Green value is 27 (10.94% from 255 or 10.76% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF1B11 is #30E4EE. Grayscale: #4F4F4F. Windows color (decimal): -3204335 or 1121231. OLE color: 1121231.
HSL color Cylindrical-coordinate representation of color #CF1B11: hue angle of 3.16º 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 #CF1B11 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 27 | 17 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.19 |
| HSL | 3.16º | 0.85% | 0.44% | - |
| HSV(B) | 3.16º | 0.92% | 0.81% | - |
| XYZ | 26.23 | 14.09 | 1.87 | - |
| YUV | 79.68 | 92.63 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 27 | 17 | 0 | 0.87 | 0.92 | 0.19 | 3.16 | 0.85 | 0.44 |
| Hex | CF | 1B | 11 | 0 | 57 | 5C | 13 | 3 | 55 | 2C |
| Octal | 317 | 33 | 21 | 0 | 127 | 134 | 23 | 3 | 125 | 54 |
| Binary | 11001111 | 11011 | 10001 | 0 | 1010111 | 1011100 | 10011 | 11 | 1010101 | 101100 |
Color Harmonies of #CF1B11
Complementary color
Monochromatic Colors of #CF1B11
Black with #CF1B11
Text Example
Text Example
White with #CF1B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1B11; }
p { color: rgb(207,27,17); }
H1.HeaderClassName
{
color: #CF1B11;
}
.AnyTagClassName
{
color: #CF1B11;
}
</style>
background-color css
<style>
a { background-color: #CF1B11; }
a { background-color: rgb(207,27,17); }
div.DivClassName
{
background-color: #CF1B11;
}
.BgClassName
{
background-color: #CF1B11;
}
</style>
border-color css
<style>
span { border-color: #CF1B11; }
span { border-color: rgb(207,27,17); }
td.TdClassName
{
border-color: #CF1B11;
}
.TagClassName
{
border-color: #CF1B11;
}
</style>