Html Css Color HEX #CF1A0F Harley Davidson Orange
📋 copy color: '#CF1A0F'red 207 ◦ green 26 ◦ blue 15
Shades of Harley Davidson Orange #CF1A0F
Tints of Harley Davidson Orange #CF1A0F
RGB
CMYK
RGB Variations
Color information
#CF1A0F (or 0xCF1A0F) is known color: Harley Davidson Orange. HEX triplet: CF, 1A and 0F. RGB value is (207,26,15). Sum of RGB (Red+Green+Blue) = 207+26+15=248 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.47% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF1A0F is #30E5F0. Grayscale: #4F4F4F. Windows color (decimal): -3204593 or 989903. OLE color: 989903.
HSL color Cylindrical-coordinate representation of color #CF1A0F: hue angle of 3.44º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF1A0F is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 26 | 15 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.19 |
| HSL | 3.44º | 0.86% | 0.44% | - |
| HSV(B) | 3.44º | 0.93% | 0.81% | - |
| XYZ | 26.19 | 14.04 | 1.78 | - |
| YUV | 78.87 | 91.97 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 15 | 0 | 0.87 | 0.93 | 0.19 | 3.44 | 0.86 | 0.44 |
| Hex | CF | 1A | F | 0 | 57 | 5D | 13 | 3 | 56 | 2C |
| Octal | 317 | 32 | 17 | 0 | 127 | 135 | 23 | 3 | 126 | 54 |
| Binary | 11001111 | 11010 | 1111 | 0 | 1010111 | 1011101 | 10011 | 11 | 1010110 | 101100 |
Color Harmonies of #CF1A0F
Complementary color
Monochromatic Colors of #CF1A0F
Black with #CF1A0F
Text Example
Text Example
White with #CF1A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1A0F; }
p { color: rgb(207,26,15); }
H1.HeaderClassName
{
color: #CF1A0F;
}
.AnyTagClassName
{
color: #CF1A0F;
}
</style>
background-color css
<style>
a { background-color: #CF1A0F; }
a { background-color: rgb(207,26,15); }
div.DivClassName
{
background-color: #CF1A0F;
}
.BgClassName
{
background-color: #CF1A0F;
}
</style>
border-color css
<style>
span { border-color: #CF1A0F; }
span { border-color: rgb(207,26,15); }
td.TdClassName
{
border-color: #CF1A0F;
}
.TagClassName
{
border-color: #CF1A0F;
}
</style>