Html Css Color HEX #CF2A17 Harley Davidson Orange
📋 copy color: '#CF2A17'red 207 ◦ green 42 ◦ blue 23
Shades of Harley Davidson Orange #CF2A17
Tints of Harley Davidson Orange #CF2A17
RGB
CMYK
RGB Variations
Color information
#CF2A17 (or 0xCF2A17) is known color: Harley Davidson Orange. HEX triplet: CF, 2A and 17. RGB value is (207,42,23). Sum of RGB (Red+Green+Blue) = 207+42+23=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2A17 is #30D5E8. Grayscale: #595959. Windows color (decimal): -3200489 or 1518287. OLE color: 1518287.
HSL color Cylindrical-coordinate representation of color #CF2A17: hue angle of 6.2º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF2A17 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 42 | 23 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.19 |
| HSL | 6.2º | 0.8% | 0.45% | - |
| HSV(B) | 6.2º | 0.89% | 0.81% | - |
| XYZ | 26.71 | 14.98 | 2.29 | - |
| YUV | 89.17 | 90.66 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 42 | 23 | 0 | 0.80 | 0.89 | 0.19 | 6.2 | 0.8 | 0.45 |
| Hex | CF | 2A | 17 | 0 | 50 | 59 | 13 | 6 | 50 | 2D |
| Octal | 317 | 52 | 27 | 0 | 120 | 131 | 23 | 6 | 120 | 55 |
| Binary | 11001111 | 101010 | 10111 | 0 | 1010000 | 1011001 | 10011 | 110 | 1010000 | 101101 |
Color Harmonies of #CF2A17
Complementary color
Monochromatic Colors of #CF2A17
Black with #CF2A17
Text Example
Text Example
White with #CF2A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2A17; }
p { color: rgb(207,42,23); }
H1.HeaderClassName
{
color: #CF2A17;
}
.AnyTagClassName
{
color: #CF2A17;
}
</style>
background-color css
<style>
a { background-color: #CF2A17; }
a { background-color: rgb(207,42,23); }
div.DivClassName
{
background-color: #CF2A17;
}
.BgClassName
{
background-color: #CF2A17;
}
</style>
border-color css
<style>
span { border-color: #CF2A17; }
span { border-color: rgb(207,42,23); }
td.TdClassName
{
border-color: #CF2A17;
}
.TagClassName
{
border-color: #CF2A17;
}
</style>