Html Css Color HEX #C53907 Harley Davidson Orange
📋 copy color: '#C53907'red 197 ◦ green 57 ◦ blue 7
Shades of Harley Davidson Orange #C53907
Tints of Harley Davidson Orange #C53907
RGB
CMYK
RGB Variations
Color information
#C53907 (or 0xC53907) is known color: Harley Davidson Orange. HEX triplet: C5, 39 and 07. RGB value is (197,57,7). Sum of RGB (Red+Green+Blue) = 197+57+7=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C53907 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53907 is #3AC6F8. Grayscale: #5D5D5D. Windows color (decimal): -3852025 or 473541. OLE color: 473541.
HSL color Cylindrical-coordinate representation of color #C53907: hue angle of 15.79º 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 #C53907 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 7 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.23 |
| HSL | 15.79º | 0.93% | 0.4% | - |
| HSV(B) | 15.79º | 0.96% | 0.77% | - |
| XYZ | 24.53 | 14.81 | 1.77 | - |
| YUV | 93.16 | 79.38 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 7 | 0 | 0.71 | 0.96 | 0.23 | 15.79 | 0.93 | 0.4 |
| Hex | C5 | 39 | 7 | 0 | 47 | 60 | 17 | 10 | 5D | 28 |
| Octal | 305 | 71 | 7 | 0 | 107 | 140 | 27 | 20 | 135 | 50 |
| Binary | 11000101 | 111001 | 111 | 0 | 1000111 | 1100000 | 10111 | 10000 | 1011101 | 101000 |
Color Harmonies of #C53907
Complementary color
Monochromatic Colors of #C53907
Black with #C53907
Text Example
Text Example
White with #C53907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53907; }
p { color: rgb(197,57,7); }
H1.HeaderClassName
{
color: #C53907;
}
.AnyTagClassName
{
color: #C53907;
}
</style>
background-color css
<style>
a { background-color: #C53907; }
a { background-color: rgb(197,57,7); }
div.DivClassName
{
background-color: #C53907;
}
.BgClassName
{
background-color: #C53907;
}
</style>
border-color css
<style>
span { border-color: #C53907; }
span { border-color: rgb(197,57,7); }
td.TdClassName
{
border-color: #C53907;
}
.TagClassName
{
border-color: #C53907;
}
</style>