Html Css Color HEX #CF2316 Harley Davidson Orange
📋 copy color: '#CF2316'red 207 ◦ green 35 ◦ blue 22
Shades of Harley Davidson Orange #CF2316
Tints of Harley Davidson Orange #CF2316
RGB
CMYK
RGB Variations
Color information
#CF2316 (or 0xCF2316) is known color: Harley Davidson Orange. HEX triplet: CF, 23 and 16. RGB value is (207,35,22). Sum of RGB (Red+Green+Blue) = 207+35+22=264 (34% of max value = 765). Red value is 207 (81.25% from 255 or 78.41% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2316 is #30DCE9. Grayscale: #555555. Windows color (decimal): -3202282 or 1450959. OLE color: 1450959.
HSL color Cylindrical-coordinate representation of color #CF2316: hue angle of 4.22º degrees, saturation: 0.81, 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 #CF2316 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 22 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.19 |
| HSL | 4.22º | 0.81% | 0.45% | - |
| HSV(B) | 4.22º | 0.89% | 0.81% | - |
| XYZ | 26.48 | 14.53 | 2.17 | - |
| YUV | 84.95 | 92.48 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 22 | 0 | 0.83 | 0.89 | 0.19 | 4.22 | 0.81 | 0.45 |
| Hex | CF | 23 | 16 | 0 | 53 | 59 | 13 | 4 | 51 | 2D |
| Octal | 317 | 43 | 26 | 0 | 123 | 131 | 23 | 4 | 121 | 55 |
| Binary | 11001111 | 100011 | 10110 | 0 | 1010011 | 1011001 | 10011 | 100 | 1010001 | 101101 |
Color Harmonies of #CF2316
Complementary color
Monochromatic Colors of #CF2316
Black with #CF2316
Text Example
Text Example
White with #CF2316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2316; }
p { color: rgb(207,35,22); }
H1.HeaderClassName
{
color: #CF2316;
}
.AnyTagClassName
{
color: #CF2316;
}
</style>
background-color css
<style>
a { background-color: #CF2316; }
a { background-color: rgb(207,35,22); }
div.DivClassName
{
background-color: #CF2316;
}
.BgClassName
{
background-color: #CF2316;
}
</style>
border-color css
<style>
span { border-color: #CF2316; }
span { border-color: rgb(207,35,22); }
td.TdClassName
{
border-color: #CF2316;
}
.TagClassName
{
border-color: #CF2316;
}
</style>