Html Css Color HEX #CF2F0B Harley Davidson Orange
📋 copy color: '#CF2F0B'red 207 ◦ green 47 ◦ blue 11
Shades of Harley Davidson Orange #CF2F0B
Tints of Harley Davidson Orange #CF2F0B
RGB
CMYK
RGB Variations
Color information
#CF2F0B (or 0xCF2F0B) is known color: Harley Davidson Orange. HEX triplet: CF, 2F and 0B. RGB value is (207,47,11). Sum of RGB (Red+Green+Blue) = 207+47+11=265 (35% of max value = 765). Red value is 207 (81.25% from 255 or 78.11% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2F0B is #30D0F4. Grayscale: #5B5B5B. Windows color (decimal): -3199221 or 733135. OLE color: 733135.
HSL color Cylindrical-coordinate representation of color #CF2F0B: hue angle of 11.02º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF2F0B is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 47 | 11 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.19 |
| HSL | 11.02º | 0.9% | 0.43% | - |
| HSV(B) | 11.02º | 0.95% | 0.81% | - |
| XYZ | 26.81 | 15.32 | 1.86 | - |
| YUV | 90.74 | 83.01 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 11 | 0 | 0.77 | 0.95 | 0.19 | 11.02 | 0.9 | 0.43 |
| Hex | CF | 2F | B | 0 | 4D | 5F | 13 | B | 5A | 2B |
| Octal | 317 | 57 | 13 | 0 | 115 | 137 | 23 | 13 | 132 | 53 |
| Binary | 11001111 | 101111 | 1011 | 0 | 1001101 | 1011111 | 10011 | 1011 | 1011010 | 101011 |
Color Harmonies of #CF2F0B
Complementary color
Monochromatic Colors of #CF2F0B
Black with #CF2F0B
Text Example
Text Example
White with #CF2F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2F0B; }
p { color: rgb(207,47,11); }
H1.HeaderClassName
{
color: #CF2F0B;
}
.AnyTagClassName
{
color: #CF2F0B;
}
</style>
background-color css
<style>
a { background-color: #CF2F0B; }
a { background-color: rgb(207,47,11); }
div.DivClassName
{
background-color: #CF2F0B;
}
.BgClassName
{
background-color: #CF2F0B;
}
</style>
border-color css
<style>
span { border-color: #CF2F0B; }
span { border-color: rgb(207,47,11); }
td.TdClassName
{
border-color: #CF2F0B;
}
.TagClassName
{
border-color: #CF2F0B;
}
</style>