Html Css Color HEX #C72302 Harley Davidson Orange
📋 copy color: '#C72302'red 199 ◦ green 35 ◦ blue 2
Shades of Harley Davidson Orange #C72302
Tints of Harley Davidson Orange #C72302
RGB
CMYK
RGB Variations
Color information
#C72302 (or 0xC72302) is known color: Harley Davidson Orange. HEX triplet: C7, 23 and 02. RGB value is (199,35,2). Sum of RGB (Red+Green+Blue) = 199+35+2=236 (31% of max value = 765). Red value is 199 (78.12% from 255 or 84.32% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 199 - color contains mainly: red. Hex color #C72302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72302 is #38DCFD. Grayscale: #505050. Windows color (decimal): -3726590 or 140231. OLE color: 140231.
HSL color Cylindrical-coordinate representation of color #C72302: hue angle of 10.05º 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 #C72302 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 35 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.22 |
| HSL | 10.05º | 0.98% | 0.39% | - |
| HSV(B) | 10.05º | 0.99% | 0.78% | - |
| XYZ | 24.17 | 13.35 | 1.36 | - |
| YUV | 80.27 | 83.83 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 2 | 0 | 0.82 | 0.99 | 0.22 | 10.05 | 0.98 | 0.39 |
| Hex | C7 | 23 | 2 | 0 | 52 | 63 | 16 | A | 62 | 27 |
| Octal | 307 | 43 | 2 | 0 | 122 | 143 | 26 | 12 | 142 | 47 |
| Binary | 11000111 | 100011 | 10 | 0 | 1010010 | 1100011 | 10110 | 1010 | 1100010 | 100111 |
Color Harmonies of #C72302
Complementary color
Monochromatic Colors of #C72302
Black with #C72302
Text Example
Text Example
White with #C72302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72302; }
p { color: rgb(199,35,2); }
H1.HeaderClassName
{
color: #C72302;
}
.AnyTagClassName
{
color: #C72302;
}
</style>
background-color css
<style>
a { background-color: #C72302; }
a { background-color: rgb(199,35,2); }
div.DivClassName
{
background-color: #C72302;
}
.BgClassName
{
background-color: #C72302;
}
</style>
border-color css
<style>
span { border-color: #C72302; }
span { border-color: rgb(199,35,2); }
td.TdClassName
{
border-color: #C72302;
}
.TagClassName
{
border-color: #C72302;
}
</style>