Html Css Color HEX #CF3C1E Harley Davidson Orange
📋 copy color: '#CF3C1E'red 207 ◦ green 60 ◦ blue 30
Shades of Harley Davidson Orange #CF3C1E
Tints of Harley Davidson Orange #CF3C1E
RGB
CMYK
RGB Variations
Color information
#CF3C1E (or 0xCF3C1E) is known color: Harley Davidson Orange. HEX triplet: CF, 3C and 1E. RGB value is (207,60,30). Sum of RGB (Red+Green+Blue) = 207+60+30=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3C1E is #30C3E1. Grayscale: #646464. Windows color (decimal): -3195874 or 1981647. OLE color: 1981647.
HSL color Cylindrical-coordinate representation of color #CF3C1E: hue angle of 10.17º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF3C1E is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 30 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.19 |
| HSL | 10.17º | 0.75% | 0.46% | - |
| HSV(B) | 10.17º | 0.86% | 0.81% | - |
| XYZ | 27.58 | 16.59 | 2.98 | - |
| YUV | 100.53 | 88.2 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 30 | 0 | 0.71 | 0.86 | 0.19 | 10.17 | 0.75 | 0.46 |
| Hex | CF | 3C | 1E | 0 | 47 | 56 | 13 | A | 4B | 2E |
| Octal | 317 | 74 | 36 | 0 | 107 | 126 | 23 | 12 | 113 | 56 |
| Binary | 11001111 | 111100 | 11110 | 0 | 1000111 | 1010110 | 10011 | 1010 | 1001011 | 101110 |
Color Harmonies of #CF3C1E
Complementary color
Monochromatic Colors of #CF3C1E
Black with #CF3C1E
Text Example
Text Example
White with #CF3C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C1E; }
p { color: rgb(207,60,30); }
H1.HeaderClassName
{
color: #CF3C1E;
}
.AnyTagClassName
{
color: #CF3C1E;
}
</style>
background-color css
<style>
a { background-color: #CF3C1E; }
a { background-color: rgb(207,60,30); }
div.DivClassName
{
background-color: #CF3C1E;
}
.BgClassName
{
background-color: #CF3C1E;
}
</style>
border-color css
<style>
span { border-color: #CF3C1E; }
span { border-color: rgb(207,60,30); }
td.TdClassName
{
border-color: #CF3C1E;
}
.TagClassName
{
border-color: #CF3C1E;
}
</style>