Html Css Color HEX #CF2A10 Harley Davidson Orange
📋 copy color: '#CF2A10'red 207 ◦ green 42 ◦ blue 16
Shades of Harley Davidson Orange #CF2A10
Tints of Harley Davidson Orange #CF2A10
RGB
CMYK
RGB Variations
Color information
#CF2A10 (or 0xCF2A10) is known color: Harley Davidson Orange. HEX triplet: CF, 2A and 10. RGB value is (207,42,16). Sum of RGB (Red+Green+Blue) = 207+42+16=265 (35% of max value = 765). Red value is 207 (81.25% from 255 or 78.11% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2A10 is #30D5EF. Grayscale: #585858. Windows color (decimal): -3200496 or 1059535. OLE color: 1059535.
HSL color Cylindrical-coordinate representation of color #CF2A10: hue angle of 8.17º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF2A10 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 42 | 16 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.19 |
| HSL | 8.17º | 0.86% | 0.44% | - |
| HSV(B) | 8.17º | 0.92% | 0.81% | - |
| XYZ | 26.65 | 14.96 | 1.97 | - |
| YUV | 88.37 | 87.16 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 16 | 0 | 0.80 | 0.92 | 0.19 | 8.17 | 0.86 | 0.44 |
| Hex | CF | 2A | 10 | 0 | 50 | 5C | 13 | 8 | 56 | 2C |
| Octal | 317 | 52 | 20 | 0 | 120 | 134 | 23 | 10 | 126 | 54 |
| Binary | 11001111 | 101010 | 10000 | 0 | 1010000 | 1011100 | 10011 | 1000 | 1010110 | 101100 |
Color Harmonies of #CF2A10
Complementary color
Monochromatic Colors of #CF2A10
Black with #CF2A10
Text Example
Text Example
White with #CF2A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2A10; }
p { color: rgb(207,42,16); }
H1.HeaderClassName
{
color: #CF2A10;
}
.AnyTagClassName
{
color: #CF2A10;
}
</style>
background-color css
<style>
a { background-color: #CF2A10; }
a { background-color: rgb(207,42,16); }
div.DivClassName
{
background-color: #CF2A10;
}
.BgClassName
{
background-color: #CF2A10;
}
</style>
border-color css
<style>
span { border-color: #CF2A10; }
span { border-color: rgb(207,42,16); }
td.TdClassName
{
border-color: #CF2A10;
}
.TagClassName
{
border-color: #CF2A10;
}
</style>