Html Css Color HEX #CF2D14 Harley Davidson Orange
📋 copy color: '#CF2D14'red 207 ◦ green 45 ◦ blue 20
Shades of Harley Davidson Orange #CF2D14
Tints of Harley Davidson Orange #CF2D14
RGB
CMYK
RGB Variations
Color information
#CF2D14 (or 0xCF2D14) is known color: Harley Davidson Orange. HEX triplet: CF, 2D and 14. RGB value is (207,45,20). Sum of RGB (Red+Green+Blue) = 207+45+20=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF2D14 is #30D2EB. Grayscale: #5A5A5A. Windows color (decimal): -3199724 or 1322447. OLE color: 1322447.
HSL color Cylindrical-coordinate representation of color #CF2D14: hue angle of 8.02º 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 #CF2D14 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 20 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.19 |
| HSL | 8.02º | 0.82% | 0.45% | - |
| HSV(B) | 8.02º | 0.9% | 0.81% | - |
| XYZ | 26.8 | 15.19 | 2.18 | - |
| YUV | 90.59 | 88.17 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 20 | 0 | 0.78 | 0.90 | 0.19 | 8.02 | 0.82 | 0.45 |
| Hex | CF | 2D | 14 | 0 | 4E | 5A | 13 | 8 | 52 | 2D |
| Octal | 317 | 55 | 24 | 0 | 116 | 132 | 23 | 10 | 122 | 55 |
| Binary | 11001111 | 101101 | 10100 | 0 | 1001110 | 1011010 | 10011 | 1000 | 1010010 | 101101 |
Color Harmonies of #CF2D14
Complementary color
Monochromatic Colors of #CF2D14
Black with #CF2D14
Text Example
Text Example
White with #CF2D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2D14; }
p { color: rgb(207,45,20); }
H1.HeaderClassName
{
color: #CF2D14;
}
.AnyTagClassName
{
color: #CF2D14;
}
</style>
background-color css
<style>
a { background-color: #CF2D14; }
a { background-color: rgb(207,45,20); }
div.DivClassName
{
background-color: #CF2D14;
}
.BgClassName
{
background-color: #CF2D14;
}
</style>
border-color css
<style>
span { border-color: #CF2D14; }
span { border-color: rgb(207,45,20); }
td.TdClassName
{
border-color: #CF2D14;
}
.TagClassName
{
border-color: #CF2D14;
}
</style>