Html Css Color HEX #CF3214 Harley Davidson Orange
📋 copy color: '#CF3214'red 207 ◦ green 50 ◦ blue 20
Shades of Harley Davidson Orange #CF3214
Tints of Harley Davidson Orange #CF3214
RGB
CMYK
RGB Variations
Color information
#CF3214 (or 0xCF3214) is known color: Harley Davidson Orange. HEX triplet: CF, 32 and 14. RGB value is (207,50,20). Sum of RGB (Red+Green+Blue) = 207+50+20=277 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.73% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF3214 is #30CDEB. Grayscale: #5D5D5D. Windows color (decimal): -3198444 or 1323727. OLE color: 1323727.
HSL color Cylindrical-coordinate representation of color #CF3214: hue angle of 9.63º 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 #CF3214 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 20 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.19 |
| HSL | 9.63º | 0.82% | 0.45% | - |
| HSV(B) | 9.63º | 0.9% | 0.81% | - |
| XYZ | 27 | 15.6 | 2.25 | - |
| YUV | 93.52 | 86.51 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 20 | 0 | 0.76 | 0.90 | 0.19 | 9.63 | 0.82 | 0.45 |
| Hex | CF | 32 | 14 | 0 | 4C | 5A | 13 | A | 52 | 2D |
| Octal | 317 | 62 | 24 | 0 | 114 | 132 | 23 | 12 | 122 | 55 |
| Binary | 11001111 | 110010 | 10100 | 0 | 1001100 | 1011010 | 10011 | 1010 | 1010010 | 101101 |
Color Harmonies of #CF3214
Complementary color
Monochromatic Colors of #CF3214
Black with #CF3214
Text Example
Text Example
White with #CF3214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3214; }
p { color: rgb(207,50,20); }
H1.HeaderClassName
{
color: #CF3214;
}
.AnyTagClassName
{
color: #CF3214;
}
</style>
background-color css
<style>
a { background-color: #CF3214; }
a { background-color: rgb(207,50,20); }
div.DivClassName
{
background-color: #CF3214;
}
.BgClassName
{
background-color: #CF3214;
}
</style>
border-color css
<style>
span { border-color: #CF3214; }
span { border-color: rgb(207,50,20); }
td.TdClassName
{
border-color: #CF3214;
}
.TagClassName
{
border-color: #CF3214;
}
</style>