Html Css Color HEX #CF2510 Harley Davidson Orange
📋 copy color: '#CF2510'red 207 ◦ green 37 ◦ blue 16
Shades of Harley Davidson Orange #CF2510
Tints of Harley Davidson Orange #CF2510
RGB
CMYK
RGB Variations
Color information
#CF2510 (or 0xCF2510) is known color: Harley Davidson Orange. HEX triplet: CF, 25 and 10. RGB value is (207,37,16). Sum of RGB (Red+Green+Blue) = 207+37+16=260 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.62% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2510 is #30DAEF. Grayscale: #555555. Windows color (decimal): -3201776 or 1058255. OLE color: 1058255.
HSL color Cylindrical-coordinate representation of color #CF2510: hue angle of 6.6º 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 #CF2510 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 16 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.19 |
| HSL | 6.6º | 0.86% | 0.44% | - |
| HSV(B) | 6.6º | 0.92% | 0.81% | - |
| XYZ | 26.49 | 14.63 | 1.92 | - |
| YUV | 85.44 | 88.82 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 16 | 0 | 0.82 | 0.92 | 0.19 | 6.6 | 0.86 | 0.44 |
| Hex | CF | 25 | 10 | 0 | 52 | 5C | 13 | 7 | 56 | 2C |
| Octal | 317 | 45 | 20 | 0 | 122 | 134 | 23 | 7 | 126 | 54 |
| Binary | 11001111 | 100101 | 10000 | 0 | 1010010 | 1011100 | 10011 | 111 | 1010110 | 101100 |
Color Harmonies of #CF2510
Complementary color
Monochromatic Colors of #CF2510
Black with #CF2510
Text Example
Text Example
White with #CF2510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2510; }
p { color: rgb(207,37,16); }
H1.HeaderClassName
{
color: #CF2510;
}
.AnyTagClassName
{
color: #CF2510;
}
</style>
background-color css
<style>
a { background-color: #CF2510; }
a { background-color: rgb(207,37,16); }
div.DivClassName
{
background-color: #CF2510;
}
.BgClassName
{
background-color: #CF2510;
}
</style>
border-color css
<style>
span { border-color: #CF2510; }
span { border-color: rgb(207,37,16); }
td.TdClassName
{
border-color: #CF2510;
}
.TagClassName
{
border-color: #CF2510;
}
</style>