Html Css Color HEX #C53214 Harley Davidson Orange
📋 copy color: '#C53214'red 197 ◦ green 50 ◦ blue 20
Shades of Harley Davidson Orange #C53214
Tints of Harley Davidson Orange #C53214
RGB
CMYK
RGB Variations
Color information
#C53214 (or 0xC53214) is known color: Harley Davidson Orange. HEX triplet: C5, 32 and 14. RGB value is (197,50,20). Sum of RGB (Red+Green+Blue) = 197+50+20=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C53214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53214 is #3ACDEB. Grayscale: #5A5A5A. Windows color (decimal): -3853804 or 1323717. OLE color: 1323717.
HSL color Cylindrical-coordinate representation of color #C53214: hue angle of 10.17º 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 #C53214 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 20 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.23 |
| HSL | 10.17º | 0.82% | 0.43% | - |
| HSV(B) | 10.17º | 0.9% | 0.77% | - |
| XYZ | 24.29 | 14.2 | 2.12 | - |
| YUV | 90.53 | 88.2 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 20 | 0 | 0.75 | 0.90 | 0.23 | 10.17 | 0.82 | 0.43 |
| Hex | C5 | 32 | 14 | 0 | 4B | 5A | 17 | A | 52 | 2B |
| Octal | 305 | 62 | 24 | 0 | 113 | 132 | 27 | 12 | 122 | 53 |
| Binary | 11000101 | 110010 | 10100 | 0 | 1001011 | 1011010 | 10111 | 1010 | 1010010 | 101011 |
Color Harmonies of #C53214
Complementary color
Monochromatic Colors of #C53214
Black with #C53214
Text Example
Text Example
White with #C53214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53214; }
p { color: rgb(197,50,20); }
H1.HeaderClassName
{
color: #C53214;
}
.AnyTagClassName
{
color: #C53214;
}
</style>
background-color css
<style>
a { background-color: #C53214; }
a { background-color: rgb(197,50,20); }
div.DivClassName
{
background-color: #C53214;
}
.BgClassName
{
background-color: #C53214;
}
</style>
border-color css
<style>
span { border-color: #C53214; }
span { border-color: rgb(197,50,20); }
td.TdClassName
{
border-color: #C53214;
}
.TagClassName
{
border-color: #C53214;
}
</style>