Html Css Color HEX #CF3501 Harley Davidson Orange
📋 copy color: '#CF3501'red 207 ◦ green 53 ◦ blue 1
Shades of Harley Davidson Orange #CF3501
Tints of Harley Davidson Orange #CF3501
RGB
CMYK
RGB Variations
Color information
#CF3501 (or 0xCF3501) is known color: Harley Davidson Orange. HEX triplet: CF, 35 and 01. RGB value is (207,53,1). Sum of RGB (Red+Green+Blue) = 207+53+1=261 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.31% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3501 is #30CAFE. Grayscale: #5D5D5D. Windows color (decimal): -3197695 or 79311. OLE color: 79311.
HSL color Cylindrical-coordinate representation of color #CF3501: hue angle of 15.15º 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 #CF3501 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 1 | - |
| CMYK | 0 | 0.74 | 1.00 | 0.19 |
| HSL | 15.15º | 0.99% | 0.41% | - |
| HSV(B) | 15.15º | 1% | 0.81% | - |
| XYZ | 27.01 | 15.81 | 1.66 | - |
| YUV | 93.12 | 76.02 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 1 | 0 | 0.74 | 1.00 | 0.19 | 15.15 | 0.99 | 0.41 |
| Hex | CF | 35 | 1 | 0 | 4A | 64 | 13 | F | 63 | 29 |
| Octal | 317 | 65 | 1 | 0 | 112 | 144 | 23 | 17 | 143 | 51 |
| Binary | 11001111 | 110101 | 1 | 0 | 1001010 | 1100100 | 10011 | 1111 | 1100011 | 101001 |
Color Harmonies of #CF3501
Complementary color
Monochromatic Colors of #CF3501
Black with #CF3501
Text Example
Text Example
White with #CF3501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3501; }
p { color: rgb(207,53,1); }
H1.HeaderClassName
{
color: #CF3501;
}
.AnyTagClassName
{
color: #CF3501;
}
</style>
background-color css
<style>
a { background-color: #CF3501; }
a { background-color: rgb(207,53,1); }
div.DivClassName
{
background-color: #CF3501;
}
.BgClassName
{
background-color: #CF3501;
}
</style>
border-color css
<style>
span { border-color: #CF3501; }
span { border-color: rgb(207,53,1); }
td.TdClassName
{
border-color: #CF3501;
}
.TagClassName
{
border-color: #CF3501;
}
</style>