Html Css Color HEX #C03406 Harley Davidson Orange
📋 copy color: '#C03406'red 192 ◦ green 52 ◦ blue 6
Shades of Harley Davidson Orange #C03406
Tints of Harley Davidson Orange #C03406
RGB
CMYK
RGB Variations
Color information
#C03406 (or 0xC03406) is known color: Harley Davidson Orange. HEX triplet: C0, 34 and 06. RGB value is (192,52,6). Sum of RGB (Red+Green+Blue) = 192+52+6=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C03406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03406 is #3FCBF9. Grayscale: #585858. Windows color (decimal): -4180986 or 406720. OLE color: 406720.
HSL color Cylindrical-coordinate representation of color #C03406: hue angle of 14.84º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C03406 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 6 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.25 |
| HSL | 14.84º | 0.94% | 0.39% | - |
| HSV(B) | 14.84º | 0.97% | 0.75% | - |
| XYZ | 23 | 13.68 | 1.6 | - |
| YUV | 88.62 | 81.38 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 6 | 0 | 0.73 | 0.97 | 0.25 | 14.84 | 0.94 | 0.39 |
| Hex | C0 | 34 | 6 | 0 | 49 | 61 | 19 | F | 5E | 27 |
| Octal | 300 | 64 | 6 | 0 | 111 | 141 | 31 | 17 | 136 | 47 |
| Binary | 11000000 | 110100 | 110 | 0 | 1001001 | 1100001 | 11001 | 1111 | 1011110 | 100111 |
Color Harmonies of #C03406
Complementary color
Monochromatic Colors of #C03406
Black with #C03406
Text Example
Text Example
White with #C03406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03406; }
p { color: rgb(192,52,6); }
H1.HeaderClassName
{
color: #C03406;
}
.AnyTagClassName
{
color: #C03406;
}
</style>
background-color css
<style>
a { background-color: #C03406; }
a { background-color: rgb(192,52,6); }
div.DivClassName
{
background-color: #C03406;
}
.BgClassName
{
background-color: #C03406;
}
</style>
border-color css
<style>
span { border-color: #C03406; }
span { border-color: rgb(192,52,6); }
td.TdClassName
{
border-color: #C03406;
}
.TagClassName
{
border-color: #C03406;
}
</style>