Html Css Color HEX #C03912 Harley Davidson Orange
📋 copy color: '#C03912'red 192 ◦ green 57 ◦ blue 18
Shades of Harley Davidson Orange #C03912
Tints of Harley Davidson Orange #C03912
RGB
CMYK
RGB Variations
Color information
#C03912 (or 0xC03912) is known color: Harley Davidson Orange. HEX triplet: C0, 39 and 12. RGB value is (192,57,18). Sum of RGB (Red+Green+Blue) = 192+57+18=267 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.91% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 192 - color contains mainly: red. Hex color #C03912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03912 is #3FC6ED. Grayscale: #5D5D5D. Windows color (decimal): -4179694 or 1194432. OLE color: 1194432.
HSL color Cylindrical-coordinate representation of color #C03912: hue angle of 13.45º 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 #C03912 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 18 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.25 |
| HSL | 13.45º | 0.83% | 0.41% | - |
| HSV(B) | 13.45º | 0.91% | 0.75% | - |
| XYZ | 23.31 | 14.18 | 2.08 | - |
| YUV | 92.92 | 85.73 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 18 | 0 | 0.70 | 0.91 | 0.25 | 13.45 | 0.83 | 0.41 |
| Hex | C0 | 39 | 12 | 0 | 46 | 5B | 19 | D | 53 | 29 |
| Octal | 300 | 71 | 22 | 0 | 106 | 133 | 31 | 15 | 123 | 51 |
| Binary | 11000000 | 111001 | 10010 | 0 | 1000110 | 1011011 | 11001 | 1101 | 1010011 | 101001 |
Color Harmonies of #C03912
Complementary color
Monochromatic Colors of #C03912
Black with #C03912
Text Example
Text Example
White with #C03912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03912; }
p { color: rgb(192,57,18); }
H1.HeaderClassName
{
color: #C03912;
}
.AnyTagClassName
{
color: #C03912;
}
</style>
background-color css
<style>
a { background-color: #C03912; }
a { background-color: rgb(192,57,18); }
div.DivClassName
{
background-color: #C03912;
}
.BgClassName
{
background-color: #C03912;
}
</style>
border-color css
<style>
span { border-color: #C03912; }
span { border-color: rgb(192,57,18); }
td.TdClassName
{
border-color: #C03912;
}
.TagClassName
{
border-color: #C03912;
}
</style>