Html Css Color HEX #C73308 Harley Davidson Orange
📋 copy color: '#C73308'red 199 ◦ green 51 ◦ blue 8
Shades of Harley Davidson Orange #C73308
Tints of Harley Davidson Orange #C73308
RGB
CMYK
RGB Variations
Color information
#C73308 (or 0xC73308) is known color: Harley Davidson Orange. HEX triplet: C7, 33 and 08. RGB value is (199,51,8). Sum of RGB (Red+Green+Blue) = 199+51+8=258 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.13% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 199 - color contains mainly: red. Hex color #C73308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73308 is #38CCF7. Grayscale: #5A5A5A. Windows color (decimal): -3722488 or 537543. OLE color: 537543.
HSL color Cylindrical-coordinate representation of color #C73308: hue angle of 13.51º 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 #C73308 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 51 | 8 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.22 |
| HSL | 13.51º | 0.92% | 0.41% | - |
| HSV(B) | 13.51º | 0.96% | 0.78% | - |
| XYZ | 24.78 | 14.53 | 1.73 | - |
| YUV | 90.35 | 81.53 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 8 | 0 | 0.74 | 0.96 | 0.22 | 13.51 | 0.92 | 0.41 |
| Hex | C7 | 33 | 8 | 0 | 4A | 60 | 16 | E | 5C | 29 |
| Octal | 307 | 63 | 10 | 0 | 112 | 140 | 26 | 16 | 134 | 51 |
| Binary | 11000111 | 110011 | 1000 | 0 | 1001010 | 1100000 | 10110 | 1110 | 1011100 | 101001 |
Color Harmonies of #C73308
Complementary color
Monochromatic Colors of #C73308
Black with #C73308
Text Example
Text Example
White with #C73308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73308; }
p { color: rgb(199,51,8); }
H1.HeaderClassName
{
color: #C73308;
}
.AnyTagClassName
{
color: #C73308;
}
</style>
background-color css
<style>
a { background-color: #C73308; }
a { background-color: rgb(199,51,8); }
div.DivClassName
{
background-color: #C73308;
}
.BgClassName
{
background-color: #C73308;
}
</style>
border-color css
<style>
span { border-color: #C73308; }
span { border-color: rgb(199,51,8); }
td.TdClassName
{
border-color: #C73308;
}
.TagClassName
{
border-color: #C73308;
}
</style>