Html Css Color HEX #CF3A1E Harley Davidson Orange
📋 copy color: '#CF3A1E'red 207 ◦ green 58 ◦ blue 30
Shades of Harley Davidson Orange #CF3A1E
Tints of Harley Davidson Orange #CF3A1E
RGB
CMYK
RGB Variations
Color information
#CF3A1E (or 0xCF3A1E) is known color: Harley Davidson Orange. HEX triplet: CF, 3A and 1E. RGB value is (207,58,30). Sum of RGB (Red+Green+Blue) = 207+58+30=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A1E is #30C5E1. Grayscale: #636363. Windows color (decimal): -3196386 or 1981135. OLE color: 1981135.
HSL color Cylindrical-coordinate representation of color #CF3A1E: hue angle of 9.49º 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 #CF3A1E is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 30 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.19 |
| HSL | 9.49º | 0.75% | 0.46% | - |
| HSV(B) | 9.49º | 0.86% | 0.81% | - |
| XYZ | 27.48 | 16.39 | 2.94 | - |
| YUV | 99.36 | 88.86 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 30 | 0 | 0.72 | 0.86 | 0.19 | 9.49 | 0.75 | 0.46 |
| Hex | CF | 3A | 1E | 0 | 48 | 56 | 13 | 9 | 4B | 2E |
| Octal | 317 | 72 | 36 | 0 | 110 | 126 | 23 | 11 | 113 | 56 |
| Binary | 11001111 | 111010 | 11110 | 0 | 1001000 | 1010110 | 10011 | 1001 | 1001011 | 101110 |
Color Harmonies of #CF3A1E
Complementary color
Monochromatic Colors of #CF3A1E
Black with #CF3A1E
Text Example
Text Example
White with #CF3A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A1E; }
p { color: rgb(207,58,30); }
H1.HeaderClassName
{
color: #CF3A1E;
}
.AnyTagClassName
{
color: #CF3A1E;
}
</style>
background-color css
<style>
a { background-color: #CF3A1E; }
a { background-color: rgb(207,58,30); }
div.DivClassName
{
background-color: #CF3A1E;
}
.BgClassName
{
background-color: #CF3A1E;
}
</style>
border-color css
<style>
span { border-color: #CF3A1E; }
span { border-color: rgb(207,58,30); }
td.TdClassName
{
border-color: #CF3A1E;
}
.TagClassName
{
border-color: #CF3A1E;
}
</style>