Html Css Color HEX #CF1715 Harley Davidson Orange
📋 copy color: '#CF1715'red 207 ◦ green 23 ◦ blue 21
Shades of Harley Davidson Orange #CF1715
Tints of Harley Davidson Orange #CF1715
RGB
CMYK
RGB Variations
Color information
#CF1715 (or 0xCF1715) is known color: Harley Davidson Orange. HEX triplet: CF, 17 and 15. RGB value is (207,23,21). Sum of RGB (Red+Green+Blue) = 207+23+21=251 (33% of max value = 765). Red value is 207 (81.25% from 255 or 82.47% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF1715 is #30E8EA. Grayscale: #4D4D4D. Windows color (decimal): -3205355 or 1382351. OLE color: 1382351.
HSL color Cylindrical-coordinate representation of color #CF1715: hue angle of 0.65º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1715 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 21 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.19 |
| HSL | 0.65º | 0.82% | 0.45% | - |
| HSV(B) | 0.65º | 0.9% | 0.81% | - |
| XYZ | 26.17 | 13.93 | 2.02 | - |
| YUV | 77.79 | 95.96 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 21 | 0 | 0.89 | 0.90 | 0.19 | 0.65 | 0.82 | 0.45 |
| Hex | CF | 17 | 15 | 0 | 59 | 5A | 13 | 1 | 52 | 2D |
| Octal | 317 | 27 | 25 | 0 | 131 | 132 | 23 | 1 | 122 | 55 |
| Binary | 11001111 | 10111 | 10101 | 0 | 1011001 | 1011010 | 10011 | 1 | 1010010 | 101101 |
Color Harmonies of #CF1715
Complementary color
Monochromatic Colors of #CF1715
Black with #CF1715
Text Example
Text Example
White with #CF1715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1715; }
p { color: rgb(207,23,21); }
H1.HeaderClassName
{
color: #CF1715;
}
.AnyTagClassName
{
color: #CF1715;
}
</style>
background-color css
<style>
a { background-color: #CF1715; }
a { background-color: rgb(207,23,21); }
div.DivClassName
{
background-color: #CF1715;
}
.BgClassName
{
background-color: #CF1715;
}
</style>
border-color css
<style>
span { border-color: #CF1715; }
span { border-color: rgb(207,23,21); }
td.TdClassName
{
border-color: #CF1715;
}
.TagClassName
{
border-color: #CF1715;
}
</style>