Html Css Color HEX #C53717 Harley Davidson Orange
📋 copy color: '#C53717'red 197 ◦ green 55 ◦ blue 23
Shades of Harley Davidson Orange #C53717
Tints of Harley Davidson Orange #C53717
RGB
CMYK
RGB Variations
Color information
#C53717 (or 0xC53717) is known color: Harley Davidson Orange. HEX triplet: C5, 37 and 17. RGB value is (197,55,23). Sum of RGB (Red+Green+Blue) = 197+55+23=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C53717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53717 is #3AC8E8. Grayscale: #5E5E5E. Windows color (decimal): -3852521 or 1521605. OLE color: 1521605.
HSL color Cylindrical-coordinate representation of color #C53717: hue angle of 11.03º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C53717 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 55 | 23 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.23 |
| HSL | 11.03º | 0.79% | 0.43% | - |
| HSV(B) | 11.03º | 0.88% | 0.77% | - |
| XYZ | 24.55 | 14.66 | 2.35 | - |
| YUV | 93.81 | 88.04 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 55 | 23 | 0 | 0.72 | 0.88 | 0.23 | 11.03 | 0.79 | 0.43 |
| Hex | C5 | 37 | 17 | 0 | 48 | 58 | 17 | B | 4F | 2B |
| Octal | 305 | 67 | 27 | 0 | 110 | 130 | 27 | 13 | 117 | 53 |
| Binary | 11000101 | 110111 | 10111 | 0 | 1001000 | 1011000 | 10111 | 1011 | 1001111 | 101011 |
Color Harmonies of #C53717
Complementary color
Monochromatic Colors of #C53717
Black with #C53717
Text Example
Text Example
White with #C53717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53717; }
p { color: rgb(197,55,23); }
H1.HeaderClassName
{
color: #C53717;
}
.AnyTagClassName
{
color: #C53717;
}
</style>
background-color css
<style>
a { background-color: #C53717; }
a { background-color: rgb(197,55,23); }
div.DivClassName
{
background-color: #C53717;
}
.BgClassName
{
background-color: #C53717;
}
</style>
border-color css
<style>
span { border-color: #C53717; }
span { border-color: rgb(197,55,23); }
td.TdClassName
{
border-color: #C53717;
}
.TagClassName
{
border-color: #C53717;
}
</style>