Html Css Color HEX #CF2201 Harley Davidson Orange
📋 copy color: '#CF2201'red 207 ◦ green 34 ◦ blue 1
Shades of Harley Davidson Orange #CF2201
Tints of Harley Davidson Orange #CF2201
RGB
CMYK
RGB Variations
Color information
#CF2201 (or 0xCF2201) is known color: Harley Davidson Orange. HEX triplet: CF, 22 and 01. RGB value is (207,34,1). Sum of RGB (Red+Green+Blue) = 207+34+1=242 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.54% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2201 is #30DDFE. Grayscale: #525252. Windows color (decimal): -3202559 or 74447. OLE color: 74447.
HSL color Cylindrical-coordinate representation of color #CF2201: hue angle of 9.61º 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 #CF2201 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 1 | - |
| CMYK | 0 | 0.84 | 1.00 | 0.19 |
| HSL | 9.61º | 0.99% | 0.41% | - |
| HSV(B) | 9.61º | 1% | 0.81% | - |
| XYZ | 26.31 | 14.41 | 1.42 | - |
| YUV | 81.97 | 82.31 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 1 | 0 | 0.84 | 1.00 | 0.19 | 9.61 | 0.99 | 0.41 |
| Hex | CF | 22 | 1 | 0 | 54 | 64 | 13 | A | 63 | 29 |
| Octal | 317 | 42 | 1 | 0 | 124 | 144 | 23 | 12 | 143 | 51 |
| Binary | 11001111 | 100010 | 1 | 0 | 1010100 | 1100100 | 10011 | 1010 | 1100011 | 101001 |
Color Harmonies of #CF2201
Complementary color
Monochromatic Colors of #CF2201
Black with #CF2201
Text Example
Text Example
White with #CF2201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2201; }
p { color: rgb(207,34,1); }
H1.HeaderClassName
{
color: #CF2201;
}
.AnyTagClassName
{
color: #CF2201;
}
</style>
background-color css
<style>
a { background-color: #CF2201; }
a { background-color: rgb(207,34,1); }
div.DivClassName
{
background-color: #CF2201;
}
.BgClassName
{
background-color: #CF2201;
}
</style>
border-color css
<style>
span { border-color: #CF2201; }
span { border-color: rgb(207,34,1); }
td.TdClassName
{
border-color: #CF2201;
}
.TagClassName
{
border-color: #CF2201;
}
</style>