Html Css Color HEX #CF2117 Harley Davidson Orange
📋 copy color: '#CF2117'red 207 ◦ green 33 ◦ blue 23
Shades of Harley Davidson Orange #CF2117
Tints of Harley Davidson Orange #CF2117
RGB
CMYK
RGB Variations
Color information
#CF2117 (or 0xCF2117) is known color: Harley Davidson Orange. HEX triplet: CF, 21 and 17. RGB value is (207,33,23). Sum of RGB (Red+Green+Blue) = 207+33+23=263 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.71% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2117 is #30DEE8. Grayscale: #545454. Windows color (decimal): -3202793 or 1515983. OLE color: 1515983.
HSL color Cylindrical-coordinate representation of color #CF2117: hue angle of 3.26º 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 #CF2117 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 23 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.19 |
| HSL | 3.26º | 0.8% | 0.45% | - |
| HSV(B) | 3.26º | 0.89% | 0.81% | - |
| XYZ | 26.43 | 14.41 | 2.2 | - |
| YUV | 83.89 | 93.65 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 23 | 0 | 0.84 | 0.89 | 0.19 | 3.26 | 0.8 | 0.45 |
| Hex | CF | 21 | 17 | 0 | 54 | 59 | 13 | 3 | 50 | 2D |
| Octal | 317 | 41 | 27 | 0 | 124 | 131 | 23 | 3 | 120 | 55 |
| Binary | 11001111 | 100001 | 10111 | 0 | 1010100 | 1011001 | 10011 | 11 | 1010000 | 101101 |
Color Harmonies of #CF2117
Complementary color
Monochromatic Colors of #CF2117
Black with #CF2117
Text Example
Text Example
White with #CF2117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2117; }
p { color: rgb(207,33,23); }
H1.HeaderClassName
{
color: #CF2117;
}
.AnyTagClassName
{
color: #CF2117;
}
</style>
background-color css
<style>
a { background-color: #CF2117; }
a { background-color: rgb(207,33,23); }
div.DivClassName
{
background-color: #CF2117;
}
.BgClassName
{
background-color: #CF2117;
}
</style>
border-color css
<style>
span { border-color: #CF2117; }
span { border-color: rgb(207,33,23); }
td.TdClassName
{
border-color: #CF2117;
}
.TagClassName
{
border-color: #CF2117;
}
</style>