Html Css Color HEX #CF4813 Harley Davidson Orange
📋 copy color: '#CF4813'red 207 ◦ green 72 ◦ blue 19
Shades of Harley Davidson Orange #CF4813
Tints of Harley Davidson Orange #CF4813
RGB
CMYK
RGB Variations
Color information
#CF4813 (or 0xCF4813) is known color: Harley Davidson Orange. HEX triplet: CF, 48 and 13. RGB value is (207,72,19). Sum of RGB (Red+Green+Blue) = 207+72+19=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4813 is #30B7EC. Grayscale: #6A6A6A. Windows color (decimal): -3192813 or 1263823. OLE color: 1263823.
HSL color Cylindrical-coordinate representation of color #CF4813: hue angle of 16.91º 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 #CF4813 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 72 | 19 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.19 |
| HSL | 16.91º | 0.83% | 0.44% | - |
| HSV(B) | 16.91º | 0.91% | 0.81% | - |
| XYZ | 28.17 | 17.95 | 2.6 | - |
| YUV | 106.32 | 78.73 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 19 | 0 | 0.65 | 0.91 | 0.19 | 16.91 | 0.83 | 0.44 |
| Hex | CF | 48 | 13 | 0 | 41 | 5B | 13 | 11 | 53 | 2C |
| Octal | 317 | 110 | 23 | 0 | 101 | 133 | 23 | 21 | 123 | 54 |
| Binary | 11001111 | 1001000 | 10011 | 0 | 1000001 | 1011011 | 10011 | 10001 | 1010011 | 101100 |
Color Harmonies of #CF4813
Complementary color
Monochromatic Colors of #CF4813
Black with #CF4813
Text Example
Text Example
White with #CF4813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4813; }
p { color: rgb(207,72,19); }
H1.HeaderClassName
{
color: #CF4813;
}
.AnyTagClassName
{
color: #CF4813;
}
</style>
background-color css
<style>
a { background-color: #CF4813; }
a { background-color: rgb(207,72,19); }
div.DivClassName
{
background-color: #CF4813;
}
.BgClassName
{
background-color: #CF4813;
}
</style>
border-color css
<style>
span { border-color: #CF4813; }
span { border-color: rgb(207,72,19); }
td.TdClassName
{
border-color: #CF4813;
}
.TagClassName
{
border-color: #CF4813;
}
</style>