Html Css Color HEX #C53307 Harley Davidson Orange
📋 copy color: '#C53307'red 197 ◦ green 51 ◦ blue 7
Shades of Harley Davidson Orange #C53307
Tints of Harley Davidson Orange #C53307
RGB
CMYK
RGB Variations
Color information
#C53307 (or 0xC53307) is known color: Harley Davidson Orange. HEX triplet: C5, 33 and 07. RGB value is (197,51,7). Sum of RGB (Red+Green+Blue) = 197+51+7=255 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.25% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 197 - color contains mainly: red. Hex color #C53307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53307 is #3ACCF8. Grayscale: #595959. Windows color (decimal): -3853561 or 472005. OLE color: 472005.
HSL color Cylindrical-coordinate representation of color #C53307: hue angle of 13.89º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C53307 is Cyan = 0, Magento = 0.74, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 7 | - |
| CMYK | 0 | 0.74 | 0.96 | 0.23 |
| HSL | 13.89º | 0.93% | 0.4% | - |
| HSV(B) | 13.89º | 0.96% | 0.77% | - |
| XYZ | 24.25 | 14.25 | 1.67 | - |
| YUV | 89.64 | 81.37 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 7 | 0 | 0.74 | 0.96 | 0.23 | 13.89 | 0.93 | 0.4 |
| Hex | C5 | 33 | 7 | 0 | 4A | 60 | 17 | E | 5D | 28 |
| Octal | 305 | 63 | 7 | 0 | 112 | 140 | 27 | 16 | 135 | 50 |
| Binary | 11000101 | 110011 | 111 | 0 | 1001010 | 1100000 | 10111 | 1110 | 1011101 | 101000 |
Color Harmonies of #C53307
Complementary color
Monochromatic Colors of #C53307
Black with #C53307
Text Example
Text Example
White with #C53307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53307; }
p { color: rgb(197,51,7); }
H1.HeaderClassName
{
color: #C53307;
}
.AnyTagClassName
{
color: #C53307;
}
</style>
background-color css
<style>
a { background-color: #C53307; }
a { background-color: rgb(197,51,7); }
div.DivClassName
{
background-color: #C53307;
}
.BgClassName
{
background-color: #C53307;
}
</style>
border-color css
<style>
span { border-color: #C53307; }
span { border-color: rgb(197,51,7); }
td.TdClassName
{
border-color: #C53307;
}
.TagClassName
{
border-color: #C53307;
}
</style>