Html Css Color HEX #CF290A Harley Davidson Orange
📋 copy color: '#CF290A'red 207 ◦ green 41 ◦ blue 10
Shades of Harley Davidson Orange #CF290A
Tints of Harley Davidson Orange #CF290A
RGB
CMYK
RGB Variations
Color information
#CF290A (or 0xCF290A) is known color: Harley Davidson Orange. HEX triplet: CF, 29 and 0A. RGB value is (207,41,10). Sum of RGB (Red+Green+Blue) = 207+41+10=258 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.23% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 207 - color contains mainly: red. Hex color #CF290A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF290A is #30D6F5. Grayscale: #575757. Windows color (decimal): -3200758 or 666063. OLE color: 666063.
HSL color Cylindrical-coordinate representation of color #CF290A: hue angle of 9.44º degrees, saturation: 0.91, 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 #CF290A is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 10 | - |
| CMYK | 0 | 0.80 | 0.95 | 0.19 |
| HSL | 9.44º | 0.91% | 0.43% | - |
| HSV(B) | 9.44º | 0.95% | 0.81% | - |
| XYZ | 26.58 | 14.87 | 1.76 | - |
| YUV | 87.1 | 84.5 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 10 | 0 | 0.80 | 0.95 | 0.19 | 9.44 | 0.91 | 0.43 |
| Hex | CF | 29 | A | 0 | 50 | 5F | 13 | 9 | 5B | 2B |
| Octal | 317 | 51 | 12 | 0 | 120 | 137 | 23 | 11 | 133 | 53 |
| Binary | 11001111 | 101001 | 1010 | 0 | 1010000 | 1011111 | 10011 | 1001 | 1011011 | 101011 |
Color Harmonies of #CF290A
Complementary color
Monochromatic Colors of #CF290A
Black with #CF290A
Text Example
Text Example
White with #CF290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF290A; }
p { color: rgb(207,41,10); }
H1.HeaderClassName
{
color: #CF290A;
}
.AnyTagClassName
{
color: #CF290A;
}
</style>
background-color css
<style>
a { background-color: #CF290A; }
a { background-color: rgb(207,41,10); }
div.DivClassName
{
background-color: #CF290A;
}
.BgClassName
{
background-color: #CF290A;
}
</style>
border-color css
<style>
span { border-color: #CF290A; }
span { border-color: rgb(207,41,10); }
td.TdClassName
{
border-color: #CF290A;
}
.TagClassName
{
border-color: #CF290A;
}
</style>