Html Css Color HEX #CF2820 Harley Davidson Orange
📋 copy color: '#CF2820'red 207 ◦ green 40 ◦ blue 32
Shades of Harley Davidson Orange #CF2820
Tints of Harley Davidson Orange #CF2820
RGB
CMYK
RGB Variations
Color information
#CF2820 (or 0xCF2820) is known color: Harley Davidson Orange. HEX triplet: CF, 28 and 20. RGB value is (207,40,32). Sum of RGB (Red+Green+Blue) = 207+40+32=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2820 is #30D7DF. Grayscale: #595959. Windows color (decimal): -3200992 or 2107599. OLE color: 2107599.
HSL color Cylindrical-coordinate representation of color #CF2820: hue angle of 2.74º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF2820 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 40 | 32 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.19 |
| HSL | 2.74º | 0.73% | 0.47% | - |
| HSV(B) | 2.74º | 0.85% | 0.81% | - |
| XYZ | 26.75 | 14.89 | 2.83 | - |
| YUV | 89.02 | 95.83 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 32 | 0 | 0.81 | 0.85 | 0.19 | 2.74 | 0.73 | 0.47 |
| Hex | CF | 28 | 20 | 0 | 51 | 55 | 13 | 3 | 49 | 2F |
| Octal | 317 | 50 | 40 | 0 | 121 | 125 | 23 | 3 | 111 | 57 |
| Binary | 11001111 | 101000 | 100000 | 0 | 1010001 | 1010101 | 10011 | 11 | 1001001 | 101111 |
Color Harmonies of #CF2820
Complementary color
Monochromatic Colors of #CF2820
Black with #CF2820
Text Example
Text Example
White with #CF2820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2820; }
p { color: rgb(207,40,32); }
H1.HeaderClassName
{
color: #CF2820;
}
.AnyTagClassName
{
color: #CF2820;
}
</style>
background-color css
<style>
a { background-color: #CF2820; }
a { background-color: rgb(207,40,32); }
div.DivClassName
{
background-color: #CF2820;
}
.BgClassName
{
background-color: #CF2820;
}
</style>
border-color css
<style>
span { border-color: #CF2820; }
span { border-color: rgb(207,40,32); }
td.TdClassName
{
border-color: #CF2820;
}
.TagClassName
{
border-color: #CF2820;
}
</style>