Html Css Color HEX #CF291F Harley Davidson Orange
📋 copy color: '#CF291F'red 207 ◦ green 41 ◦ blue 31
Shades of Harley Davidson Orange #CF291F
Tints of Harley Davidson Orange #CF291F
RGB
CMYK
RGB Variations
Color information
#CF291F (or 0xCF291F) is known color: Harley Davidson Orange. HEX triplet: CF, 29 and 1F. RGB value is (207,41,31). Sum of RGB (Red+Green+Blue) = 207+41+31=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF291F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF291F is #30D6E0. Grayscale: #595959. Windows color (decimal): -3200737 or 2042319. OLE color: 2042319.
HSL color Cylindrical-coordinate representation of color #CF291F: hue angle of 3.41º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF291F is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 31 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.19 |
| HSL | 3.41º | 0.74% | 0.47% | - |
| HSV(B) | 3.41º | 0.85% | 0.81% | - |
| XYZ | 26.77 | 14.95 | 2.77 | - |
| YUV | 89.49 | 95 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 31 | 0 | 0.80 | 0.85 | 0.19 | 3.41 | 0.74 | 0.47 |
| Hex | CF | 29 | 1F | 0 | 50 | 55 | 13 | 3 | 4A | 2F |
| Octal | 317 | 51 | 37 | 0 | 120 | 125 | 23 | 3 | 112 | 57 |
| Binary | 11001111 | 101001 | 11111 | 0 | 1010000 | 1010101 | 10011 | 11 | 1001010 | 101111 |
Color Harmonies of #CF291F
Complementary color
Monochromatic Colors of #CF291F
Black with #CF291F
Text Example
Text Example
White with #CF291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF291F; }
p { color: rgb(207,41,31); }
H1.HeaderClassName
{
color: #CF291F;
}
.AnyTagClassName
{
color: #CF291F;
}
</style>
background-color css
<style>
a { background-color: #CF291F; }
a { background-color: rgb(207,41,31); }
div.DivClassName
{
background-color: #CF291F;
}
.BgClassName
{
background-color: #CF291F;
}
</style>
border-color css
<style>
span { border-color: #CF291F; }
span { border-color: rgb(207,41,31); }
td.TdClassName
{
border-color: #CF291F;
}
.TagClassName
{
border-color: #CF291F;
}
</style>