Html Css Color HEX #CF481E Harley Davidson Orange
📋 copy color: '#CF481E'red 207 ◦ green 72 ◦ blue 30
Shades of Harley Davidson Orange #CF481E
Tints of Harley Davidson Orange #CF481E
RGB
CMYK
RGB Variations
Color information
#CF481E (or 0xCF481E) is known color: Harley Davidson Orange. HEX triplet: CF, 48 and 1E. RGB value is (207,72,30). Sum of RGB (Red+Green+Blue) = 207+72+30=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF481E is #30B7E1. Grayscale: #6B6B6B. Windows color (decimal): -3192802 or 1984719. OLE color: 1984719.
HSL color Cylindrical-coordinate representation of color #CF481E: hue angle of 14.24º 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 #CF481E is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 30 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.19 |
| HSL | 14.24º | 0.75% | 0.46% | - |
| HSV(B) | 14.24º | 0.86% | 0.81% | - |
| XYZ | 28.28 | 17.99 | 3.21 | - |
| YUV | 107.58 | 84.23 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 30 | 0 | 0.65 | 0.86 | 0.19 | 14.24 | 0.75 | 0.46 |
| Hex | CF | 48 | 1E | 0 | 41 | 56 | 13 | E | 4B | 2E |
| Octal | 317 | 110 | 36 | 0 | 101 | 126 | 23 | 16 | 113 | 56 |
| Binary | 11001111 | 1001000 | 11110 | 0 | 1000001 | 1010110 | 10011 | 1110 | 1001011 | 101110 |
Color Harmonies of #CF481E
Complementary color
Monochromatic Colors of #CF481E
Black with #CF481E
Text Example
Text Example
White with #CF481E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF481E; }
p { color: rgb(207,72,30); }
H1.HeaderClassName
{
color: #CF481E;
}
.AnyTagClassName
{
color: #CF481E;
}
</style>
background-color css
<style>
a { background-color: #CF481E; }
a { background-color: rgb(207,72,30); }
div.DivClassName
{
background-color: #CF481E;
}
.BgClassName
{
background-color: #CF481E;
}
</style>
border-color css
<style>
span { border-color: #CF481E; }
span { border-color: rgb(207,72,30); }
td.TdClassName
{
border-color: #CF481E;
}
.TagClassName
{
border-color: #CF481E;
}
</style>