Html Css Color HEX #CF1E06 Harley Davidson Orange
📋 copy color: '#CF1E06'red 207 ◦ green 30 ◦ blue 6
Shades of Harley Davidson Orange #CF1E06
Tints of Harley Davidson Orange #CF1E06
RGB
CMYK
RGB Variations
Color information
#CF1E06 (or 0xCF1E06) is known color: Harley Davidson Orange. HEX triplet: CF, 1E and 06. RGB value is (207,30,6). Sum of RGB (Red+Green+Blue) = 207+30+6=243 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.19% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF1E06 is #30E1F9. Grayscale: #505050. Windows color (decimal): -3203578 or 401103. OLE color: 401103.
HSL color Cylindrical-coordinate representation of color #CF1E06: hue angle of 7.16º 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 #CF1E06 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 30 | 6 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.19 |
| HSL | 7.16º | 0.94% | 0.42% | - |
| HSV(B) | 7.16º | 0.97% | 0.81% | - |
| XYZ | 26.23 | 14.21 | 1.53 | - |
| YUV | 80.19 | 86.14 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 30 | 6 | 0 | 0.86 | 0.97 | 0.19 | 7.16 | 0.94 | 0.42 |
| Hex | CF | 1E | 6 | 0 | 56 | 61 | 13 | 7 | 5E | 2A |
| Octal | 317 | 36 | 6 | 0 | 126 | 141 | 23 | 7 | 136 | 52 |
| Binary | 11001111 | 11110 | 110 | 0 | 1010110 | 1100001 | 10011 | 111 | 1011110 | 101010 |
Color Harmonies of #CF1E06
Complementary color
Monochromatic Colors of #CF1E06
Black with #CF1E06
Text Example
Text Example
White with #CF1E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1E06; }
p { color: rgb(207,30,6); }
H1.HeaderClassName
{
color: #CF1E06;
}
.AnyTagClassName
{
color: #CF1E06;
}
</style>
background-color css
<style>
a { background-color: #CF1E06; }
a { background-color: rgb(207,30,6); }
div.DivClassName
{
background-color: #CF1E06;
}
.BgClassName
{
background-color: #CF1E06;
}
</style>
border-color css
<style>
span { border-color: #CF1E06; }
span { border-color: rgb(207,30,6); }
td.TdClassName
{
border-color: #CF1E06;
}
.TagClassName
{
border-color: #CF1E06;
}
</style>