Html Css Color HEX #CF1A16 Harley Davidson Orange
📋 copy color: '#CF1A16'red 207 ◦ green 26 ◦ blue 22
Shades of Harley Davidson Orange #CF1A16
Tints of Harley Davidson Orange #CF1A16
RGB
CMYK
RGB Variations
Color information
#CF1A16 (or 0xCF1A16) is known color: Harley Davidson Orange. HEX triplet: CF, 1A and 16. RGB value is (207,26,22). Sum of RGB (Red+Green+Blue) = 207+26+22=255 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.18% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF1A16 is #30E5E9. Grayscale: #4F4F4F. Windows color (decimal): -3204586 or 1448655. OLE color: 1448655.
HSL color Cylindrical-coordinate representation of color #CF1A16: hue angle of 1.3º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1A16 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 26 | 22 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.19 |
| HSL | 1.3º | 0.81% | 0.45% | - |
| HSV(B) | 1.3º | 0.89% | 0.81% | - |
| XYZ | 26.25 | 14.06 | 2.09 | - |
| YUV | 79.66 | 95.47 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 22 | 0 | 0.87 | 0.89 | 0.19 | 1.3 | 0.81 | 0.45 |
| Hex | CF | 1A | 16 | 0 | 57 | 59 | 13 | 1 | 51 | 2D |
| Octal | 317 | 32 | 26 | 0 | 127 | 131 | 23 | 1 | 121 | 55 |
| Binary | 11001111 | 11010 | 10110 | 0 | 1010111 | 1011001 | 10011 | 1 | 1010001 | 101101 |
Color Harmonies of #CF1A16
Complementary color
Monochromatic Colors of #CF1A16
Black with #CF1A16
Text Example
Text Example
White with #CF1A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1A16; }
p { color: rgb(207,26,22); }
H1.HeaderClassName
{
color: #CF1A16;
}
.AnyTagClassName
{
color: #CF1A16;
}
</style>
background-color css
<style>
a { background-color: #CF1A16; }
a { background-color: rgb(207,26,22); }
div.DivClassName
{
background-color: #CF1A16;
}
.BgClassName
{
background-color: #CF1A16;
}
</style>
border-color css
<style>
span { border-color: #CF1A16; }
span { border-color: rgb(207,26,22); }
td.TdClassName
{
border-color: #CF1A16;
}
.TagClassName
{
border-color: #CF1A16;
}
</style>