Html Css Color HEX #CF1D06 Harley Davidson Orange
📋 copy color: '#CF1D06'red 207 ◦ green 29 ◦ blue 6
Shades of Harley Davidson Orange #CF1D06
Tints of Harley Davidson Orange #CF1D06
RGB
CMYK
RGB Variations
Color information
#CF1D06 (or 0xCF1D06) is known color: Harley Davidson Orange. HEX triplet: CF, 1D and 06. RGB value is (207,29,6). Sum of RGB (Red+Green+Blue) = 207+29+6=242 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.54% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1D06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF1D06 is #30E2F9. Grayscale: #4F4F4F. Windows color (decimal): -3203834 or 400847. OLE color: 400847.
HSL color Cylindrical-coordinate representation of color #CF1D06: hue angle of 6.87º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF1D06 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 29 | 6 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.19 |
| HSL | 6.87º | 0.94% | 0.42% | - |
| HSV(B) | 6.87º | 0.97% | 0.81% | - |
| XYZ | 26.2 | 14.16 | 1.52 | - |
| YUV | 79.6 | 86.47 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 29 | 6 | 0 | 0.86 | 0.97 | 0.19 | 6.87 | 0.94 | 0.42 |
| Hex | CF | 1D | 6 | 0 | 56 | 61 | 13 | 7 | 5E | 2A |
| Octal | 317 | 35 | 6 | 0 | 126 | 141 | 23 | 7 | 136 | 52 |
| Binary | 11001111 | 11101 | 110 | 0 | 1010110 | 1100001 | 10011 | 111 | 1011110 | 101010 |
Color Harmonies of #CF1D06
Complementary color
Monochromatic Colors of #CF1D06
Black with #CF1D06
Text Example
Text Example
White with #CF1D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1D06; }
p { color: rgb(207,29,6); }
H1.HeaderClassName
{
color: #CF1D06;
}
.AnyTagClassName
{
color: #CF1D06;
}
</style>
background-color css
<style>
a { background-color: #CF1D06; }
a { background-color: rgb(207,29,6); }
div.DivClassName
{
background-color: #CF1D06;
}
.BgClassName
{
background-color: #CF1D06;
}
</style>
border-color css
<style>
span { border-color: #CF1D06; }
span { border-color: rgb(207,29,6); }
td.TdClassName
{
border-color: #CF1D06;
}
.TagClassName
{
border-color: #CF1D06;
}
</style>