Html Css Color HEX #CF2920 Harley Davidson Orange
📋 copy color: '#CF2920'red 207 ◦ green 41 ◦ blue 32
Shades of Harley Davidson Orange #CF2920
Tints of Harley Davidson Orange #CF2920
RGB
CMYK
RGB Variations
Color information
#CF2920 (or 0xCF2920) is known color: Harley Davidson Orange. HEX triplet: CF, 29 and 20. RGB value is (207,41,32). Sum of RGB (Red+Green+Blue) = 207+41+32=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2920 is #30D6DF. Grayscale: #595959. Windows color (decimal): -3200736 or 2107855. OLE color: 2107855.
HSL color Cylindrical-coordinate representation of color #CF2920: hue angle of 3.09º 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 #CF2920 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 32 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.19 |
| HSL | 3.09º | 0.73% | 0.47% | - |
| HSV(B) | 3.09º | 0.85% | 0.81% | - |
| XYZ | 26.79 | 14.96 | 2.84 | - |
| YUV | 89.61 | 95.5 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 32 | 0 | 0.80 | 0.85 | 0.19 | 3.09 | 0.73 | 0.47 |
| Hex | CF | 29 | 20 | 0 | 50 | 55 | 13 | 3 | 49 | 2F |
| Octal | 317 | 51 | 40 | 0 | 120 | 125 | 23 | 3 | 111 | 57 |
| Binary | 11001111 | 101001 | 100000 | 0 | 1010000 | 1010101 | 10011 | 11 | 1001001 | 101111 |
Color Harmonies of #CF2920
Complementary color
Monochromatic Colors of #CF2920
Black with #CF2920
Text Example
Text Example
White with #CF2920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2920; }
p { color: rgb(207,41,32); }
H1.HeaderClassName
{
color: #CF2920;
}
.AnyTagClassName
{
color: #CF2920;
}
</style>
background-color css
<style>
a { background-color: #CF2920; }
a { background-color: rgb(207,41,32); }
div.DivClassName
{
background-color: #CF2920;
}
.BgClassName
{
background-color: #CF2920;
}
</style>
border-color css
<style>
span { border-color: #CF2920; }
span { border-color: rgb(207,41,32); }
td.TdClassName
{
border-color: #CF2920;
}
.TagClassName
{
border-color: #CF2920;
}
</style>