Html Css Color HEX #C93710 Harley Davidson Orange
📋 copy color: '#C93710'red 201 ◦ green 55 ◦ blue 16
Shades of Harley Davidson Orange #C93710
Tints of Harley Davidson Orange #C93710
RGB
CMYK
RGB Variations
Color information
#C93710 (or 0xC93710) is known color: Harley Davidson Orange. HEX triplet: C9, 37 and 10. RGB value is (201,55,16). Sum of RGB (Red+Green+Blue) = 201+55+16=272 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.90% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 201 - color contains mainly: red. Hex color #C93710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93710 is #36C8EF. Grayscale: #5E5E5E. Windows color (decimal): -3590384 or 1062857. OLE color: 1062857.
HSL color Cylindrical-coordinate representation of color #C93710: hue angle of 12.65º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C93710 is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 16 | - |
| CMYK | 0 | 0.73 | 0.92 | 0.21 |
| HSL | 12.65º | 0.85% | 0.43% | - |
| HSV(B) | 12.65º | 0.92% | 0.79% | - |
| XYZ | 25.55 | 15.19 | 2.08 | - |
| YUV | 94.21 | 83.87 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 16 | 0 | 0.73 | 0.92 | 0.21 | 12.65 | 0.85 | 0.43 |
| Hex | C9 | 37 | 10 | 0 | 49 | 5C | 15 | D | 55 | 2B |
| Octal | 311 | 67 | 20 | 0 | 111 | 134 | 25 | 15 | 125 | 53 |
| Binary | 11001001 | 110111 | 10000 | 0 | 1001001 | 1011100 | 10101 | 1101 | 1010101 | 101011 |
Color Harmonies of #C93710
Complementary color
Monochromatic Colors of #C93710
Black with #C93710
Text Example
Text Example
White with #C93710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93710; }
p { color: rgb(201,55,16); }
H1.HeaderClassName
{
color: #C93710;
}
.AnyTagClassName
{
color: #C93710;
}
</style>
background-color css
<style>
a { background-color: #C93710; }
a { background-color: rgb(201,55,16); }
div.DivClassName
{
background-color: #C93710;
}
.BgClassName
{
background-color: #C93710;
}
</style>
border-color css
<style>
span { border-color: #C93710; }
span { border-color: rgb(201,55,16); }
td.TdClassName
{
border-color: #C93710;
}
.TagClassName
{
border-color: #C93710;
}
</style>