Html Css Color HEX #C73401 Harley Davidson Orange
📋 copy color: '#C73401'red 199 ◦ green 52 ◦ blue 1
Shades of Harley Davidson Orange #C73401
Tints of Harley Davidson Orange #C73401
RGB
CMYK
RGB Variations
Color information
#C73401 (or 0xC73401) is known color: Harley Davidson Orange. HEX triplet: C7, 34 and 01. RGB value is (199,52,1). Sum of RGB (Red+Green+Blue) = 199+52+1=252 (33% of max value = 765). Red value is 199 (78.12% from 255 or 78.97% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 199 - color contains mainly: red. Hex color #C73401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73401 is #38CBFE. Grayscale: #5A5A5A. Windows color (decimal): -3722239 or 79047. OLE color: 79047.
HSL color Cylindrical-coordinate representation of color #C73401: hue angle of 15.45º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C73401 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 1 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.22 |
| HSL | 15.45º | 0.99% | 0.39% | - |
| HSV(B) | 15.45º | 0.99% | 0.78% | - |
| XYZ | 24.79 | 14.6 | 1.54 | - |
| YUV | 90.14 | 77.7 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 1 | 0 | 0.74 | 0.99 | 0.22 | 15.45 | 0.99 | 0.39 |
| Hex | C7 | 34 | 1 | 0 | 4A | 63 | 16 | F | 63 | 27 |
| Octal | 307 | 64 | 1 | 0 | 112 | 143 | 26 | 17 | 143 | 47 |
| Binary | 11000111 | 110100 | 1 | 0 | 1001010 | 1100011 | 10110 | 1111 | 1100011 | 100111 |
Color Harmonies of #C73401
Complementary color
Monochromatic Colors of #C73401
Black with #C73401
Text Example
Text Example
White with #C73401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73401; }
p { color: rgb(199,52,1); }
H1.HeaderClassName
{
color: #C73401;
}
.AnyTagClassName
{
color: #C73401;
}
</style>
background-color css
<style>
a { background-color: #C73401; }
a { background-color: rgb(199,52,1); }
div.DivClassName
{
background-color: #C73401;
}
.BgClassName
{
background-color: #C73401;
}
</style>
border-color css
<style>
span { border-color: #C73401; }
span { border-color: rgb(199,52,1); }
td.TdClassName
{
border-color: #C73401;
}
.TagClassName
{
border-color: #C73401;
}
</style>