Html Css Color HEX #C52612 Harley Davidson Orange
📋 copy color: '#C52612'red 197 ◦ green 38 ◦ blue 18
Shades of Harley Davidson Orange #C52612
Tints of Harley Davidson Orange #C52612
RGB
CMYK
RGB Variations
Color information
#C52612 (or 0xC52612) is known color: Harley Davidson Orange. HEX triplet: C5, 26 and 12. RGB value is (197,38,18). Sum of RGB (Red+Green+Blue) = 197+38+18=253 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.87% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 197 - color contains mainly: red. Hex color #C52612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52612 is #3AD9ED. Grayscale: #535353. Windows color (decimal): -3856878 or 1189573. OLE color: 1189573.
HSL color Cylindrical-coordinate representation of color #C52612: hue angle of 6.7º 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 #C52612 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 18 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.23 |
| HSL | 6.7º | 0.83% | 0.42% | - |
| HSV(B) | 6.7º | 0.91% | 0.77% | - |
| XYZ | 23.83 | 13.3 | 1.88 | - |
| YUV | 83.26 | 91.18 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 18 | 0 | 0.81 | 0.91 | 0.23 | 6.7 | 0.83 | 0.42 |
| Hex | C5 | 26 | 12 | 0 | 51 | 5B | 17 | 7 | 53 | 2A |
| Octal | 305 | 46 | 22 | 0 | 121 | 133 | 27 | 7 | 123 | 52 |
| Binary | 11000101 | 100110 | 10010 | 0 | 1010001 | 1011011 | 10111 | 111 | 1010011 | 101010 |
Color Harmonies of #C52612
Complementary color
Monochromatic Colors of #C52612
Black with #C52612
Text Example
Text Example
White with #C52612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52612; }
p { color: rgb(197,38,18); }
H1.HeaderClassName
{
color: #C52612;
}
.AnyTagClassName
{
color: #C52612;
}
</style>
background-color css
<style>
a { background-color: #C52612; }
a { background-color: rgb(197,38,18); }
div.DivClassName
{
background-color: #C52612;
}
.BgClassName
{
background-color: #C52612;
}
</style>
border-color css
<style>
span { border-color: #C52612; }
span { border-color: rgb(197,38,18); }
td.TdClassName
{
border-color: #C52612;
}
.TagClassName
{
border-color: #C52612;
}
</style>