Html Css Color HEX #C53F17 Harley Davidson Orange
📋 copy color: '#C53F17'red 197 ◦ green 63 ◦ blue 23
Shades of Harley Davidson Orange #C53F17
Tints of Harley Davidson Orange #C53F17
RGB
CMYK
RGB Variations
Color information
#C53F17 (or 0xC53F17) is known color: Harley Davidson Orange. HEX triplet: C5, 3F and 17. RGB value is (197,63,23). Sum of RGB (Red+Green+Blue) = 197+63+23=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53F17 is #3AC0E8. Grayscale: #626262. Windows color (decimal): -3850473 or 1523653. OLE color: 1523653.
HSL color Cylindrical-coordinate representation of color #C53F17: hue angle of 13.79º 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 #C53F17 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 23 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.23 |
| HSL | 13.79º | 0.79% | 0.43% | - |
| HSV(B) | 13.79º | 0.88% | 0.77% | - |
| XYZ | 24.96 | 15.49 | 2.48 | - |
| YUV | 98.51 | 85.39 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 23 | 0 | 0.68 | 0.88 | 0.23 | 13.79 | 0.79 | 0.43 |
| Hex | C5 | 3F | 17 | 0 | 44 | 58 | 17 | E | 4F | 2B |
| Octal | 305 | 77 | 27 | 0 | 104 | 130 | 27 | 16 | 117 | 53 |
| Binary | 11000101 | 111111 | 10111 | 0 | 1000100 | 1011000 | 10111 | 1110 | 1001111 | 101011 |
Color Harmonies of #C53F17
Complementary color
Monochromatic Colors of #C53F17
Black with #C53F17
Text Example
Text Example
White with #C53F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53F17; }
p { color: rgb(197,63,23); }
H1.HeaderClassName
{
color: #C53F17;
}
.AnyTagClassName
{
color: #C53F17;
}
</style>
background-color css
<style>
a { background-color: #C53F17; }
a { background-color: rgb(197,63,23); }
div.DivClassName
{
background-color: #C53F17;
}
.BgClassName
{
background-color: #C53F17;
}
</style>
border-color css
<style>
span { border-color: #C53F17; }
span { border-color: rgb(197,63,23); }
td.TdClassName
{
border-color: #C53F17;
}
.TagClassName
{
border-color: #C53F17;
}
</style>