Html Css Color HEX #CF4013 Harley Davidson Orange
📋 copy color: '#CF4013'red 207 ◦ green 64 ◦ blue 19
Shades of Harley Davidson Orange #CF4013
Tints of Harley Davidson Orange #CF4013
RGB
CMYK
RGB Variations
Color information
#CF4013 (or 0xCF4013) is known color: Harley Davidson Orange. HEX triplet: CF, 40 and 13. RGB value is (207,64,19). Sum of RGB (Red+Green+Blue) = 207+64+19=290 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.38% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4013 is #30BFEC. Grayscale: #656565. Windows color (decimal): -3194861 or 1261775. OLE color: 1261775.
HSL color Cylindrical-coordinate representation of color #CF4013: hue angle of 14.36º 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 #CF4013 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 19 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.19 |
| HSL | 14.36º | 0.83% | 0.44% | - |
| HSV(B) | 14.36º | 0.91% | 0.81% | - |
| XYZ | 27.68 | 16.98 | 2.43 | - |
| YUV | 101.63 | 81.38 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 19 | 0 | 0.69 | 0.91 | 0.19 | 14.36 | 0.83 | 0.44 |
| Hex | CF | 40 | 13 | 0 | 45 | 5B | 13 | E | 53 | 2C |
| Octal | 317 | 100 | 23 | 0 | 105 | 133 | 23 | 16 | 123 | 54 |
| Binary | 11001111 | 1000000 | 10011 | 0 | 1000101 | 1011011 | 10011 | 1110 | 1010011 | 101100 |
Color Harmonies of #CF4013
Complementary color
Monochromatic Colors of #CF4013
Black with #CF4013
Text Example
Text Example
White with #CF4013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4013; }
p { color: rgb(207,64,19); }
H1.HeaderClassName
{
color: #CF4013;
}
.AnyTagClassName
{
color: #CF4013;
}
</style>
background-color css
<style>
a { background-color: #CF4013; }
a { background-color: rgb(207,64,19); }
div.DivClassName
{
background-color: #CF4013;
}
.BgClassName
{
background-color: #CF4013;
}
</style>
border-color css
<style>
span { border-color: #CF4013; }
span { border-color: rgb(207,64,19); }
td.TdClassName
{
border-color: #CF4013;
}
.TagClassName
{
border-color: #CF4013;
}
</style>