Html Css Color HEX #CF3C20 Harley Davidson Orange
📋 copy color: '#CF3C20'red 207 ◦ green 60 ◦ blue 32
Shades of Harley Davidson Orange #CF3C20
Tints of Harley Davidson Orange #CF3C20
RGB
CMYK
RGB Variations
Color information
#CF3C20 (or 0xCF3C20) is known color: Harley Davidson Orange. HEX triplet: CF, 3C and 20. RGB value is (207,60,32). Sum of RGB (Red+Green+Blue) = 207+60+32=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 60 (23.83% from 255 or 20.07% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3C20 is #30C3DF. Grayscale: #656565. Windows color (decimal): -3195872 or 2112719. OLE color: 2112719.
HSL color Cylindrical-coordinate representation of color #CF3C20: hue angle of 9.6º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF3C20 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 32 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.19 |
| HSL | 9.6º | 0.73% | 0.47% | - |
| HSV(B) | 9.6º | 0.85% | 0.81% | - |
| XYZ | 27.61 | 16.6 | 3.12 | - |
| YUV | 100.76 | 89.2 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 32 | 0 | 0.71 | 0.85 | 0.19 | 9.6 | 0.73 | 0.47 |
| Hex | CF | 3C | 20 | 0 | 47 | 55 | 13 | A | 49 | 2F |
| Octal | 317 | 74 | 40 | 0 | 107 | 125 | 23 | 12 | 111 | 57 |
| Binary | 11001111 | 111100 | 100000 | 0 | 1000111 | 1010101 | 10011 | 1010 | 1001001 | 101111 |
Color Harmonies of #CF3C20
Complementary color
Monochromatic Colors of #CF3C20
Black with #CF3C20
Text Example
Text Example
White with #CF3C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C20; }
p { color: rgb(207,60,32); }
H1.HeaderClassName
{
color: #CF3C20;
}
.AnyTagClassName
{
color: #CF3C20;
}
</style>
background-color css
<style>
a { background-color: #CF3C20; }
a { background-color: rgb(207,60,32); }
div.DivClassName
{
background-color: #CF3C20;
}
.BgClassName
{
background-color: #CF3C20;
}
</style>
border-color css
<style>
span { border-color: #CF3C20; }
span { border-color: rgb(207,60,32); }
td.TdClassName
{
border-color: #CF3C20;
}
.TagClassName
{
border-color: #CF3C20;
}
</style>