Html Css Color HEX #CF2401 Harley Davidson Orange
📋 copy color: '#CF2401'red 207 ◦ green 36 ◦ blue 1
Shades of Harley Davidson Orange #CF2401
Tints of Harley Davidson Orange #CF2401
RGB
CMYK
RGB Variations
Color information
#CF2401 (or 0xCF2401) is known color: Harley Davidson Orange. HEX triplet: CF, 24 and 01. RGB value is (207,36,1). Sum of RGB (Red+Green+Blue) = 207+36+1=244 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.84% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 1 (0.78% from 255 or 0.41% from 244); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2401 is #30DBFE. Grayscale: #535353. Windows color (decimal): -3202047 or 74959. OLE color: 74959.
HSL color Cylindrical-coordinate representation of color #CF2401: hue angle of 10.19º 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 #CF2401 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 36 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.19 |
| HSL | 10.19º | 0.99% | 0.41% | - |
| HSV(B) | 10.19º | 1% | 0.81% | - |
| XYZ | 26.37 | 14.53 | 1.44 | - |
| YUV | 83.14 | 81.65 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 36 | 1 | 0 | 0.83 | 1.00 | 0.19 | 10.19 | 0.99 | 0.41 |
| Hex | CF | 24 | 1 | 0 | 53 | 64 | 13 | A | 63 | 29 |
| Octal | 317 | 44 | 1 | 0 | 123 | 144 | 23 | 12 | 143 | 51 |
| Binary | 11001111 | 100100 | 1 | 0 | 1010011 | 1100100 | 10011 | 1010 | 1100011 | 101001 |
Color Harmonies of #CF2401
Complementary color
Monochromatic Colors of #CF2401
Black with #CF2401
Text Example
Text Example
White with #CF2401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2401; }
p { color: rgb(207,36,1); }
H1.HeaderClassName
{
color: #CF2401;
}
.AnyTagClassName
{
color: #CF2401;
}
</style>
background-color css
<style>
a { background-color: #CF2401; }
a { background-color: rgb(207,36,1); }
div.DivClassName
{
background-color: #CF2401;
}
.BgClassName
{
background-color: #CF2401;
}
</style>
border-color css
<style>
span { border-color: #CF2401; }
span { border-color: rgb(207,36,1); }
td.TdClassName
{
border-color: #CF2401;
}
.TagClassName
{
border-color: #CF2401;
}
</style>