Html Css Color HEX #CF4113 Harley Davidson Orange
📋 copy color: '#CF4113'red 207 ◦ green 65 ◦ blue 19
Shades of Harley Davidson Orange #CF4113
Tints of Harley Davidson Orange #CF4113
RGB
CMYK
RGB Variations
Color information
#CF4113 (or 0xCF4113) is known color: Harley Davidson Orange. HEX triplet: CF, 41 and 13. RGB value is (207,65,19). Sum of RGB (Red+Green+Blue) = 207+65+19=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4113 is #30BEEC. Grayscale: #666666. Windows color (decimal): -3194605 or 1262031. OLE color: 1262031.
HSL color Cylindrical-coordinate representation of color #CF4113: hue angle of 14.68º 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 #CF4113 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 65 | 19 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.19 |
| HSL | 14.68º | 0.83% | 0.44% | - |
| HSV(B) | 14.68º | 0.91% | 0.81% | - |
| XYZ | 27.74 | 17.09 | 2.45 | - |
| YUV | 102.21 | 81.04 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 65 | 19 | 0 | 0.69 | 0.91 | 0.19 | 14.68 | 0.83 | 0.44 |
| Hex | CF | 41 | 13 | 0 | 45 | 5B | 13 | F | 53 | 2C |
| Octal | 317 | 101 | 23 | 0 | 105 | 133 | 23 | 17 | 123 | 54 |
| Binary | 11001111 | 1000001 | 10011 | 0 | 1000101 | 1011011 | 10011 | 1111 | 1010011 | 101100 |
Color Harmonies of #CF4113
Complementary color
Monochromatic Colors of #CF4113
Black with #CF4113
Text Example
Text Example
White with #CF4113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4113; }
p { color: rgb(207,65,19); }
H1.HeaderClassName
{
color: #CF4113;
}
.AnyTagClassName
{
color: #CF4113;
}
</style>
background-color css
<style>
a { background-color: #CF4113; }
a { background-color: rgb(207,65,19); }
div.DivClassName
{
background-color: #CF4113;
}
.BgClassName
{
background-color: #CF4113;
}
</style>
border-color css
<style>
span { border-color: #CF4113; }
span { border-color: rgb(207,65,19); }
td.TdClassName
{
border-color: #CF4113;
}
.TagClassName
{
border-color: #CF4113;
}
</style>