Html Css Color HEX #CF1A10 Harley Davidson Orange
📋 copy color: '#CF1A10'red 207 ◦ green 26 ◦ blue 16
Shades of Harley Davidson Orange #CF1A10
Tints of Harley Davidson Orange #CF1A10
RGB
CMYK
RGB Variations
Color information
#CF1A10 (or 0xCF1A10) is known color: Harley Davidson Orange. HEX triplet: CF, 1A and 10. RGB value is (207,26,16). Sum of RGB (Red+Green+Blue) = 207+26+16=249 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.13% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 16 (6.64% from 255 or 6.43% from 249); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF1A10 is #30E5EF. Grayscale: #4F4F4F. Windows color (decimal): -3204592 or 1055439. OLE color: 1055439.
HSL color Cylindrical-coordinate representation of color #CF1A10: hue angle of 3.14º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1A10 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 26 | 16 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.19 |
| HSL | 3.14º | 0.86% | 0.44% | - |
| HSV(B) | 3.14º | 0.92% | 0.81% | - |
| XYZ | 26.2 | 14.04 | 1.82 | - |
| YUV | 78.98 | 92.47 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 16 | 0 | 0.87 | 0.92 | 0.19 | 3.14 | 0.86 | 0.44 |
| Hex | CF | 1A | 10 | 0 | 57 | 5C | 13 | 3 | 56 | 2C |
| Octal | 317 | 32 | 20 | 0 | 127 | 134 | 23 | 3 | 126 | 54 |
| Binary | 11001111 | 11010 | 10000 | 0 | 1010111 | 1011100 | 10011 | 11 | 1010110 | 101100 |
Color Harmonies of #CF1A10
Complementary color
Monochromatic Colors of #CF1A10
Black with #CF1A10
Text Example
Text Example
White with #CF1A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1A10; }
p { color: rgb(207,26,16); }
H1.HeaderClassName
{
color: #CF1A10;
}
.AnyTagClassName
{
color: #CF1A10;
}
</style>
background-color css
<style>
a { background-color: #CF1A10; }
a { background-color: rgb(207,26,16); }
div.DivClassName
{
background-color: #CF1A10;
}
.BgClassName
{
background-color: #CF1A10;
}
</style>
border-color css
<style>
span { border-color: #CF1A10; }
span { border-color: rgb(207,26,16); }
td.TdClassName
{
border-color: #CF1A10;
}
.TagClassName
{
border-color: #CF1A10;
}
</style>