Html Css Color HEX #C53808 Harley Davidson Orange
📋 copy color: '#C53808'red 197 ◦ green 56 ◦ blue 8
Shades of Harley Davidson Orange #C53808
Tints of Harley Davidson Orange #C53808
RGB
CMYK
RGB Variations
Color information
#C53808 (or 0xC53808) is known color: Harley Davidson Orange. HEX triplet: C5, 38 and 08. RGB value is (197,56,8). Sum of RGB (Red+Green+Blue) = 197+56+8=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C53808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53808 is #3AC7F7. Grayscale: #5D5D5D. Windows color (decimal): -3852280 or 538821. OLE color: 538821.
HSL color Cylindrical-coordinate representation of color #C53808: hue angle of 15.24º degrees, saturation: 0.92, 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 #C53808 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 8 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.23 |
| HSL | 15.24º | 0.92% | 0.4% | - |
| HSV(B) | 15.24º | 0.96% | 0.77% | - |
| XYZ | 24.48 | 14.72 | 1.78 | - |
| YUV | 92.69 | 80.21 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 8 | 0 | 0.72 | 0.96 | 0.23 | 15.24 | 0.92 | 0.4 |
| Hex | C5 | 38 | 8 | 0 | 48 | 60 | 17 | F | 5C | 28 |
| Octal | 305 | 70 | 10 | 0 | 110 | 140 | 27 | 17 | 134 | 50 |
| Binary | 11000101 | 111000 | 1000 | 0 | 1001000 | 1100000 | 10111 | 1111 | 1011100 | 101000 |
Color Harmonies of #C53808
Complementary color
Monochromatic Colors of #C53808
Black with #C53808
Text Example
Text Example
White with #C53808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53808; }
p { color: rgb(197,56,8); }
H1.HeaderClassName
{
color: #C53808;
}
.AnyTagClassName
{
color: #C53808;
}
</style>
background-color css
<style>
a { background-color: #C53808; }
a { background-color: rgb(197,56,8); }
div.DivClassName
{
background-color: #C53808;
}
.BgClassName
{
background-color: #C53808;
}
</style>
border-color css
<style>
span { border-color: #C53808; }
span { border-color: rgb(197,56,8); }
td.TdClassName
{
border-color: #C53808;
}
.TagClassName
{
border-color: #C53808;
}
</style>