Html Css Color HEX #CF371E Harley Davidson Orange
📋 copy color: '#CF371E'red 207 ◦ green 55 ◦ blue 30
Shades of Harley Davidson Orange #CF371E
Tints of Harley Davidson Orange #CF371E
RGB
CMYK
RGB Variations
Color information
#CF371E (or 0xCF371E) is known color: Harley Davidson Orange. HEX triplet: CF, 37 and 1E. RGB value is (207,55,30). Sum of RGB (Red+Green+Blue) = 207+55+30=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF371E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF371E is #30C8E1. Grayscale: #616161. Windows color (decimal): -3197154 or 1980367. OLE color: 1980367.
HSL color Cylindrical-coordinate representation of color #CF371E: hue angle of 8.47º 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 #CF371E is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 30 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.19 |
| HSL | 8.47º | 0.75% | 0.46% | - |
| HSV(B) | 8.47º | 0.86% | 0.81% | - |
| XYZ | 27.33 | 16.09 | 2.89 | - |
| YUV | 97.6 | 89.86 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 30 | 0 | 0.73 | 0.86 | 0.19 | 8.47 | 0.75 | 0.46 |
| Hex | CF | 37 | 1E | 0 | 49 | 56 | 13 | 8 | 4B | 2E |
| Octal | 317 | 67 | 36 | 0 | 111 | 126 | 23 | 10 | 113 | 56 |
| Binary | 11001111 | 110111 | 11110 | 0 | 1001001 | 1010110 | 10011 | 1000 | 1001011 | 101110 |
Color Harmonies of #CF371E
Complementary color
Monochromatic Colors of #CF371E
Black with #CF371E
Text Example
Text Example
White with #CF371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF371E; }
p { color: rgb(207,55,30); }
H1.HeaderClassName
{
color: #CF371E;
}
.AnyTagClassName
{
color: #CF371E;
}
</style>
background-color css
<style>
a { background-color: #CF371E; }
a { background-color: rgb(207,55,30); }
div.DivClassName
{
background-color: #CF371E;
}
.BgClassName
{
background-color: #CF371E;
}
</style>
border-color css
<style>
span { border-color: #CF371E; }
span { border-color: rgb(207,55,30); }
td.TdClassName
{
border-color: #CF371E;
}
.TagClassName
{
border-color: #CF371E;
}
</style>