Html Css Color HEX #C03412 Harley Davidson Orange
📋 copy color: '#C03412'red 192 ◦ green 52 ◦ blue 18
Shades of Harley Davidson Orange #C03412
Tints of Harley Davidson Orange #C03412
RGB
CMYK
RGB Variations
Color information
#C03412 (or 0xC03412) is known color: Harley Davidson Orange. HEX triplet: C0, 34 and 12. RGB value is (192,52,18). Sum of RGB (Red+Green+Blue) = 192+52+18=262 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.28% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 192 - color contains mainly: red. Hex color #C03412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03412 is #3FCBED. Grayscale: #5A5A5A. Windows color (decimal): -4180974 or 1193152. OLE color: 1193152.
HSL color Cylindrical-coordinate representation of color #C03412: hue angle of 11.72º 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 #C03412 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 18 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.25 |
| HSL | 11.72º | 0.83% | 0.41% | - |
| HSV(B) | 11.72º | 0.91% | 0.75% | - |
| XYZ | 23.08 | 13.71 | 2 | - |
| YUV | 89.98 | 87.38 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 18 | 0 | 0.73 | 0.91 | 0.25 | 11.72 | 0.83 | 0.41 |
| Hex | C0 | 34 | 12 | 0 | 49 | 5B | 19 | C | 53 | 29 |
| Octal | 300 | 64 | 22 | 0 | 111 | 133 | 31 | 14 | 123 | 51 |
| Binary | 11000000 | 110100 | 10010 | 0 | 1001001 | 1011011 | 11001 | 1100 | 1010011 | 101001 |
Color Harmonies of #C03412
Complementary color
Monochromatic Colors of #C03412
Black with #C03412
Text Example
Text Example
White with #C03412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03412; }
p { color: rgb(192,52,18); }
H1.HeaderClassName
{
color: #C03412;
}
.AnyTagClassName
{
color: #C03412;
}
</style>
background-color css
<style>
a { background-color: #C03412; }
a { background-color: rgb(192,52,18); }
div.DivClassName
{
background-color: #C03412;
}
.BgClassName
{
background-color: #C03412;
}
</style>
border-color css
<style>
span { border-color: #C03412; }
span { border-color: rgb(192,52,18); }
td.TdClassName
{
border-color: #C03412;
}
.TagClassName
{
border-color: #C03412;
}
</style>