Html Css Color HEX #CF1F01 Harley Davidson Orange
📋 copy color: '#CF1F01'red 207 ◦ green 31 ◦ blue 1
Shades of Harley Davidson Orange #CF1F01
Tints of Harley Davidson Orange #CF1F01
RGB
CMYK
RGB Variations
Color information
#CF1F01 (or 0xCF1F01) is known color: Harley Davidson Orange. HEX triplet: CF, 1F and 01. RGB value is (207,31,1). Sum of RGB (Red+Green+Blue) = 207+31+1=239 (31% of max value = 765). Red value is 207 (81.25% from 255 or 86.61% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF1F01 is #30E0FE. Grayscale: #505050. Windows color (decimal): -3203327 or 73679. OLE color: 73679.
HSL color Cylindrical-coordinate representation of color #CF1F01: hue angle of 8.74º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF1F01 is Cyan = 0, Magento = 0.85, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 31 | 1 | - |
| CMYK | 0 | 0.85 | 1.00 | 0.19 |
| HSL | 8.74º | 0.99% | 0.41% | - |
| HSV(B) | 8.74º | 1% | 0.81% | - |
| XYZ | 26.23 | 14.25 | 1.4 | - |
| YUV | 80.2 | 83.31 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 31 | 1 | 0 | 0.85 | 1.00 | 0.19 | 8.74 | 0.99 | 0.41 |
| Hex | CF | 1F | 1 | 0 | 55 | 64 | 13 | 9 | 63 | 29 |
| Octal | 317 | 37 | 1 | 0 | 125 | 144 | 23 | 11 | 143 | 51 |
| Binary | 11001111 | 11111 | 1 | 0 | 1010101 | 1100100 | 10011 | 1001 | 1100011 | 101001 |
Color Harmonies of #CF1F01
Complementary color
Monochromatic Colors of #CF1F01
Black with #CF1F01
Text Example
Text Example
White with #CF1F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1F01; }
p { color: rgb(207,31,1); }
H1.HeaderClassName
{
color: #CF1F01;
}
.AnyTagClassName
{
color: #CF1F01;
}
</style>
background-color css
<style>
a { background-color: #CF1F01; }
a { background-color: rgb(207,31,1); }
div.DivClassName
{
background-color: #CF1F01;
}
.BgClassName
{
background-color: #CF1F01;
}
</style>
border-color css
<style>
span { border-color: #CF1F01; }
span { border-color: rgb(207,31,1); }
td.TdClassName
{
border-color: #CF1F01;
}
.TagClassName
{
border-color: #CF1F01;
}
</style>