Html Css Color HEX #CF2A0B Harley Davidson Orange
📋 copy color: '#CF2A0B'red 207 ◦ green 42 ◦ blue 11
Shades of Harley Davidson Orange #CF2A0B
Tints of Harley Davidson Orange #CF2A0B
RGB
CMYK
RGB Variations
Color information
#CF2A0B (or 0xCF2A0B) is known color: Harley Davidson Orange. HEX triplet: CF, 2A and 0B. RGB value is (207,42,11). Sum of RGB (Red+Green+Blue) = 207+42+11=260 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.62% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2A0B is #30D5F4. Grayscale: #585858. Windows color (decimal): -3200501 or 731855. OLE color: 731855.
HSL color Cylindrical-coordinate representation of color #CF2A0B: hue angle of 9.49º 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 #CF2A0B is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 42 | 11 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.19 |
| HSL | 9.49º | 0.9% | 0.43% | - |
| HSV(B) | 9.49º | 0.95% | 0.81% | - |
| XYZ | 26.62 | 14.95 | 1.8 | - |
| YUV | 87.8 | 84.66 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 11 | 0 | 0.80 | 0.95 | 0.19 | 9.49 | 0.9 | 0.43 |
| Hex | CF | 2A | B | 0 | 50 | 5F | 13 | 9 | 5A | 2B |
| Octal | 317 | 52 | 13 | 0 | 120 | 137 | 23 | 11 | 132 | 53 |
| Binary | 11001111 | 101010 | 1011 | 0 | 1010000 | 1011111 | 10011 | 1001 | 1011010 | 101011 |
Color Harmonies of #CF2A0B
Complementary color
Monochromatic Colors of #CF2A0B
Black with #CF2A0B
Text Example
Text Example
White with #CF2A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2A0B; }
p { color: rgb(207,42,11); }
H1.HeaderClassName
{
color: #CF2A0B;
}
.AnyTagClassName
{
color: #CF2A0B;
}
</style>
background-color css
<style>
a { background-color: #CF2A0B; }
a { background-color: rgb(207,42,11); }
div.DivClassName
{
background-color: #CF2A0B;
}
.BgClassName
{
background-color: #CF2A0B;
}
</style>
border-color css
<style>
span { border-color: #CF2A0B; }
span { border-color: rgb(207,42,11); }
td.TdClassName
{
border-color: #CF2A0B;
}
.TagClassName
{
border-color: #CF2A0B;
}
</style>