Html Css Color HEX #C53608 Harley Davidson Orange
📋 copy color: '#C53608'red 197 ◦ green 54 ◦ blue 8
Shades of Harley Davidson Orange #C53608
Tints of Harley Davidson Orange #C53608
RGB
CMYK
RGB Variations
Color information
#C53608 (or 0xC53608) is known color: Harley Davidson Orange. HEX triplet: C5, 36 and 08. RGB value is (197,54,8). Sum of RGB (Red+Green+Blue) = 197+54+8=259 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.06% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 197 - color contains mainly: red. Hex color #C53608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53608 is #3AC9F7. Grayscale: #5B5B5B. Windows color (decimal): -3852792 or 538309. OLE color: 538309.
HSL color Cylindrical-coordinate representation of color #C53608: hue angle of 14.6º 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 #C53608 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 54 | 8 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.23 |
| HSL | 14.6º | 0.92% | 0.4% | - |
| HSV(B) | 14.6º | 0.96% | 0.77% | - |
| XYZ | 24.39 | 14.53 | 1.75 | - |
| YUV | 91.51 | 80.88 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 54 | 8 | 0 | 0.73 | 0.96 | 0.23 | 14.6 | 0.92 | 0.4 |
| Hex | C5 | 36 | 8 | 0 | 49 | 60 | 17 | F | 5C | 28 |
| Octal | 305 | 66 | 10 | 0 | 111 | 140 | 27 | 17 | 134 | 50 |
| Binary | 11000101 | 110110 | 1000 | 0 | 1001001 | 1100000 | 10111 | 1111 | 1011100 | 101000 |
Color Harmonies of #C53608
Complementary color
Monochromatic Colors of #C53608
Black with #C53608
Text Example
Text Example
White with #C53608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53608; }
p { color: rgb(197,54,8); }
H1.HeaderClassName
{
color: #C53608;
}
.AnyTagClassName
{
color: #C53608;
}
</style>
background-color css
<style>
a { background-color: #C53608; }
a { background-color: rgb(197,54,8); }
div.DivClassName
{
background-color: #C53608;
}
.BgClassName
{
background-color: #C53608;
}
</style>
border-color css
<style>
span { border-color: #C53608; }
span { border-color: rgb(197,54,8); }
td.TdClassName
{
border-color: #C53608;
}
.TagClassName
{
border-color: #C53608;
}
</style>