Html Css Color HEX #CF311E Harley Davidson Orange
📋 copy color: '#CF311E'red 207 ◦ green 49 ◦ blue 30
Shades of Harley Davidson Orange #CF311E
Tints of Harley Davidson Orange #CF311E
RGB
CMYK
RGB Variations
Color information
#CF311E (or 0xCF311E) is known color: Harley Davidson Orange. HEX triplet: CF, 31 and 1E. RGB value is (207,49,30). Sum of RGB (Red+Green+Blue) = 207+49+30=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF311E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF311E is #30CEE1. Grayscale: #5E5E5E. Windows color (decimal): -3198690 or 1978831. OLE color: 1978831.
HSL color Cylindrical-coordinate representation of color #CF311E: hue angle of 6.44º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF311E is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 30 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.19 |
| HSL | 6.44º | 0.75% | 0.46% | - |
| HSV(B) | 6.44º | 0.86% | 0.81% | - |
| XYZ | 27.06 | 15.56 | 2.8 | - |
| YUV | 94.08 | 91.85 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 30 | 0 | 0.76 | 0.86 | 0.19 | 6.44 | 0.75 | 0.46 |
| Hex | CF | 31 | 1E | 0 | 4C | 56 | 13 | 6 | 4B | 2E |
| Octal | 317 | 61 | 36 | 0 | 114 | 126 | 23 | 6 | 113 | 56 |
| Binary | 11001111 | 110001 | 11110 | 0 | 1001100 | 1010110 | 10011 | 110 | 1001011 | 101110 |
Color Harmonies of #CF311E
Complementary color
Monochromatic Colors of #CF311E
Black with #CF311E
Text Example
Text Example
White with #CF311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF311E; }
p { color: rgb(207,49,30); }
H1.HeaderClassName
{
color: #CF311E;
}
.AnyTagClassName
{
color: #CF311E;
}
</style>
background-color css
<style>
a { background-color: #CF311E; }
a { background-color: rgb(207,49,30); }
div.DivClassName
{
background-color: #CF311E;
}
.BgClassName
{
background-color: #CF311E;
}
</style>
border-color css
<style>
span { border-color: #CF311E; }
span { border-color: rgb(207,49,30); }
td.TdClassName
{
border-color: #CF311E;
}
.TagClassName
{
border-color: #CF311E;
}
</style>