Html Css Color HEX #CF491B Harley Davidson Orange
📋 copy color: '#CF491B'red 207 ◦ green 73 ◦ blue 27
Shades of Harley Davidson Orange #CF491B
Tints of Harley Davidson Orange #CF491B
RGB
CMYK
RGB Variations
Color information
#CF491B (or 0xCF491B) is known color: Harley Davidson Orange. HEX triplet: CF, 49 and 1B. RGB value is (207,73,27). Sum of RGB (Red+Green+Blue) = 207+73+27=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF491B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF491B is #30B6E4. Grayscale: #6C6C6C. Windows color (decimal): -3192549 or 1788367. OLE color: 1788367.
HSL color Cylindrical-coordinate representation of color #CF491B: hue angle of 15.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF491B is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 73 | 27 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.19 |
| HSL | 15.33º | 0.77% | 0.46% | - |
| HSV(B) | 15.33º | 0.87% | 0.81% | - |
| XYZ | 28.31 | 18.11 | 3.04 | - |
| YUV | 107.82 | 82.39 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 73 | 27 | 0 | 0.65 | 0.87 | 0.19 | 15.33 | 0.77 | 0.46 |
| Hex | CF | 49 | 1B | 0 | 41 | 57 | 13 | F | 4D | 2E |
| Octal | 317 | 111 | 33 | 0 | 101 | 127 | 23 | 17 | 115 | 56 |
| Binary | 11001111 | 1001001 | 11011 | 0 | 1000001 | 1010111 | 10011 | 1111 | 1001101 | 101110 |
Color Harmonies of #CF491B
Complementary color
Monochromatic Colors of #CF491B
Black with #CF491B
Text Example
Text Example
White with #CF491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF491B; }
p { color: rgb(207,73,27); }
H1.HeaderClassName
{
color: #CF491B;
}
.AnyTagClassName
{
color: #CF491B;
}
</style>
background-color css
<style>
a { background-color: #CF491B; }
a { background-color: rgb(207,73,27); }
div.DivClassName
{
background-color: #CF491B;
}
.BgClassName
{
background-color: #CF491B;
}
</style>
border-color css
<style>
span { border-color: #CF491B; }
span { border-color: rgb(207,73,27); }
td.TdClassName
{
border-color: #CF491B;
}
.TagClassName
{
border-color: #CF491B;
}
</style>