Html Css Color HEX #C52714 Harley Davidson Orange
📋 copy color: '#C52714'red 197 ◦ green 39 ◦ blue 20
Shades of Harley Davidson Orange #C52714
Tints of Harley Davidson Orange #C52714
RGB
CMYK
RGB Variations
Color information
#C52714 (or 0xC52714) is known color: Harley Davidson Orange. HEX triplet: C5, 27 and 14. RGB value is (197,39,20). Sum of RGB (Red+Green+Blue) = 197+39+20=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C52714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52714 is #3AD8EB. Grayscale: #545454. Windows color (decimal): -3856620 or 1320901. OLE color: 1320901.
HSL color Cylindrical-coordinate representation of color #C52714: hue angle of 6.44º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C52714 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 39 | 20 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.23 |
| HSL | 6.44º | 0.82% | 0.43% | - |
| HSV(B) | 6.44º | 0.9% | 0.77% | - |
| XYZ | 23.88 | 13.37 | 1.98 | - |
| YUV | 84.08 | 91.85 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 39 | 20 | 0 | 0.80 | 0.90 | 0.23 | 6.44 | 0.82 | 0.43 |
| Hex | C5 | 27 | 14 | 0 | 50 | 5A | 17 | 6 | 52 | 2B |
| Octal | 305 | 47 | 24 | 0 | 120 | 132 | 27 | 6 | 122 | 53 |
| Binary | 11000101 | 100111 | 10100 | 0 | 1010000 | 1011010 | 10111 | 110 | 1010010 | 101011 |
Color Harmonies of #C52714
Complementary color
Monochromatic Colors of #C52714
Black with #C52714
Text Example
Text Example
White with #C52714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52714; }
p { color: rgb(197,39,20); }
H1.HeaderClassName
{
color: #C52714;
}
.AnyTagClassName
{
color: #C52714;
}
</style>
background-color css
<style>
a { background-color: #C52714; }
a { background-color: rgb(197,39,20); }
div.DivClassName
{
background-color: #C52714;
}
.BgClassName
{
background-color: #C52714;
}
</style>
border-color css
<style>
span { border-color: #C52714; }
span { border-color: rgb(197,39,20); }
td.TdClassName
{
border-color: #C52714;
}
.TagClassName
{
border-color: #C52714;
}
</style>