Html Css Color HEX #C72408 Harley Davidson Orange
📋 copy color: '#C72408'red 199 ◦ green 36 ◦ blue 8
Shades of Harley Davidson Orange #C72408
Tints of Harley Davidson Orange #C72408
RGB
CMYK
RGB Variations
Color information
#C72408 (or 0xC72408) is known color: Harley Davidson Orange. HEX triplet: C7, 24 and 08. RGB value is (199,36,8). Sum of RGB (Red+Green+Blue) = 199+36+8=243 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.89% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 199 - color contains mainly: red. Hex color #C72408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C72408 is #38DBF7. Grayscale: #515151. Windows color (decimal): -3726328 or 533703. OLE color: 533703.
HSL color Cylindrical-coordinate representation of color #C72408: hue angle of 8.8º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C72408 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 36 | 8 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.22 |
| HSL | 8.8º | 0.92% | 0.41% | - |
| HSV(B) | 8.8º | 0.96% | 0.78% | - |
| XYZ | 24.23 | 13.42 | 1.54 | - |
| YUV | 81.55 | 86.5 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 8 | 0 | 0.82 | 0.96 | 0.22 | 8.8 | 0.92 | 0.41 |
| Hex | C7 | 24 | 8 | 0 | 52 | 60 | 16 | 9 | 5C | 29 |
| Octal | 307 | 44 | 10 | 0 | 122 | 140 | 26 | 11 | 134 | 51 |
| Binary | 11000111 | 100100 | 1000 | 0 | 1010010 | 1100000 | 10110 | 1001 | 1011100 | 101001 |
Color Harmonies of #C72408
Complementary color
Monochromatic Colors of #C72408
Black with #C72408
Text Example
Text Example
White with #C72408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72408; }
p { color: rgb(199,36,8); }
H1.HeaderClassName
{
color: #C72408;
}
.AnyTagClassName
{
color: #C72408;
}
</style>
background-color css
<style>
a { background-color: #C72408; }
a { background-color: rgb(199,36,8); }
div.DivClassName
{
background-color: #C72408;
}
.BgClassName
{
background-color: #C72408;
}
</style>
border-color css
<style>
span { border-color: #C72408; }
span { border-color: rgb(199,36,8); }
td.TdClassName
{
border-color: #C72408;
}
.TagClassName
{
border-color: #C72408;
}
</style>