Html Css Color HEX #CF3114 Harley Davidson Orange
📋 copy color: '#CF3114'red 207 ◦ green 49 ◦ blue 20
Shades of Harley Davidson Orange #CF3114
Tints of Harley Davidson Orange #CF3114
RGB
CMYK
RGB Variations
Color information
#CF3114 (or 0xCF3114) is known color: Harley Davidson Orange. HEX triplet: CF, 31 and 14. RGB value is (207,49,20). Sum of RGB (Red+Green+Blue) = 207+49+20=276 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3114 is #30CEEB. Grayscale: #5D5D5D. Windows color (decimal): -3198700 or 1323471. OLE color: 1323471.
HSL color Cylindrical-coordinate representation of color #CF3114: hue angle of 9.3º 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 #CF3114 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 20 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.19 |
| HSL | 9.3º | 0.82% | 0.45% | - |
| HSV(B) | 9.3º | 0.9% | 0.81% | - |
| XYZ | 26.96 | 15.51 | 2.24 | - |
| YUV | 92.94 | 86.85 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 20 | 0 | 0.76 | 0.90 | 0.19 | 9.3 | 0.82 | 0.45 |
| Hex | CF | 31 | 14 | 0 | 4C | 5A | 13 | 9 | 52 | 2D |
| Octal | 317 | 61 | 24 | 0 | 114 | 132 | 23 | 11 | 122 | 55 |
| Binary | 11001111 | 110001 | 10100 | 0 | 1001100 | 1011010 | 10011 | 1001 | 1010010 | 101101 |
Color Harmonies of #CF3114
Complementary color
Monochromatic Colors of #CF3114
Black with #CF3114
Text Example
Text Example
White with #CF3114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3114; }
p { color: rgb(207,49,20); }
H1.HeaderClassName
{
color: #CF3114;
}
.AnyTagClassName
{
color: #CF3114;
}
</style>
background-color css
<style>
a { background-color: #CF3114; }
a { background-color: rgb(207,49,20); }
div.DivClassName
{
background-color: #CF3114;
}
.BgClassName
{
background-color: #CF3114;
}
</style>
border-color css
<style>
span { border-color: #CF3114; }
span { border-color: rgb(207,49,20); }
td.TdClassName
{
border-color: #CF3114;
}
.TagClassName
{
border-color: #CF3114;
}
</style>