Html Css Color HEX #C03713 Harley Davidson Orange
📋 copy color: '#C03713'red 192 ◦ green 55 ◦ blue 19
Shades of Harley Davidson Orange #C03713
Tints of Harley Davidson Orange #C03713
RGB
CMYK
RGB Variations
Color information
#C03713 (or 0xC03713) is known color: Harley Davidson Orange. HEX triplet: C0, 37 and 13. RGB value is (192,55,19). Sum of RGB (Red+Green+Blue) = 192+55+19=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C03713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03713 is #3FC8EC. Grayscale: #5C5C5C. Windows color (decimal): -4180205 or 1259456. OLE color: 1259456.
HSL color Cylindrical-coordinate representation of color #C03713: hue angle of 12.49º 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 #C03713 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 19 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.25 |
| HSL | 12.49º | 0.82% | 0.41% | - |
| HSV(B) | 12.49º | 0.9% | 0.75% | - |
| XYZ | 23.22 | 13.99 | 2.09 | - |
| YUV | 91.86 | 86.89 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 19 | 0 | 0.71 | 0.90 | 0.25 | 12.49 | 0.82 | 0.41 |
| Hex | C0 | 37 | 13 | 0 | 47 | 5A | 19 | C | 52 | 29 |
| Octal | 300 | 67 | 23 | 0 | 107 | 132 | 31 | 14 | 122 | 51 |
| Binary | 11000000 | 110111 | 10011 | 0 | 1000111 | 1011010 | 11001 | 1100 | 1010010 | 101001 |
Color Harmonies of #C03713
Complementary color
Monochromatic Colors of #C03713
Black with #C03713
Text Example
Text Example
White with #C03713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03713; }
p { color: rgb(192,55,19); }
H1.HeaderClassName
{
color: #C03713;
}
.AnyTagClassName
{
color: #C03713;
}
</style>
background-color css
<style>
a { background-color: #C03713; }
a { background-color: rgb(192,55,19); }
div.DivClassName
{
background-color: #C03713;
}
.BgClassName
{
background-color: #C03713;
}
</style>
border-color css
<style>
span { border-color: #C03713; }
span { border-color: rgb(192,55,19); }
td.TdClassName
{
border-color: #C03713;
}
.TagClassName
{
border-color: #C03713;
}
</style>