Html Css Color HEX #C72102 Harley Davidson Orange
📋 copy color: '#C72102'red 199 ◦ green 33 ◦ blue 2
Shades of Harley Davidson Orange #C72102
Tints of Harley Davidson Orange #C72102
RGB
CMYK
RGB Variations
Color information
#C72102 (or 0xC72102) is known color: Harley Davidson Orange. HEX triplet: C7, 21 and 02. RGB value is (199,33,2). Sum of RGB (Red+Green+Blue) = 199+33+2=234 (30% of max value = 765). Red value is 199 (78.12% from 255 or 85.04% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 199 - color contains mainly: red. Hex color #C72102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72102 is #38DEFD. Grayscale: #4F4F4F. Windows color (decimal): -3727102 or 139719. OLE color: 139719.
HSL color Cylindrical-coordinate representation of color #C72102: hue angle of 9.44º 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 #C72102 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.22 |
| HSL | 9.44º | 0.98% | 0.39% | - |
| HSV(B) | 9.44º | 0.99% | 0.78% | - |
| XYZ | 24.11 | 13.23 | 1.34 | - |
| YUV | 79.1 | 84.5 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 2 | 0 | 0.83 | 0.99 | 0.22 | 9.44 | 0.98 | 0.39 |
| Hex | C7 | 21 | 2 | 0 | 53 | 63 | 16 | 9 | 62 | 27 |
| Octal | 307 | 41 | 2 | 0 | 123 | 143 | 26 | 11 | 142 | 47 |
| Binary | 11000111 | 100001 | 10 | 0 | 1010011 | 1100011 | 10110 | 1001 | 1100010 | 100111 |
Color Harmonies of #C72102
Complementary color
Monochromatic Colors of #C72102
Black with #C72102
Text Example
Text Example
White with #C72102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72102; }
p { color: rgb(199,33,2); }
H1.HeaderClassName
{
color: #C72102;
}
.AnyTagClassName
{
color: #C72102;
}
</style>
background-color css
<style>
a { background-color: #C72102; }
a { background-color: rgb(199,33,2); }
div.DivClassName
{
background-color: #C72102;
}
.BgClassName
{
background-color: #C72102;
}
</style>
border-color css
<style>
span { border-color: #C72102; }
span { border-color: rgb(199,33,2); }
td.TdClassName
{
border-color: #C72102;
}
.TagClassName
{
border-color: #C72102;
}
</style>