Html Css Color HEX #C03712 Harley Davidson Orange
📋 copy color: '#C03712'red 192 ◦ green 55 ◦ blue 18
Shades of Harley Davidson Orange #C03712
Tints of Harley Davidson Orange #C03712
RGB
CMYK
RGB Variations
Color information
#C03712 (or 0xC03712) is known color: Harley Davidson Orange. HEX triplet: C0, 37 and 12. RGB value is (192,55,18). Sum of RGB (Red+Green+Blue) = 192+55+18=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C03712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03712 is #3FC8ED. Grayscale: #5C5C5C. Windows color (decimal): -4180206 or 1193920. OLE color: 1193920.
HSL color Cylindrical-coordinate representation of color #C03712: hue angle of 12.76º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C03712 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 18 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.25 |
| HSL | 12.76º | 0.83% | 0.41% | - |
| HSV(B) | 12.76º | 0.91% | 0.75% | - |
| XYZ | 23.21 | 13.98 | 2.05 | - |
| YUV | 91.75 | 86.39 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 18 | 0 | 0.71 | 0.91 | 0.25 | 12.76 | 0.83 | 0.41 |
| Hex | C0 | 37 | 12 | 0 | 47 | 5B | 19 | D | 53 | 29 |
| Octal | 300 | 67 | 22 | 0 | 107 | 133 | 31 | 15 | 123 | 51 |
| Binary | 11000000 | 110111 | 10010 | 0 | 1000111 | 1011011 | 11001 | 1101 | 1010011 | 101001 |
Color Harmonies of #C03712
Complementary color
Monochromatic Colors of #C03712
Black with #C03712
Text Example
Text Example
White with #C03712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03712; }
p { color: rgb(192,55,18); }
H1.HeaderClassName
{
color: #C03712;
}
.AnyTagClassName
{
color: #C03712;
}
</style>
background-color css
<style>
a { background-color: #C03712; }
a { background-color: rgb(192,55,18); }
div.DivClassName
{
background-color: #C03712;
}
.BgClassName
{
background-color: #C03712;
}
</style>
border-color css
<style>
span { border-color: #C03712; }
span { border-color: rgb(192,55,18); }
td.TdClassName
{
border-color: #C03712;
}
.TagClassName
{
border-color: #C03712;
}
</style>