Html Css Color HEX #C03507 Harley Davidson Orange
📋 copy color: '#C03507'red 192 ◦ green 53 ◦ blue 7
Shades of Harley Davidson Orange #C03507
Tints of Harley Davidson Orange #C03507
RGB
CMYK
RGB Variations
Color information
#C03507 (or 0xC03507) is known color: Harley Davidson Orange. HEX triplet: C0, 35 and 07. RGB value is (192,53,7). Sum of RGB (Red+Green+Blue) = 192+53+7=252 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.19% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 192 - color contains mainly: red. Hex color #C03507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03507 is #3FCAF8. Grayscale: #595959. Windows color (decimal): -4180729 or 472512. OLE color: 472512.
HSL color Cylindrical-coordinate representation of color #C03507: hue angle of 14.92º 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 #C03507 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 7 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.25 |
| HSL | 14.92º | 0.93% | 0.39% | - |
| HSV(B) | 14.92º | 0.96% | 0.75% | - |
| XYZ | 23.05 | 13.77 | 1.64 | - |
| YUV | 89.32 | 81.55 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 7 | 0 | 0.72 | 0.96 | 0.25 | 14.92 | 0.93 | 0.39 |
| Hex | C0 | 35 | 7 | 0 | 48 | 60 | 19 | F | 5D | 27 |
| Octal | 300 | 65 | 7 | 0 | 110 | 140 | 31 | 17 | 135 | 47 |
| Binary | 11000000 | 110101 | 111 | 0 | 1001000 | 1100000 | 11001 | 1111 | 1011101 | 100111 |
Color Harmonies of #C03507
Complementary color
Monochromatic Colors of #C03507
Black with #C03507
Text Example
Text Example
White with #C03507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03507; }
p { color: rgb(192,53,7); }
H1.HeaderClassName
{
color: #C03507;
}
.AnyTagClassName
{
color: #C03507;
}
</style>
background-color css
<style>
a { background-color: #C03507; }
a { background-color: rgb(192,53,7); }
div.DivClassName
{
background-color: #C03507;
}
.BgClassName
{
background-color: #C03507;
}
</style>
border-color css
<style>
span { border-color: #C03507; }
span { border-color: rgb(192,53,7); }
td.TdClassName
{
border-color: #C03507;
}
.TagClassName
{
border-color: #C03507;
}
</style>