Html Css Color HEX #CF4713 Harley Davidson Orange
📋 copy color: '#CF4713'red 207 ◦ green 71 ◦ blue 19
Shades of Harley Davidson Orange #CF4713
Tints of Harley Davidson Orange #CF4713
RGB
CMYK
RGB Variations
Color information
#CF4713 (or 0xCF4713) is known color: Harley Davidson Orange. HEX triplet: CF, 47 and 13. RGB value is (207,71,19). Sum of RGB (Red+Green+Blue) = 207+71+19=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4713 is #30B8EC. Grayscale: #6A6A6A. Windows color (decimal): -3193069 or 1263567. OLE color: 1263567.
HSL color Cylindrical-coordinate representation of color #CF4713: hue angle of 16.6º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF4713 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 71 | 19 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.19 |
| HSL | 16.6º | 0.83% | 0.44% | - |
| HSV(B) | 16.6º | 0.91% | 0.81% | - |
| XYZ | 28.1 | 17.82 | 2.57 | - |
| YUV | 105.74 | 79.06 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 19 | 0 | 0.66 | 0.91 | 0.19 | 16.6 | 0.83 | 0.44 |
| Hex | CF | 47 | 13 | 0 | 42 | 5B | 13 | 11 | 53 | 2C |
| Octal | 317 | 107 | 23 | 0 | 102 | 133 | 23 | 21 | 123 | 54 |
| Binary | 11001111 | 1000111 | 10011 | 0 | 1000010 | 1011011 | 10011 | 10001 | 1010011 | 101100 |
Color Harmonies of #CF4713
Complementary color
Monochromatic Colors of #CF4713
Black with #CF4713
Text Example
Text Example
White with #CF4713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4713; }
p { color: rgb(207,71,19); }
H1.HeaderClassName
{
color: #CF4713;
}
.AnyTagClassName
{
color: #CF4713;
}
</style>
background-color css
<style>
a { background-color: #CF4713; }
a { background-color: rgb(207,71,19); }
div.DivClassName
{
background-color: #CF4713;
}
.BgClassName
{
background-color: #CF4713;
}
</style>
border-color css
<style>
span { border-color: #CF4713; }
span { border-color: rgb(207,71,19); }
td.TdClassName
{
border-color: #CF4713;
}
.TagClassName
{
border-color: #CF4713;
}
</style>