Html Css Color HEX #C03407 Harley Davidson Orange
📋 copy color: '#C03407'red 192 ◦ green 52 ◦ blue 7
Shades of Harley Davidson Orange #C03407
Tints of Harley Davidson Orange #C03407
RGB
CMYK
RGB Variations
Color information
#C03407 (or 0xC03407) is known color: Harley Davidson Orange. HEX triplet: C0, 34 and 07. RGB value is (192,52,7). Sum of RGB (Red+Green+Blue) = 192+52+7=251 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.49% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 192 - color contains mainly: red. Hex color #C03407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03407 is #3FCBF8. Grayscale: #595959. Windows color (decimal): -4180985 or 472256. OLE color: 472256.
HSL color Cylindrical-coordinate representation of color #C03407: hue angle of 14.59º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C03407 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 7 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.25 |
| HSL | 14.59º | 0.93% | 0.39% | - |
| HSV(B) | 14.59º | 0.96% | 0.75% | - |
| XYZ | 23 | 13.68 | 1.63 | - |
| YUV | 88.73 | 81.88 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 7 | 0 | 0.73 | 0.96 | 0.25 | 14.59 | 0.93 | 0.39 |
| Hex | C0 | 34 | 7 | 0 | 49 | 60 | 19 | F | 5D | 27 |
| Octal | 300 | 64 | 7 | 0 | 111 | 140 | 31 | 17 | 135 | 47 |
| Binary | 11000000 | 110100 | 111 | 0 | 1001001 | 1100000 | 11001 | 1111 | 1011101 | 100111 |
Color Harmonies of #C03407
Complementary color
Monochromatic Colors of #C03407
Black with #C03407
Text Example
Text Example
White with #C03407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03407; }
p { color: rgb(192,52,7); }
H1.HeaderClassName
{
color: #C03407;
}
.AnyTagClassName
{
color: #C03407;
}
</style>
background-color css
<style>
a { background-color: #C03407; }
a { background-color: rgb(192,52,7); }
div.DivClassName
{
background-color: #C03407;
}
.BgClassName
{
background-color: #C03407;
}
</style>
border-color css
<style>
span { border-color: #C03407; }
span { border-color: rgb(192,52,7); }
td.TdClassName
{
border-color: #C03407;
}
.TagClassName
{
border-color: #C03407;
}
</style>