Html Css Color HEX #CF4414 Harley Davidson Orange
📋 copy color: '#CF4414'red 207 ◦ green 68 ◦ blue 20
Shades of Harley Davidson Orange #CF4414
Tints of Harley Davidson Orange #CF4414
RGB
CMYK
RGB Variations
Color information
#CF4414 (or 0xCF4414) is known color: Harley Davidson Orange. HEX triplet: CF, 44 and 14. RGB value is (207,68,20). Sum of RGB (Red+Green+Blue) = 207+68+20=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4414 is #30BBEB. Grayscale: #686868. Windows color (decimal): -3193836 or 1328335. OLE color: 1328335.
HSL color Cylindrical-coordinate representation of color #CF4414: hue angle of 15.4º 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 #CF4414 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 68 | 20 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.19 |
| HSL | 15.4º | 0.82% | 0.45% | - |
| HSV(B) | 15.4º | 0.9% | 0.81% | - |
| XYZ | 27.93 | 17.45 | 2.56 | - |
| YUV | 104.09 | 80.55 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 20 | 0 | 0.67 | 0.90 | 0.19 | 15.4 | 0.82 | 0.45 |
| Hex | CF | 44 | 14 | 0 | 43 | 5A | 13 | F | 52 | 2D |
| Octal | 317 | 104 | 24 | 0 | 103 | 132 | 23 | 17 | 122 | 55 |
| Binary | 11001111 | 1000100 | 10100 | 0 | 1000011 | 1011010 | 10011 | 1111 | 1010010 | 101101 |
Color Harmonies of #CF4414
Complementary color
Monochromatic Colors of #CF4414
Black with #CF4414
Text Example
Text Example
White with #CF4414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4414; }
p { color: rgb(207,68,20); }
H1.HeaderClassName
{
color: #CF4414;
}
.AnyTagClassName
{
color: #CF4414;
}
</style>
background-color css
<style>
a { background-color: #CF4414; }
a { background-color: rgb(207,68,20); }
div.DivClassName
{
background-color: #CF4414;
}
.BgClassName
{
background-color: #CF4414;
}
</style>
border-color css
<style>
span { border-color: #CF4414; }
span { border-color: rgb(207,68,20); }
td.TdClassName
{
border-color: #CF4414;
}
.TagClassName
{
border-color: #CF4414;
}
</style>