Html Css Color HEX #C03913 Harley Davidson Orange
📋 copy color: '#C03913'red 192 ◦ green 57 ◦ blue 19
Shades of Harley Davidson Orange #C03913
Tints of Harley Davidson Orange #C03913
RGB
CMYK
RGB Variations
Color information
#C03913 (or 0xC03913) is known color: Harley Davidson Orange. HEX triplet: C0, 39 and 13. RGB value is (192,57,19). Sum of RGB (Red+Green+Blue) = 192+57+19=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C03913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03913 is #3FC6EC. Grayscale: #5D5D5D. Windows color (decimal): -4179693 or 1259968. OLE color: 1259968.
HSL color Cylindrical-coordinate representation of color #C03913: hue angle of 13.18º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C03913 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 19 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.25 |
| HSL | 13.18º | 0.82% | 0.41% | - |
| HSV(B) | 13.18º | 0.9% | 0.75% | - |
| XYZ | 23.32 | 14.18 | 2.12 | - |
| YUV | 93.03 | 86.23 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 19 | 0 | 0.70 | 0.90 | 0.25 | 13.18 | 0.82 | 0.41 |
| Hex | C0 | 39 | 13 | 0 | 46 | 5A | 19 | D | 52 | 29 |
| Octal | 300 | 71 | 23 | 0 | 106 | 132 | 31 | 15 | 122 | 51 |
| Binary | 11000000 | 111001 | 10011 | 0 | 1000110 | 1011010 | 11001 | 1101 | 1010010 | 101001 |
Color Harmonies of #C03913
Complementary color
Monochromatic Colors of #C03913
Black with #C03913
Text Example
Text Example
White with #C03913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03913; }
p { color: rgb(192,57,19); }
H1.HeaderClassName
{
color: #C03913;
}
.AnyTagClassName
{
color: #C03913;
}
</style>
background-color css
<style>
a { background-color: #C03913; }
a { background-color: rgb(192,57,19); }
div.DivClassName
{
background-color: #C03913;
}
.BgClassName
{
background-color: #C03913;
}
</style>
border-color css
<style>
span { border-color: #C03913; }
span { border-color: rgb(192,57,19); }
td.TdClassName
{
border-color: #C03913;
}
.TagClassName
{
border-color: #C03913;
}
</style>