Html Css Color HEX #C72814 Harley Davidson Orange
📋 copy color: '#C72814'red 199 ◦ green 40 ◦ blue 20
Shades of Harley Davidson Orange #C72814
Tints of Harley Davidson Orange #C72814
RGB
CMYK
RGB Variations
Color information
#C72814 (or 0xC72814) is known color: Harley Davidson Orange. HEX triplet: C7, 28 and 14. RGB value is (199,40,20). Sum of RGB (Red+Green+Blue) = 199+40+20=259 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.83% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 199 - color contains mainly: red. Hex color #C72814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72814 is #38D7EB. Grayscale: #555555. Windows color (decimal): -3725292 or 1321159. OLE color: 1321159.
HSL color Cylindrical-coordinate representation of color #C72814: hue angle of 6.7º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C72814 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 20 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.22 |
| HSL | 6.7º | 0.82% | 0.43% | - |
| HSV(B) | 6.7º | 0.9% | 0.78% | - |
| XYZ | 24.44 | 13.71 | 2.02 | - |
| YUV | 85.26 | 91.18 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 20 | 0 | 0.80 | 0.90 | 0.22 | 6.7 | 0.82 | 0.43 |
| Hex | C7 | 28 | 14 | 0 | 50 | 5A | 16 | 7 | 52 | 2B |
| Octal | 307 | 50 | 24 | 0 | 120 | 132 | 26 | 7 | 122 | 53 |
| Binary | 11000111 | 101000 | 10100 | 0 | 1010000 | 1011010 | 10110 | 111 | 1010010 | 101011 |
Color Harmonies of #C72814
Complementary color
Monochromatic Colors of #C72814
Black with #C72814
Text Example
Text Example
White with #C72814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72814; }
p { color: rgb(199,40,20); }
H1.HeaderClassName
{
color: #C72814;
}
.AnyTagClassName
{
color: #C72814;
}
</style>
background-color css
<style>
a { background-color: #C72814; }
a { background-color: rgb(199,40,20); }
div.DivClassName
{
background-color: #C72814;
}
.BgClassName
{
background-color: #C72814;
}
</style>
border-color css
<style>
span { border-color: #C72814; }
span { border-color: rgb(199,40,20); }
td.TdClassName
{
border-color: #C72814;
}
.TagClassName
{
border-color: #C72814;
}
</style>