Html Css Color HEX #CF280D Harley Davidson Orange
📋 copy color: '#CF280D'red 207 ◦ green 40 ◦ blue 13
Shades of Harley Davidson Orange #CF280D
Tints of Harley Davidson Orange #CF280D
RGB
CMYK
RGB Variations
Color information
#CF280D (or 0xCF280D) is known color: Harley Davidson Orange. HEX triplet: CF, 28 and 0D. RGB value is (207,40,13). Sum of RGB (Red+Green+Blue) = 207+40+13=260 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.62% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 207 - color contains mainly: red. Hex color #CF280D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF280D is #30D7F2. Grayscale: #575757. Windows color (decimal): -3201011 or 862415. OLE color: 862415.
HSL color Cylindrical-coordinate representation of color #CF280D: hue angle of 8.35º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF280D is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 40 | 13 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.19 |
| HSL | 8.35º | 0.88% | 0.43% | - |
| HSV(B) | 8.35º | 0.94% | 0.81% | - |
| XYZ | 26.56 | 14.81 | 1.84 | - |
| YUV | 86.86 | 86.33 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 40 | 13 | 0 | 0.81 | 0.94 | 0.19 | 8.35 | 0.88 | 0.43 |
| Hex | CF | 28 | D | 0 | 51 | 5E | 13 | 8 | 58 | 2B |
| Octal | 317 | 50 | 15 | 0 | 121 | 136 | 23 | 10 | 130 | 53 |
| Binary | 11001111 | 101000 | 1101 | 0 | 1010001 | 1011110 | 10011 | 1000 | 1011000 | 101011 |
Color Harmonies of #CF280D
Complementary color
Monochromatic Colors of #CF280D
Black with #CF280D
Text Example
Text Example
White with #CF280D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF280D; }
p { color: rgb(207,40,13); }
H1.HeaderClassName
{
color: #CF280D;
}
.AnyTagClassName
{
color: #CF280D;
}
</style>
background-color css
<style>
a { background-color: #CF280D; }
a { background-color: rgb(207,40,13); }
div.DivClassName
{
background-color: #CF280D;
}
.BgClassName
{
background-color: #CF280D;
}
</style>
border-color css
<style>
span { border-color: #CF280D; }
span { border-color: rgb(207,40,13); }
td.TdClassName
{
border-color: #CF280D;
}
.TagClassName
{
border-color: #CF280D;
}
</style>