Html Css Color HEX #CF2F07 Harley Davidson Orange
📋 copy color: '#CF2F07'red 207 ◦ green 47 ◦ blue 7
Shades of Harley Davidson Orange #CF2F07
Tints of Harley Davidson Orange #CF2F07
RGB
CMYK
RGB Variations
Color information
#CF2F07 (or 0xCF2F07) is known color: Harley Davidson Orange. HEX triplet: CF, 2F and 07. RGB value is (207,47,7). Sum of RGB (Red+Green+Blue) = 207+47+7=261 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.31% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2F07 is #30D0F8. Grayscale: #5A5A5A. Windows color (decimal): -3199225 or 470991. OLE color: 470991.
HSL color Cylindrical-coordinate representation of color #CF2F07: hue angle of 12º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF2F07 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 7 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.19 |
| HSL | 12º | 0.93% | 0.42% | - |
| HSV(B) | 12º | 0.97% | 0.81% | - |
| XYZ | 26.79 | 15.31 | 1.75 | - |
| YUV | 90.28 | 81.01 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 7 | 0 | 0.77 | 0.97 | 0.19 | 12 | 0.93 | 0.42 |
| Hex | CF | 2F | 7 | 0 | 4D | 61 | 13 | C | 5D | 2A |
| Octal | 317 | 57 | 7 | 0 | 115 | 141 | 23 | 14 | 135 | 52 |
| Binary | 11001111 | 101111 | 111 | 0 | 1001101 | 1100001 | 10011 | 1100 | 1011101 | 101010 |
Color Harmonies of #CF2F07
Complementary color
Monochromatic Colors of #CF2F07
Black with #CF2F07
Text Example
Text Example
White with #CF2F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2F07; }
p { color: rgb(207,47,7); }
H1.HeaderClassName
{
color: #CF2F07;
}
.AnyTagClassName
{
color: #CF2F07;
}
</style>
background-color css
<style>
a { background-color: #CF2F07; }
a { background-color: rgb(207,47,7); }
div.DivClassName
{
background-color: #CF2F07;
}
.BgClassName
{
background-color: #CF2F07;
}
</style>
border-color css
<style>
span { border-color: #CF2F07; }
span { border-color: rgb(207,47,7); }
td.TdClassName
{
border-color: #CF2F07;
}
.TagClassName
{
border-color: #CF2F07;
}
</style>