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