Html Css Color HEX #C53012 Harley Davidson Orange
📋 copy color: '#C53012'red 197 ◦ green 48 ◦ blue 18
Shades of Harley Davidson Orange #C53012
Tints of Harley Davidson Orange #C53012
RGB
CMYK
RGB Variations
Color information
#C53012 (or 0xC53012) is known color: Harley Davidson Orange. HEX triplet: C5, 30 and 12. RGB value is (197,48,18). Sum of RGB (Red+Green+Blue) = 197+48+18=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C53012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53012 is #3ACFED. Grayscale: #595959. Windows color (decimal): -3854318 or 1192133. OLE color: 1192133.
HSL color Cylindrical-coordinate representation of color #C53012: hue angle of 10.06º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C53012 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 48 | 18 | - |
| CMYK | 0 | 0.76 | 0.91 | 0.23 |
| HSL | 10.06º | 0.83% | 0.42% | - |
| HSV(B) | 10.06º | 0.91% | 0.77% | - |
| XYZ | 24.19 | 14.03 | 2 | - |
| YUV | 89.13 | 87.86 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 18 | 0 | 0.76 | 0.91 | 0.23 | 10.06 | 0.83 | 0.42 |
| Hex | C5 | 30 | 12 | 0 | 4C | 5B | 17 | A | 53 | 2A |
| Octal | 305 | 60 | 22 | 0 | 114 | 133 | 27 | 12 | 123 | 52 |
| Binary | 11000101 | 110000 | 10010 | 0 | 1001100 | 1011011 | 10111 | 1010 | 1010011 | 101010 |
Color Harmonies of #C53012
Complementary color
Monochromatic Colors of #C53012
Black with #C53012
Text Example
Text Example
White with #C53012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53012; }
p { color: rgb(197,48,18); }
H1.HeaderClassName
{
color: #C53012;
}
.AnyTagClassName
{
color: #C53012;
}
</style>
background-color css
<style>
a { background-color: #C53012; }
a { background-color: rgb(197,48,18); }
div.DivClassName
{
background-color: #C53012;
}
.BgClassName
{
background-color: #C53012;
}
</style>
border-color css
<style>
span { border-color: #C53012; }
span { border-color: rgb(197,48,18); }
td.TdClassName
{
border-color: #C53012;
}
.TagClassName
{
border-color: #C53012;
}
</style>