Html Css Color HEX #CF3C1F Harley Davidson Orange
📋 copy color: '#CF3C1F'red 207 ◦ green 60 ◦ blue 31
Shades of Harley Davidson Orange #CF3C1F
Tints of Harley Davidson Orange #CF3C1F
RGB
CMYK
RGB Variations
Color information
#CF3C1F (or 0xCF3C1F) is known color: Harley Davidson Orange. HEX triplet: CF, 3C and 1F. RGB value is (207,60,31). Sum of RGB (Red+Green+Blue) = 207+60+31=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3C1F is #30C3E0. Grayscale: #646464. Windows color (decimal): -3195873 or 2047183. OLE color: 2047183.
HSL color Cylindrical-coordinate representation of color #CF3C1F: hue angle of 9.89º degrees, saturation: 0.74, 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 #CF3C1F is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 31 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.19 |
| HSL | 9.89º | 0.74% | 0.47% | - |
| HSV(B) | 9.89º | 0.85% | 0.81% | - |
| XYZ | 27.6 | 16.6 | 3.05 | - |
| YUV | 100.65 | 88.7 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 31 | 0 | 0.71 | 0.85 | 0.19 | 9.89 | 0.74 | 0.47 |
| Hex | CF | 3C | 1F | 0 | 47 | 55 | 13 | A | 4A | 2F |
| Octal | 317 | 74 | 37 | 0 | 107 | 125 | 23 | 12 | 112 | 57 |
| Binary | 11001111 | 111100 | 11111 | 0 | 1000111 | 1010101 | 10011 | 1010 | 1001010 | 101111 |
Color Harmonies of #CF3C1F
Complementary color
Monochromatic Colors of #CF3C1F
Black with #CF3C1F
Text Example
Text Example
White with #CF3C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C1F; }
p { color: rgb(207,60,31); }
H1.HeaderClassName
{
color: #CF3C1F;
}
.AnyTagClassName
{
color: #CF3C1F;
}
</style>
background-color css
<style>
a { background-color: #CF3C1F; }
a { background-color: rgb(207,60,31); }
div.DivClassName
{
background-color: #CF3C1F;
}
.BgClassName
{
background-color: #CF3C1F;
}
</style>
border-color css
<style>
span { border-color: #CF3C1F; }
span { border-color: rgb(207,60,31); }
td.TdClassName
{
border-color: #CF3C1F;
}
.TagClassName
{
border-color: #CF3C1F;
}
</style>