Html Css Color HEX #C53807 Harley Davidson Orange
📋 copy color: '#C53807'red 197 ◦ green 56 ◦ blue 7
Shades of Harley Davidson Orange #C53807
Tints of Harley Davidson Orange #C53807
RGB
CMYK
RGB Variations
Color information
#C53807 (or 0xC53807) is known color: Harley Davidson Orange. HEX triplet: C5, 38 and 07. RGB value is (197,56,7). Sum of RGB (Red+Green+Blue) = 197+56+7=260 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.77% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 197 - color contains mainly: red. Hex color #C53807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53807 is #3AC7F8. Grayscale: #5C5C5C. Windows color (decimal): -3852281 or 473285. OLE color: 473285.
HSL color Cylindrical-coordinate representation of color #C53807: hue angle of 15.47º 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 #C53807 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 7 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.23 |
| HSL | 15.47º | 0.93% | 0.4% | - |
| HSV(B) | 15.47º | 0.96% | 0.77% | - |
| XYZ | 24.48 | 14.71 | 1.75 | - |
| YUV | 92.57 | 79.71 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 7 | 0 | 0.72 | 0.96 | 0.23 | 15.47 | 0.93 | 0.4 |
| Hex | C5 | 38 | 7 | 0 | 48 | 60 | 17 | F | 5D | 28 |
| Octal | 305 | 70 | 7 | 0 | 110 | 140 | 27 | 17 | 135 | 50 |
| Binary | 11000101 | 111000 | 111 | 0 | 1001000 | 1100000 | 10111 | 1111 | 1011101 | 101000 |
Color Harmonies of #C53807
Complementary color
Monochromatic Colors of #C53807
Black with #C53807
Text Example
Text Example
White with #C53807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53807; }
p { color: rgb(197,56,7); }
H1.HeaderClassName
{
color: #C53807;
}
.AnyTagClassName
{
color: #C53807;
}
</style>
background-color css
<style>
a { background-color: #C53807; }
a { background-color: rgb(197,56,7); }
div.DivClassName
{
background-color: #C53807;
}
.BgClassName
{
background-color: #C53807;
}
</style>
border-color css
<style>
span { border-color: #C53807; }
span { border-color: rgb(197,56,7); }
td.TdClassName
{
border-color: #C53807;
}
.TagClassName
{
border-color: #C53807;
}
</style>