Html Css Color HEX #C9370F Harley Davidson Orange
📋 copy color: '#C9370F'red 201 ◦ green 55 ◦ blue 15
Shades of Harley Davidson Orange #C9370F
Tints of Harley Davidson Orange #C9370F
RGB
CMYK
RGB Variations
Color information
#C9370F (or 0xC9370F) is known color: Harley Davidson Orange. HEX triplet: C9, 37 and 0F. RGB value is (201,55,15). Sum of RGB (Red+Green+Blue) = 201+55+15=271 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.17% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 201 - color contains mainly: red. Hex color #C9370F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9370F is #36C8F0. Grayscale: #5E5E5E. Windows color (decimal): -3590385 or 997321. OLE color: 997321.
HSL color Cylindrical-coordinate representation of color #C9370F: hue angle of 12.9º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9370F is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 15 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.21 |
| HSL | 12.9º | 0.86% | 0.42% | - |
| HSV(B) | 12.9º | 0.93% | 0.79% | - |
| XYZ | 25.54 | 15.18 | 2.04 | - |
| YUV | 94.09 | 83.37 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 15 | 0 | 0.73 | 0.93 | 0.21 | 12.9 | 0.86 | 0.42 |
| Hex | C9 | 37 | F | 0 | 49 | 5D | 15 | D | 56 | 2A |
| Octal | 311 | 67 | 17 | 0 | 111 | 135 | 25 | 15 | 126 | 52 |
| Binary | 11001001 | 110111 | 1111 | 0 | 1001001 | 1011101 | 10101 | 1101 | 1010110 | 101010 |
Color Harmonies of #C9370F
Complementary color
Monochromatic Colors of #C9370F
Black with #C9370F
Text Example
Text Example
White with #C9370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9370F; }
p { color: rgb(201,55,15); }
H1.HeaderClassName
{
color: #C9370F;
}
.AnyTagClassName
{
color: #C9370F;
}
</style>
background-color css
<style>
a { background-color: #C9370F; }
a { background-color: rgb(201,55,15); }
div.DivClassName
{
background-color: #C9370F;
}
.BgClassName
{
background-color: #C9370F;
}
</style>
border-color css
<style>
span { border-color: #C9370F; }
span { border-color: rgb(201,55,15); }
td.TdClassName
{
border-color: #C9370F;
}
.TagClassName
{
border-color: #C9370F;
}
</style>