Html Css Color HEX #C72518 Harley Davidson Orange
📋 copy color: '#C72518'red 199 ◦ green 37 ◦ blue 24
Shades of Harley Davidson Orange #C72518
Tints of Harley Davidson Orange #C72518
RGB
CMYK
RGB Variations
Color information
#C72518 (or 0xC72518) is known color: Harley Davidson Orange. HEX triplet: C7, 25 and 18. RGB value is (199,37,24). Sum of RGB (Red+Green+Blue) = 199+37+24=260 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.54% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 199 - color contains mainly: red. Hex color #C72518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72518 is #38DAE7. Grayscale: #545454. Windows color (decimal): -3726056 or 1582535. OLE color: 1582535.
HSL color Cylindrical-coordinate representation of color #C72518: hue angle of 4.46º 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 #C72518 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 37 | 24 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.22 |
| HSL | 4.46º | 0.78% | 0.44% | - |
| HSV(B) | 4.46º | 0.88% | 0.78% | - |
| XYZ | 24.38 | 13.53 | 2.19 | - |
| YUV | 83.96 | 94.17 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 37 | 24 | 0 | 0.81 | 0.88 | 0.22 | 4.46 | 0.78 | 0.44 |
| Hex | C7 | 25 | 18 | 0 | 51 | 58 | 16 | 4 | 4E | 2C |
| Octal | 307 | 45 | 30 | 0 | 121 | 130 | 26 | 4 | 116 | 54 |
| Binary | 11000111 | 100101 | 11000 | 0 | 1010001 | 1011000 | 10110 | 100 | 1001110 | 101100 |
Color Harmonies of #C72518
Complementary color
Monochromatic Colors of #C72518
Black with #C72518
Text Example
Text Example
White with #C72518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72518; }
p { color: rgb(199,37,24); }
H1.HeaderClassName
{
color: #C72518;
}
.AnyTagClassName
{
color: #C72518;
}
</style>
background-color css
<style>
a { background-color: #C72518; }
a { background-color: rgb(199,37,24); }
div.DivClassName
{
background-color: #C72518;
}
.BgClassName
{
background-color: #C72518;
}
</style>
border-color css
<style>
span { border-color: #C72518; }
span { border-color: rgb(199,37,24); }
td.TdClassName
{
border-color: #C72518;
}
.TagClassName
{
border-color: #C72518;
}
</style>