Html Css Color HEX #CF370C Harley Davidson Orange
📋 copy color: '#CF370C'red 207 ◦ green 55 ◦ blue 12
Shades of Harley Davidson Orange #CF370C
Tints of Harley Davidson Orange #CF370C
RGB
CMYK
RGB Variations
Color information
#CF370C (or 0xCF370C) is known color: Harley Davidson Orange. HEX triplet: CF, 37 and 0C. RGB value is (207,55,12). Sum of RGB (Red+Green+Blue) = 207+55+12=274 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.55% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 207 - color contains mainly: red. Hex color #CF370C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF370C is #30C8F3. Grayscale: #5F5F5F. Windows color (decimal): -3197172 or 800719. OLE color: 800719.
HSL color Cylindrical-coordinate representation of color #CF370C: hue angle of 13.23º degrees, saturation: 0.89, 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 #CF370C is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 12 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.19 |
| HSL | 13.23º | 0.89% | 0.43% | - |
| HSV(B) | 13.23º | 0.94% | 0.81% | - |
| XYZ | 27.16 | 16.02 | 2.01 | - |
| YUV | 95.55 | 80.86 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 12 | 0 | 0.73 | 0.94 | 0.19 | 13.23 | 0.89 | 0.43 |
| Hex | CF | 37 | C | 0 | 49 | 5E | 13 | D | 59 | 2B |
| Octal | 317 | 67 | 14 | 0 | 111 | 136 | 23 | 15 | 131 | 53 |
| Binary | 11001111 | 110111 | 1100 | 0 | 1001001 | 1011110 | 10011 | 1101 | 1011001 | 101011 |
Color Harmonies of #CF370C
Complementary color
Monochromatic Colors of #CF370C
Black with #CF370C
Text Example
Text Example
White with #CF370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF370C; }
p { color: rgb(207,55,12); }
H1.HeaderClassName
{
color: #CF370C;
}
.AnyTagClassName
{
color: #CF370C;
}
</style>
background-color css
<style>
a { background-color: #CF370C; }
a { background-color: rgb(207,55,12); }
div.DivClassName
{
background-color: #CF370C;
}
.BgClassName
{
background-color: #CF370C;
}
</style>
border-color css
<style>
span { border-color: #CF370C; }
span { border-color: rgb(207,55,12); }
td.TdClassName
{
border-color: #CF370C;
}
.TagClassName
{
border-color: #CF370C;
}
</style>