Html Css Color HEX #C73D08 Harley Davidson Orange
📋 copy color: '#C73D08'red 199 ◦ green 61 ◦ blue 8
Shades of Harley Davidson Orange #C73D08
Tints of Harley Davidson Orange #C73D08
RGB
CMYK
RGB Variations
Color information
#C73D08 (or 0xC73D08) is known color: Harley Davidson Orange. HEX triplet: C7, 3D and 08. RGB value is (199,61,8). Sum of RGB (Red+Green+Blue) = 199+61+8=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73D08 is #38C2F7. Grayscale: #606060. Windows color (decimal): -3719928 or 540103. OLE color: 540103.
HSL color Cylindrical-coordinate representation of color #C73D08: hue angle of 16.65º 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 #C73D08 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 8 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.22 |
| HSL | 16.65º | 0.92% | 0.41% | - |
| HSV(B) | 16.65º | 0.96% | 0.78% | - |
| XYZ | 25.27 | 15.5 | 1.89 | - |
| YUV | 96.22 | 78.22 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 8 | 0 | 0.69 | 0.96 | 0.22 | 16.65 | 0.92 | 0.41 |
| Hex | C7 | 3D | 8 | 0 | 45 | 60 | 16 | 11 | 5C | 29 |
| Octal | 307 | 75 | 10 | 0 | 105 | 140 | 26 | 21 | 134 | 51 |
| Binary | 11000111 | 111101 | 1000 | 0 | 1000101 | 1100000 | 10110 | 10001 | 1011100 | 101001 |
Color Harmonies of #C73D08
Complementary color
Monochromatic Colors of #C73D08
Black with #C73D08
Text Example
Text Example
White with #C73D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73D08; }
p { color: rgb(199,61,8); }
H1.HeaderClassName
{
color: #C73D08;
}
.AnyTagClassName
{
color: #C73D08;
}
</style>
background-color css
<style>
a { background-color: #C73D08; }
a { background-color: rgb(199,61,8); }
div.DivClassName
{
background-color: #C73D08;
}
.BgClassName
{
background-color: #C73D08;
}
</style>
border-color css
<style>
span { border-color: #C73D08; }
span { border-color: rgb(199,61,8); }
td.TdClassName
{
border-color: #C73D08;
}
.TagClassName
{
border-color: #C73D08;
}
</style>