Html Css Color HEX #CF390C Harley Davidson Orange
📋 copy color: '#CF390C'red 207 ◦ green 57 ◦ blue 12
Shades of Harley Davidson Orange #CF390C
Tints of Harley Davidson Orange #CF390C
RGB
CMYK
RGB Variations
Color information
#CF390C (or 0xCF390C) is known color: Harley Davidson Orange. HEX triplet: CF, 39 and 0C. RGB value is (207,57,12). Sum of RGB (Red+Green+Blue) = 207+57+12=276 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 207 - color contains mainly: red. Hex color #CF390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF390C is #30C6F3. Grayscale: #616161. Windows color (decimal): -3196660 or 801231. OLE color: 801231.
HSL color Cylindrical-coordinate representation of color #CF390C: hue angle of 13.85º 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 #CF390C is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 12 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.19 |
| HSL | 13.85º | 0.89% | 0.43% | - |
| HSV(B) | 13.85º | 0.94% | 0.81% | - |
| XYZ | 27.26 | 16.22 | 2.04 | - |
| YUV | 96.72 | 80.2 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 12 | 0 | 0.72 | 0.94 | 0.19 | 13.85 | 0.89 | 0.43 |
| Hex | CF | 39 | C | 0 | 48 | 5E | 13 | E | 59 | 2B |
| Octal | 317 | 71 | 14 | 0 | 110 | 136 | 23 | 16 | 131 | 53 |
| Binary | 11001111 | 111001 | 1100 | 0 | 1001000 | 1011110 | 10011 | 1110 | 1011001 | 101011 |
Color Harmonies of #CF390C
Complementary color
Monochromatic Colors of #CF390C
Black with #CF390C
Text Example
Text Example
White with #CF390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF390C; }
p { color: rgb(207,57,12); }
H1.HeaderClassName
{
color: #CF390C;
}
.AnyTagClassName
{
color: #CF390C;
}
</style>
background-color css
<style>
a { background-color: #CF390C; }
a { background-color: rgb(207,57,12); }
div.DivClassName
{
background-color: #CF390C;
}
.BgClassName
{
background-color: #CF390C;
}
</style>
border-color css
<style>
span { border-color: #CF390C; }
span { border-color: rgb(207,57,12); }
td.TdClassName
{
border-color: #CF390C;
}
.TagClassName
{
border-color: #CF390C;
}
</style>