Html Css Color HEX #CF3811 Harley Davidson Orange
📋 copy color: '#CF3811'red 207 ◦ green 56 ◦ blue 17
Shades of Harley Davidson Orange #CF3811
Tints of Harley Davidson Orange #CF3811
RGB
CMYK
RGB Variations
Color information
#CF3811 (or 0xCF3811) is known color: Harley Davidson Orange. HEX triplet: CF, 38 and 11. RGB value is (207,56,17). Sum of RGB (Red+Green+Blue) = 207+56+17=280 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.93% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3811 is #30C7EE. Grayscale: #616161. Windows color (decimal): -3196911 or 1128655. OLE color: 1128655.
HSL color Cylindrical-coordinate representation of color #CF3811: hue angle of 12.32º degrees, saturation: 0.85, 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 #CF3811 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 17 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.19 |
| HSL | 12.32º | 0.85% | 0.44% | - |
| HSV(B) | 12.32º | 0.92% | 0.81% | - |
| XYZ | 27.25 | 16.13 | 2.21 | - |
| YUV | 96.7 | 83.03 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 17 | 0 | 0.73 | 0.92 | 0.19 | 12.32 | 0.85 | 0.44 |
| Hex | CF | 38 | 11 | 0 | 49 | 5C | 13 | C | 55 | 2C |
| Octal | 317 | 70 | 21 | 0 | 111 | 134 | 23 | 14 | 125 | 54 |
| Binary | 11001111 | 111000 | 10001 | 0 | 1001001 | 1011100 | 10011 | 1100 | 1010101 | 101100 |
Color Harmonies of #CF3811
Complementary color
Monochromatic Colors of #CF3811
Black with #CF3811
Text Example
Text Example
White with #CF3811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3811; }
p { color: rgb(207,56,17); }
H1.HeaderClassName
{
color: #CF3811;
}
.AnyTagClassName
{
color: #CF3811;
}
</style>
background-color css
<style>
a { background-color: #CF3811; }
a { background-color: rgb(207,56,17); }
div.DivClassName
{
background-color: #CF3811;
}
.BgClassName
{
background-color: #CF3811;
}
</style>
border-color css
<style>
span { border-color: #CF3811; }
span { border-color: rgb(207,56,17); }
td.TdClassName
{
border-color: #CF3811;
}
.TagClassName
{
border-color: #CF3811;
}
</style>