Html Css Color HEX #C73301 Harley Davidson Orange
📋 copy color: '#C73301'red 199 ◦ green 51 ◦ blue 1
Shades of Harley Davidson Orange #C73301
Tints of Harley Davidson Orange #C73301
RGB
CMYK
RGB Variations
Color information
#C73301 (or 0xC73301) is known color: Harley Davidson Orange. HEX triplet: C7, 33 and 01. RGB value is (199,51,1). Sum of RGB (Red+Green+Blue) = 199+51+1=251 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.28% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 199 - color contains mainly: red. Hex color #C73301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73301 is #38CCFE. Grayscale: #595959. Windows color (decimal): -3722495 or 78791. OLE color: 78791.
HSL color Cylindrical-coordinate representation of color #C73301: hue angle of 15.15º 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 #C73301 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 51 | 1 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.22 |
| HSL | 15.15º | 0.99% | 0.39% | - |
| HSV(B) | 15.15º | 0.99% | 0.78% | - |
| XYZ | 24.74 | 14.51 | 1.53 | - |
| YUV | 89.55 | 78.03 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 1 | 0 | 0.74 | 0.99 | 0.22 | 15.15 | 0.99 | 0.39 |
| Hex | C7 | 33 | 1 | 0 | 4A | 63 | 16 | F | 63 | 27 |
| Octal | 307 | 63 | 1 | 0 | 112 | 143 | 26 | 17 | 143 | 47 |
| Binary | 11000111 | 110011 | 1 | 0 | 1001010 | 1100011 | 10110 | 1111 | 1100011 | 100111 |
Color Harmonies of #C73301
Complementary color
Monochromatic Colors of #C73301
Black with #C73301
Text Example
Text Example
White with #C73301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73301; }
p { color: rgb(199,51,1); }
H1.HeaderClassName
{
color: #C73301;
}
.AnyTagClassName
{
color: #C73301;
}
</style>
background-color css
<style>
a { background-color: #C73301; }
a { background-color: rgb(199,51,1); }
div.DivClassName
{
background-color: #C73301;
}
.BgClassName
{
background-color: #C73301;
}
</style>
border-color css
<style>
span { border-color: #C73301; }
span { border-color: rgb(199,51,1); }
td.TdClassName
{
border-color: #C73301;
}
.TagClassName
{
border-color: #C73301;
}
</style>