Html Css Color HEX #C7300D Harley Davidson Orange
📋 copy color: '#C7300D'red 199 ◦ green 48 ◦ blue 13
Shades of Harley Davidson Orange #C7300D
Tints of Harley Davidson Orange #C7300D
RGB
CMYK
RGB Variations
Color information
#C7300D (or 0xC7300D) is known color: Harley Davidson Orange. HEX triplet: C7, 30 and 0D. RGB value is (199,48,13). Sum of RGB (Red+Green+Blue) = 199+48+13=260 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.54% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 199 - color contains mainly: red. Hex color #C7300D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7300D is #38CFF2. Grayscale: #595959. Windows color (decimal): -3723251 or 864455. OLE color: 864455.
HSL color Cylindrical-coordinate representation of color #C7300D: hue angle of 11.29º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7300D is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 13 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.22 |
| HSL | 11.29º | 0.88% | 0.42% | - |
| HSV(B) | 11.29º | 0.93% | 0.78% | - |
| XYZ | 24.68 | 14.29 | 1.84 | - |
| YUV | 89.16 | 85.03 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 13 | 0 | 0.76 | 0.93 | 0.22 | 11.29 | 0.88 | 0.42 |
| Hex | C7 | 30 | D | 0 | 4C | 5D | 16 | B | 58 | 2A |
| Octal | 307 | 60 | 15 | 0 | 114 | 135 | 26 | 13 | 130 | 52 |
| Binary | 11000111 | 110000 | 1101 | 0 | 1001100 | 1011101 | 10110 | 1011 | 1011000 | 101010 |
Color Harmonies of #C7300D
Complementary color
Monochromatic Colors of #C7300D
Black with #C7300D
Text Example
Text Example
White with #C7300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7300D; }
p { color: rgb(199,48,13); }
H1.HeaderClassName
{
color: #C7300D;
}
.AnyTagClassName
{
color: #C7300D;
}
</style>
background-color css
<style>
a { background-color: #C7300D; }
a { background-color: rgb(199,48,13); }
div.DivClassName
{
background-color: #C7300D;
}
.BgClassName
{
background-color: #C7300D;
}
</style>
border-color css
<style>
span { border-color: #C7300D; }
span { border-color: rgb(199,48,13); }
td.TdClassName
{
border-color: #C7300D;
}
.TagClassName
{
border-color: #C7300D;
}
</style>