Html Css Color HEX #CF320C Harley Davidson Orange
📋 copy color: '#CF320C'red 207 ◦ green 50 ◦ blue 12
Shades of Harley Davidson Orange #CF320C
Tints of Harley Davidson Orange #CF320C
RGB
CMYK
RGB Variations
Color information
#CF320C (or 0xCF320C) is known color: Harley Davidson Orange. HEX triplet: CF, 32 and 0C. RGB value is (207,50,12). Sum of RGB (Red+Green+Blue) = 207+50+12=269 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.95% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 207 - color contains mainly: red. Hex color #CF320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF320C is #30CDF3. Grayscale: #5C5C5C. Windows color (decimal): -3198452 or 799439. OLE color: 799439.
HSL color Cylindrical-coordinate representation of color #CF320C: hue angle of 11.69º 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 #CF320C is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 12 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.19 |
| HSL | 11.69º | 0.89% | 0.43% | - |
| HSV(B) | 11.69º | 0.94% | 0.81% | - |
| XYZ | 26.94 | 15.57 | 1.93 | - |
| YUV | 92.61 | 82.51 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 12 | 0 | 0.76 | 0.94 | 0.19 | 11.69 | 0.89 | 0.43 |
| Hex | CF | 32 | C | 0 | 4C | 5E | 13 | C | 59 | 2B |
| Octal | 317 | 62 | 14 | 0 | 114 | 136 | 23 | 14 | 131 | 53 |
| Binary | 11001111 | 110010 | 1100 | 0 | 1001100 | 1011110 | 10011 | 1100 | 1011001 | 101011 |
Color Harmonies of #CF320C
Complementary color
Monochromatic Colors of #CF320C
Black with #CF320C
Text Example
Text Example
White with #CF320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF320C; }
p { color: rgb(207,50,12); }
H1.HeaderClassName
{
color: #CF320C;
}
.AnyTagClassName
{
color: #CF320C;
}
</style>
background-color css
<style>
a { background-color: #CF320C; }
a { background-color: rgb(207,50,12); }
div.DivClassName
{
background-color: #CF320C;
}
.BgClassName
{
background-color: #CF320C;
}
</style>
border-color css
<style>
span { border-color: #CF320C; }
span { border-color: rgb(207,50,12); }
td.TdClassName
{
border-color: #CF320C;
}
.TagClassName
{
border-color: #CF320C;
}
</style>