Html Css Color HEX #C72118 Harley Davidson Orange
📋 copy color: '#C72118'red 199 ◦ green 33 ◦ blue 24
Shades of Harley Davidson Orange #C72118
Tints of Harley Davidson Orange #C72118
RGB
CMYK
RGB Variations
Color information
#C72118 (or 0xC72118) is known color: Harley Davidson Orange. HEX triplet: C7, 21 and 18. RGB value is (199,33,24). Sum of RGB (Red+Green+Blue) = 199+33+24=256 (33% of max value = 765). Red value is 199 (78.12% from 255 or 77.73% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 199 - color contains mainly: red. Hex color #C72118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72118 is #38DEE7. Grayscale: #515151. Windows color (decimal): -3727080 or 1581511. OLE color: 1581511.
HSL color Cylindrical-coordinate representation of color #C72118: hue angle of 3.09º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C72118 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 33 | 24 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.22 |
| HSL | 3.09º | 0.78% | 0.44% | - |
| HSV(B) | 3.09º | 0.88% | 0.78% | - |
| XYZ | 24.26 | 13.3 | 2.15 | - |
| YUV | 81.61 | 95.5 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 33 | 24 | 0 | 0.83 | 0.88 | 0.22 | 3.09 | 0.78 | 0.44 |
| Hex | C7 | 21 | 18 | 0 | 53 | 58 | 16 | 3 | 4E | 2C |
| Octal | 307 | 41 | 30 | 0 | 123 | 130 | 26 | 3 | 116 | 54 |
| Binary | 11000111 | 100001 | 11000 | 0 | 1010011 | 1011000 | 10110 | 11 | 1001110 | 101100 |
Color Harmonies of #C72118
Complementary color
Monochromatic Colors of #C72118
Black with #C72118
Text Example
Text Example
White with #C72118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72118; }
p { color: rgb(199,33,24); }
H1.HeaderClassName
{
color: #C72118;
}
.AnyTagClassName
{
color: #C72118;
}
</style>
background-color css
<style>
a { background-color: #C72118; }
a { background-color: rgb(199,33,24); }
div.DivClassName
{
background-color: #C72118;
}
.BgClassName
{
background-color: #C72118;
}
</style>
border-color css
<style>
span { border-color: #C72118; }
span { border-color: rgb(199,33,24); }
td.TdClassName
{
border-color: #C72118;
}
.TagClassName
{
border-color: #C72118;
}
</style>