Html Css Color HEX #C53008 Harley Davidson Orange
📋 copy color: '#C53008'red 197 ◦ green 48 ◦ blue 8
Shades of Harley Davidson Orange #C53008
Tints of Harley Davidson Orange #C53008
RGB
CMYK
RGB Variations
Color information
#C53008 (or 0xC53008) is known color: Harley Davidson Orange. HEX triplet: C5, 30 and 08. RGB value is (197,48,8). Sum of RGB (Red+Green+Blue) = 197+48+8=253 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.87% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 197 - color contains mainly: red. Hex color #C53008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53008 is #3ACFF7. Grayscale: #585858. Windows color (decimal): -3854328 or 536773. OLE color: 536773.
HSL color Cylindrical-coordinate representation of color #C53008: hue angle of 12.7º 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 #C53008 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 8 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.23 |
| HSL | 12.7º | 0.92% | 0.4% | - |
| HSV(B) | 12.7º | 0.96% | 0.77% | - |
| XYZ | 24.13 | 14 | 1.66 | - |
| YUV | 87.99 | 82.86 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 8 | 0 | 0.76 | 0.96 | 0.23 | 12.7 | 0.92 | 0.4 |
| Hex | C5 | 30 | 8 | 0 | 4C | 60 | 17 | D | 5C | 28 |
| Octal | 305 | 60 | 10 | 0 | 114 | 140 | 27 | 15 | 134 | 50 |
| Binary | 11000101 | 110000 | 1000 | 0 | 1001100 | 1100000 | 10111 | 1101 | 1011100 | 101000 |
Color Harmonies of #C53008
Complementary color
Monochromatic Colors of #C53008
Black with #C53008
Text Example
Text Example
White with #C53008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53008; }
p { color: rgb(197,48,8); }
H1.HeaderClassName
{
color: #C53008;
}
.AnyTagClassName
{
color: #C53008;
}
</style>
background-color css
<style>
a { background-color: #C53008; }
a { background-color: rgb(197,48,8); }
div.DivClassName
{
background-color: #C53008;
}
.BgClassName
{
background-color: #C53008;
}
</style>
border-color css
<style>
span { border-color: #C53008; }
span { border-color: rgb(197,48,8); }
td.TdClassName
{
border-color: #C53008;
}
.TagClassName
{
border-color: #C53008;
}
</style>