Html Css Color HEX #CF290D Harley Davidson Orange
📋 copy color: '#CF290D'red 207 ◦ green 41 ◦ blue 13
Shades of Harley Davidson Orange #CF290D
Tints of Harley Davidson Orange #CF290D
RGB
CMYK
RGB Variations
Color information
#CF290D (or 0xCF290D) is known color: Harley Davidson Orange. HEX triplet: CF, 29 and 0D. RGB value is (207,41,13). Sum of RGB (Red+Green+Blue) = 207+41+13=261 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.31% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 207 - color contains mainly: red. Hex color #CF290D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF290D is #30D6F2. Grayscale: #575757. Windows color (decimal): -3200755 or 862671. OLE color: 862671.
HSL color Cylindrical-coordinate representation of color #CF290D: hue angle of 8.66º 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 #CF290D is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 13 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.19 |
| HSL | 8.66º | 0.88% | 0.43% | - |
| HSV(B) | 8.66º | 0.94% | 0.81% | - |
| XYZ | 26.6 | 14.88 | 1.85 | - |
| YUV | 87.44 | 86 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 13 | 0 | 0.80 | 0.94 | 0.19 | 8.66 | 0.88 | 0.43 |
| Hex | CF | 29 | D | 0 | 50 | 5E | 13 | 9 | 58 | 2B |
| Octal | 317 | 51 | 15 | 0 | 120 | 136 | 23 | 11 | 130 | 53 |
| Binary | 11001111 | 101001 | 1101 | 0 | 1010000 | 1011110 | 10011 | 1001 | 1011000 | 101011 |
Color Harmonies of #CF290D
Complementary color
Monochromatic Colors of #CF290D
Black with #CF290D
Text Example
Text Example
White with #CF290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF290D; }
p { color: rgb(207,41,13); }
H1.HeaderClassName
{
color: #CF290D;
}
.AnyTagClassName
{
color: #CF290D;
}
</style>
background-color css
<style>
a { background-color: #CF290D; }
a { background-color: rgb(207,41,13); }
div.DivClassName
{
background-color: #CF290D;
}
.BgClassName
{
background-color: #CF290D;
}
</style>
border-color css
<style>
span { border-color: #CF290D; }
span { border-color: rgb(207,41,13); }
td.TdClassName
{
border-color: #CF290D;
}
.TagClassName
{
border-color: #CF290D;
}
</style>