Html Css Color HEX #CF4A13 Harley Davidson Orange
📋 copy color: '#CF4A13'red 207 ◦ green 74 ◦ blue 19
Shades of Harley Davidson Orange #CF4A13
Tints of Harley Davidson Orange #CF4A13
RGB
CMYK
RGB Variations
Color information
#CF4A13 (or 0xCF4A13) is known color: Harley Davidson Orange. HEX triplet: CF, 4A and 13. RGB value is (207,74,19). Sum of RGB (Red+Green+Blue) = 207+74+19=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4A13 is #30B5EC. Grayscale: #6B6B6B. Windows color (decimal): -3192301 or 1264335. OLE color: 1264335.
HSL color Cylindrical-coordinate representation of color #CF4A13: hue angle of 17.55º 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 #CF4A13 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 74 | 19 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.19 |
| HSL | 17.55º | 0.83% | 0.44% | - |
| HSV(B) | 17.55º | 0.91% | 0.81% | - |
| XYZ | 28.3 | 18.21 | 2.64 | - |
| YUV | 107.5 | 78.06 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 19 | 0 | 0.64 | 0.91 | 0.19 | 17.55 | 0.83 | 0.44 |
| Hex | CF | 4A | 13 | 0 | 40 | 5B | 13 | 12 | 53 | 2C |
| Octal | 317 | 112 | 23 | 0 | 100 | 133 | 23 | 22 | 123 | 54 |
| Binary | 11001111 | 1001010 | 10011 | 0 | 1000000 | 1011011 | 10011 | 10010 | 1010011 | 101100 |
Color Harmonies of #CF4A13
Complementary color
Monochromatic Colors of #CF4A13
Black with #CF4A13
Text Example
Text Example
White with #CF4A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4A13; }
p { color: rgb(207,74,19); }
H1.HeaderClassName
{
color: #CF4A13;
}
.AnyTagClassName
{
color: #CF4A13;
}
</style>
background-color css
<style>
a { background-color: #CF4A13; }
a { background-color: rgb(207,74,19); }
div.DivClassName
{
background-color: #CF4A13;
}
.BgClassName
{
background-color: #CF4A13;
}
</style>
border-color css
<style>
span { border-color: #CF4A13; }
span { border-color: rgb(207,74,19); }
td.TdClassName
{
border-color: #CF4A13;
}
.TagClassName
{
border-color: #CF4A13;
}
</style>