Html Css Color HEX #C74013 Harley Davidson Orange
📋 copy color: '#C74013'red 199 ◦ green 64 ◦ blue 19
Shades of Harley Davidson Orange #C74013
Tints of Harley Davidson Orange #C74013
RGB
CMYK
RGB Variations
Color information
#C74013 (or 0xC74013) is known color: Harley Davidson Orange. HEX triplet: C7, 40 and 13. RGB value is (199,64,19). Sum of RGB (Red+Green+Blue) = 199+64+19=282 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.57% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 199 - color contains mainly: red. Hex color #C74013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74013 is #38BFEC. Grayscale: #636363. Windows color (decimal): -3719149 or 1261767. OLE color: 1261767.
HSL color Cylindrical-coordinate representation of color #C74013: hue angle of 15º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C74013 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 19 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.22 |
| HSL | 15º | 0.83% | 0.43% | - |
| HSV(B) | 15º | 0.9% | 0.78% | - |
| XYZ | 25.5 | 15.86 | 2.33 | - |
| YUV | 99.24 | 82.73 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 19 | 0 | 0.68 | 0.90 | 0.22 | 15 | 0.83 | 0.43 |
| Hex | C7 | 40 | 13 | 0 | 44 | 5A | 16 | F | 53 | 2B |
| Octal | 307 | 100 | 23 | 0 | 104 | 132 | 26 | 17 | 123 | 53 |
| Binary | 11000111 | 1000000 | 10011 | 0 | 1000100 | 1011010 | 10110 | 1111 | 1010011 | 101011 |
Color Harmonies of #C74013
Complementary color
Monochromatic Colors of #C74013
Black with #C74013
Text Example
Text Example
White with #C74013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74013; }
p { color: rgb(199,64,19); }
H1.HeaderClassName
{
color: #C74013;
}
.AnyTagClassName
{
color: #C74013;
}
</style>
background-color css
<style>
a { background-color: #C74013; }
a { background-color: rgb(199,64,19); }
div.DivClassName
{
background-color: #C74013;
}
.BgClassName
{
background-color: #C74013;
}
</style>
border-color css
<style>
span { border-color: #C74013; }
span { border-color: rgb(199,64,19); }
td.TdClassName
{
border-color: #C74013;
}
.TagClassName
{
border-color: #C74013;
}
</style>