Html Css Color HEX #CF1A14 Harley Davidson Orange
📋 copy color: '#CF1A14'red 207 ◦ green 26 ◦ blue 20
Shades of Harley Davidson Orange #CF1A14
Tints of Harley Davidson Orange #CF1A14
RGB
CMYK
RGB Variations
Color information
#CF1A14 (or 0xCF1A14) is known color: Harley Davidson Orange. HEX triplet: CF, 1A and 14. RGB value is (207,26,20). Sum of RGB (Red+Green+Blue) = 207+26+20=253 (33% of max value = 765). Red value is 207 (81.25% from 255 or 81.82% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF1A14 is #30E5EB. Grayscale: #4F4F4F. Windows color (decimal): -3204588 or 1317583. OLE color: 1317583.
HSL color Cylindrical-coordinate representation of color #CF1A14: hue angle of 1.93º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1A14 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 26 | 20 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.19 |
| HSL | 1.93º | 0.82% | 0.45% | - |
| HSV(B) | 1.93º | 0.9% | 0.81% | - |
| XYZ | 26.23 | 14.05 | 1.99 | - |
| YUV | 79.44 | 94.47 | 218.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 26 | 20 | 0 | 0.87 | 0.90 | 0.19 | 1.93 | 0.82 | 0.45 |
| Hex | CF | 1A | 14 | 0 | 57 | 5A | 13 | 2 | 52 | 2D |
| Octal | 317 | 32 | 24 | 0 | 127 | 132 | 23 | 2 | 122 | 55 |
| Binary | 11001111 | 11010 | 10100 | 0 | 1010111 | 1011010 | 10011 | 10 | 1010010 | 101101 |
Color Harmonies of #CF1A14
Complementary color
Monochromatic Colors of #CF1A14
Black with #CF1A14
Text Example
Text Example
White with #CF1A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1A14; }
p { color: rgb(207,26,20); }
H1.HeaderClassName
{
color: #CF1A14;
}
.AnyTagClassName
{
color: #CF1A14;
}
</style>
background-color css
<style>
a { background-color: #CF1A14; }
a { background-color: rgb(207,26,20); }
div.DivClassName
{
background-color: #CF1A14;
}
.BgClassName
{
background-color: #CF1A14;
}
</style>
border-color css
<style>
span { border-color: #CF1A14; }
span { border-color: rgb(207,26,20); }
td.TdClassName
{
border-color: #CF1A14;
}
.TagClassName
{
border-color: #CF1A14;
}
</style>