Html Css Color HEX #CF2501 Harley Davidson Orange
📋 copy color: '#CF2501'red 207 ◦ green 37 ◦ blue 1
Shades of Harley Davidson Orange #CF2501
Tints of Harley Davidson Orange #CF2501
RGB
CMYK
RGB Variations
Color information
#CF2501 (or 0xCF2501) is known color: Harley Davidson Orange. HEX triplet: CF, 25 and 01. RGB value is (207,37,1). Sum of RGB (Red+Green+Blue) = 207+37+1=245 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.49% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2501 is #30DAFE. Grayscale: #545454. Windows color (decimal): -3201791 or 75215. OLE color: 75215.
HSL color Cylindrical-coordinate representation of color #CF2501: hue angle of 10.49º 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 #CF2501 is Cyan = 0, Magento = 0.82, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 1 | - |
| CMYK | 0 | 0.82 | 1.00 | 0.19 |
| HSL | 10.49º | 0.99% | 0.41% | - |
| HSV(B) | 10.49º | 1% | 0.81% | - |
| XYZ | 26.4 | 14.59 | 1.45 | - |
| YUV | 83.73 | 81.32 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 1 | 0 | 0.82 | 1.00 | 0.19 | 10.49 | 0.99 | 0.41 |
| Hex | CF | 25 | 1 | 0 | 52 | 64 | 13 | A | 63 | 29 |
| Octal | 317 | 45 | 1 | 0 | 122 | 144 | 23 | 12 | 143 | 51 |
| Binary | 11001111 | 100101 | 1 | 0 | 1010010 | 1100100 | 10011 | 1010 | 1100011 | 101001 |
Color Harmonies of #CF2501
Complementary color
Monochromatic Colors of #CF2501
Black with #CF2501
Text Example
Text Example
White with #CF2501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2501; }
p { color: rgb(207,37,1); }
H1.HeaderClassName
{
color: #CF2501;
}
.AnyTagClassName
{
color: #CF2501;
}
</style>
background-color css
<style>
a { background-color: #CF2501; }
a { background-color: rgb(207,37,1); }
div.DivClassName
{
background-color: #CF2501;
}
.BgClassName
{
background-color: #CF2501;
}
</style>
border-color css
<style>
span { border-color: #CF2501; }
span { border-color: rgb(207,37,1); }
td.TdClassName
{
border-color: #CF2501;
}
.TagClassName
{
border-color: #CF2501;
}
</style>