Html Css Color HEX #C52812 Harley Davidson Orange
📋 copy color: '#C52812'red 197 ◦ green 40 ◦ blue 18
Shades of Harley Davidson Orange #C52812
Tints of Harley Davidson Orange #C52812
RGB
CMYK
RGB Variations
Color information
#C52812 (or 0xC52812) is known color: Harley Davidson Orange. HEX triplet: C5, 28 and 12. RGB value is (197,40,18). Sum of RGB (Red+Green+Blue) = 197+40+18=255 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.25% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 197 - color contains mainly: red. Hex color #C52812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52812 is #3AD7ED. Grayscale: #545454. Windows color (decimal): -3856366 or 1190085. OLE color: 1190085.
HSL color Cylindrical-coordinate representation of color #C52812: hue angle of 7.37º 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 #C52812 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 18 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.23 |
| HSL | 7.37º | 0.83% | 0.42% | - |
| HSV(B) | 7.37º | 0.91% | 0.77% | - |
| XYZ | 23.89 | 13.43 | 1.91 | - |
| YUV | 84.44 | 90.51 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 18 | 0 | 0.80 | 0.91 | 0.23 | 7.37 | 0.83 | 0.42 |
| Hex | C5 | 28 | 12 | 0 | 50 | 5B | 17 | 7 | 53 | 2A |
| Octal | 305 | 50 | 22 | 0 | 120 | 133 | 27 | 7 | 123 | 52 |
| Binary | 11000101 | 101000 | 10010 | 0 | 1010000 | 1011011 | 10111 | 111 | 1010011 | 101010 |
Color Harmonies of #C52812
Complementary color
Monochromatic Colors of #C52812
Black with #C52812
Text Example
Text Example
White with #C52812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52812; }
p { color: rgb(197,40,18); }
H1.HeaderClassName
{
color: #C52812;
}
.AnyTagClassName
{
color: #C52812;
}
</style>
background-color css
<style>
a { background-color: #C52812; }
a { background-color: rgb(197,40,18); }
div.DivClassName
{
background-color: #C52812;
}
.BgClassName
{
background-color: #C52812;
}
</style>
border-color css
<style>
span { border-color: #C52812; }
span { border-color: rgb(197,40,18); }
td.TdClassName
{
border-color: #C52812;
}
.TagClassName
{
border-color: #C52812;
}
</style>