Html Css Color HEX #C73202 Harley Davidson Orange
📋 copy color: '#C73202'red 199 ◦ green 50 ◦ blue 2
Shades of Harley Davidson Orange #C73202
Tints of Harley Davidson Orange #C73202
RGB
CMYK
RGB Variations
Color information
#C73202 (or 0xC73202) is known color: Harley Davidson Orange. HEX triplet: C7, 32 and 02. RGB value is (199,50,2). Sum of RGB (Red+Green+Blue) = 199+50+2=251 (33% of max value = 765). Red value is 199 (78.12% from 255 or 79.28% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 199 - color contains mainly: red. Hex color #C73202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73202 is #38CDFD. Grayscale: #595959. Windows color (decimal): -3722750 or 144071. OLE color: 144071.
HSL color Cylindrical-coordinate representation of color #C73202: hue angle of 14.62º 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 #C73202 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 50 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.22 |
| HSL | 14.62º | 0.98% | 0.39% | - |
| HSV(B) | 14.62º | 0.99% | 0.78% | - |
| XYZ | 24.7 | 14.43 | 1.54 | - |
| YUV | 89.08 | 78.86 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 50 | 2 | 0 | 0.75 | 0.99 | 0.22 | 14.62 | 0.98 | 0.39 |
| Hex | C7 | 32 | 2 | 0 | 4B | 63 | 16 | F | 62 | 27 |
| Octal | 307 | 62 | 2 | 0 | 113 | 143 | 26 | 17 | 142 | 47 |
| Binary | 11000111 | 110010 | 10 | 0 | 1001011 | 1100011 | 10110 | 1111 | 1100010 | 100111 |
Color Harmonies of #C73202
Complementary color
Monochromatic Colors of #C73202
Black with #C73202
Text Example
Text Example
White with #C73202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73202; }
p { color: rgb(199,50,2); }
H1.HeaderClassName
{
color: #C73202;
}
.AnyTagClassName
{
color: #C73202;
}
</style>
background-color css
<style>
a { background-color: #C73202; }
a { background-color: rgb(199,50,2); }
div.DivClassName
{
background-color: #C73202;
}
.BgClassName
{
background-color: #C73202;
}
</style>
border-color css
<style>
span { border-color: #C73202; }
span { border-color: rgb(199,50,2); }
td.TdClassName
{
border-color: #C73202;
}
.TagClassName
{
border-color: #C73202;
}
</style>