Html Css Color HEX #C73802 Harley Davidson Orange
📋 copy color: '#C73802'red 199 ◦ green 56 ◦ blue 2
Shades of Harley Davidson Orange #C73802
Tints of Harley Davidson Orange #C73802
RGB
CMYK
RGB Variations
Color information
#C73802 (or 0xC73802) is known color: Harley Davidson Orange. HEX triplet: C7, 38 and 02. RGB value is (199,56,2). Sum of RGB (Red+Green+Blue) = 199+56+2=257 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.43% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 199 - color contains mainly: red. Hex color #C73802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73802 is #38C7FD. Grayscale: #5C5C5C. Windows color (decimal): -3721214 or 145607. OLE color: 145607.
HSL color Cylindrical-coordinate representation of color #C73802: hue angle of 16.45º degrees, saturation: 0.98, 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 #C73802 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.22 |
| HSL | 16.45º | 0.98% | 0.39% | - |
| HSV(B) | 16.45º | 0.99% | 0.78% | - |
| XYZ | 24.98 | 14.97 | 1.63 | - |
| YUV | 92.6 | 76.88 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 2 | 0 | 0.72 | 0.99 | 0.22 | 16.45 | 0.98 | 0.39 |
| Hex | C7 | 38 | 2 | 0 | 48 | 63 | 16 | 10 | 62 | 27 |
| Octal | 307 | 70 | 2 | 0 | 110 | 143 | 26 | 20 | 142 | 47 |
| Binary | 11000111 | 111000 | 10 | 0 | 1001000 | 1100011 | 10110 | 10000 | 1100010 | 100111 |
Color Harmonies of #C73802
Complementary color
Monochromatic Colors of #C73802
Black with #C73802
Text Example
Text Example
White with #C73802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73802; }
p { color: rgb(199,56,2); }
H1.HeaderClassName
{
color: #C73802;
}
.AnyTagClassName
{
color: #C73802;
}
</style>
background-color css
<style>
a { background-color: #C73802; }
a { background-color: rgb(199,56,2); }
div.DivClassName
{
background-color: #C73802;
}
.BgClassName
{
background-color: #C73802;
}
</style>
border-color css
<style>
span { border-color: #C73802; }
span { border-color: rgb(199,56,2); }
td.TdClassName
{
border-color: #C73802;
}
.TagClassName
{
border-color: #C73802;
}
</style>