Html Css Color HEX #C72F16 Harley Davidson Orange
📋 copy color: '#C72F16'red 199 ◦ green 47 ◦ blue 22
Shades of Harley Davidson Orange #C72F16
Tints of Harley Davidson Orange #C72F16
RGB
CMYK
RGB Variations
Color information
#C72F16 (or 0xC72F16) is known color: Harley Davidson Orange. HEX triplet: C7, 2F and 16. RGB value is (199,47,22). Sum of RGB (Red+Green+Blue) = 199+47+22=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C72F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72F16 is #38D0E9. Grayscale: #595959. Windows color (decimal): -3723498 or 1454023. OLE color: 1454023.
HSL color Cylindrical-coordinate representation of color #C72F16: hue angle of 8.47º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C72F16 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 47 | 22 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.22 |
| HSL | 8.47º | 0.8% | 0.43% | - |
| HSV(B) | 8.47º | 0.89% | 0.78% | - |
| XYZ | 24.71 | 14.23 | 2.2 | - |
| YUV | 89.6 | 89.86 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 47 | 22 | 0 | 0.76 | 0.89 | 0.22 | 8.47 | 0.8 | 0.43 |
| Hex | C7 | 2F | 16 | 0 | 4C | 59 | 16 | 8 | 50 | 2B |
| Octal | 307 | 57 | 26 | 0 | 114 | 131 | 26 | 10 | 120 | 53 |
| Binary | 11000111 | 101111 | 10110 | 0 | 1001100 | 1011001 | 10110 | 1000 | 1010000 | 101011 |
Color Harmonies of #C72F16
Complementary color
Monochromatic Colors of #C72F16
Black with #C72F16
Text Example
Text Example
White with #C72F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72F16; }
p { color: rgb(199,47,22); }
H1.HeaderClassName
{
color: #C72F16;
}
.AnyTagClassName
{
color: #C72F16;
}
</style>
background-color css
<style>
a { background-color: #C72F16; }
a { background-color: rgb(199,47,22); }
div.DivClassName
{
background-color: #C72F16;
}
.BgClassName
{
background-color: #C72F16;
}
</style>
border-color css
<style>
span { border-color: #C72F16; }
span { border-color: rgb(199,47,22); }
td.TdClassName
{
border-color: #C72F16;
}
.TagClassName
{
border-color: #C72F16;
}
</style>