Html Css Color HEX #CF320E Harley Davidson Orange
📋 copy color: '#CF320E'red 207 ◦ green 50 ◦ blue 14
Shades of Harley Davidson Orange #CF320E
Tints of Harley Davidson Orange #CF320E
RGB
CMYK
RGB Variations
Color information
#CF320E (or 0xCF320E) is known color: Harley Davidson Orange. HEX triplet: CF, 32 and 0E. RGB value is (207,50,14). Sum of RGB (Red+Green+Blue) = 207+50+14=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF320E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF320E is #30CDF1. Grayscale: #5D5D5D. Windows color (decimal): -3198450 or 930511. OLE color: 930511.
HSL color Cylindrical-coordinate representation of color #CF320E: hue angle of 11.19º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF320E is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 14 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.19 |
| HSL | 11.19º | 0.87% | 0.43% | - |
| HSV(B) | 11.19º | 0.93% | 0.81% | - |
| XYZ | 26.95 | 15.58 | 2 | - |
| YUV | 92.84 | 83.51 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 14 | 0 | 0.76 | 0.93 | 0.19 | 11.19 | 0.87 | 0.43 |
| Hex | CF | 32 | E | 0 | 4C | 5D | 13 | B | 57 | 2B |
| Octal | 317 | 62 | 16 | 0 | 114 | 135 | 23 | 13 | 127 | 53 |
| Binary | 11001111 | 110010 | 1110 | 0 | 1001100 | 1011101 | 10011 | 1011 | 1010111 | 101011 |
Color Harmonies of #CF320E
Complementary color
Monochromatic Colors of #CF320E
Black with #CF320E
Text Example
Text Example
White with #CF320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF320E; }
p { color: rgb(207,50,14); }
H1.HeaderClassName
{
color: #CF320E;
}
.AnyTagClassName
{
color: #CF320E;
}
</style>
background-color css
<style>
a { background-color: #CF320E; }
a { background-color: rgb(207,50,14); }
div.DivClassName
{
background-color: #CF320E;
}
.BgClassName
{
background-color: #CF320E;
}
</style>
border-color css
<style>
span { border-color: #CF320E; }
span { border-color: rgb(207,50,14); }
td.TdClassName
{
border-color: #CF320E;
}
.TagClassName
{
border-color: #CF320E;
}
</style>