Html Css Color HEX #C52214 Harley Davidson Orange
📋 copy color: '#C52214'red 197 ◦ green 34 ◦ blue 20
Shades of Harley Davidson Orange #C52214
Tints of Harley Davidson Orange #C52214
RGB
CMYK
RGB Variations
Color information
#C52214 (or 0xC52214) is known color: Harley Davidson Orange. HEX triplet: C5, 22 and 14. RGB value is (197,34,20). Sum of RGB (Red+Green+Blue) = 197+34+20=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C52214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52214 is #3ADDEB. Grayscale: #515151. Windows color (decimal): -3857900 or 1319621. OLE color: 1319621.
HSL color Cylindrical-coordinate representation of color #C52214: hue angle of 4.75º 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 #C52214 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 20 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.23 |
| HSL | 4.75º | 0.82% | 0.43% | - |
| HSV(B) | 4.75º | 0.9% | 0.77% | - |
| XYZ | 23.72 | 13.06 | 1.93 | - |
| YUV | 81.14 | 93.5 | 210.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 20 | 0 | 0.83 | 0.90 | 0.23 | 4.75 | 0.82 | 0.43 |
| Hex | C5 | 22 | 14 | 0 | 53 | 5A | 17 | 5 | 52 | 2B |
| Octal | 305 | 42 | 24 | 0 | 123 | 132 | 27 | 5 | 122 | 53 |
| Binary | 11000101 | 100010 | 10100 | 0 | 1010011 | 1011010 | 10111 | 101 | 1010010 | 101011 |
Color Harmonies of #C52214
Complementary color
Monochromatic Colors of #C52214
Black with #C52214
Text Example
Text Example
White with #C52214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52214; }
p { color: rgb(197,34,20); }
H1.HeaderClassName
{
color: #C52214;
}
.AnyTagClassName
{
color: #C52214;
}
</style>
background-color css
<style>
a { background-color: #C52214; }
a { background-color: rgb(197,34,20); }
div.DivClassName
{
background-color: #C52214;
}
.BgClassName
{
background-color: #C52214;
}
</style>
border-color css
<style>
span { border-color: #C52214; }
span { border-color: rgb(197,34,20); }
td.TdClassName
{
border-color: #C52214;
}
.TagClassName
{
border-color: #C52214;
}
</style>