Html Css Color HEX #C03205 Harley Davidson Orange
📋 copy color: '#C03205'red 192 ◦ green 50 ◦ blue 5
Shades of Harley Davidson Orange #C03205
Tints of Harley Davidson Orange #C03205
RGB
CMYK
RGB Variations
Color information
#C03205 (or 0xC03205) is known color: Harley Davidson Orange. HEX triplet: C0, 32 and 05. RGB value is (192,50,5). Sum of RGB (Red+Green+Blue) = 192+50+5=247 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.73% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 192 - color contains mainly: red. Hex color #C03205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03205 is #3FCDFA. Grayscale: #575757. Windows color (decimal): -4181499 or 340672. OLE color: 340672.
HSL color Cylindrical-coordinate representation of color #C03205: hue angle of 14.44º degrees, saturation: 0.95, 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 #C03205 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 5 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.25 |
| HSL | 14.44º | 0.95% | 0.39% | - |
| HSV(B) | 14.44º | 0.97% | 0.75% | - |
| XYZ | 22.91 | 13.5 | 1.54 | - |
| YUV | 87.33 | 81.54 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 5 | 0 | 0.74 | 0.97 | 0.25 | 14.44 | 0.95 | 0.39 |
| Hex | C0 | 32 | 5 | 0 | 4A | 61 | 19 | E | 5F | 27 |
| Octal | 300 | 62 | 5 | 0 | 112 | 141 | 31 | 16 | 137 | 47 |
| Binary | 11000000 | 110010 | 101 | 0 | 1001010 | 1100001 | 11001 | 1110 | 1011111 | 100111 |
Color Harmonies of #C03205
Complementary color
Monochromatic Colors of #C03205
Black with #C03205
Text Example
Text Example
White with #C03205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03205; }
p { color: rgb(192,50,5); }
H1.HeaderClassName
{
color: #C03205;
}
.AnyTagClassName
{
color: #C03205;
}
</style>
background-color css
<style>
a { background-color: #C03205; }
a { background-color: rgb(192,50,5); }
div.DivClassName
{
background-color: #C03205;
}
.BgClassName
{
background-color: #C03205;
}
</style>
border-color css
<style>
span { border-color: #C03205; }
span { border-color: rgb(192,50,5); }
td.TdClassName
{
border-color: #C03205;
}
.TagClassName
{
border-color: #C03205;
}
</style>