Html Css Color HEX #C9370D Harley Davidson Orange
📋 copy color: '#C9370D'red 201 ◦ green 55 ◦ blue 13
Shades of Harley Davidson Orange #C9370D
Tints of Harley Davidson Orange #C9370D
RGB
CMYK
RGB Variations
Color information
#C9370D (or 0xC9370D) is known color: Harley Davidson Orange. HEX triplet: C9, 37 and 0D. RGB value is (201,55,13). Sum of RGB (Red+Green+Blue) = 201+55+13=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C9370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9370D is #36C8F2. Grayscale: #5E5E5E. Windows color (decimal): -3590387 or 866249. OLE color: 866249.
HSL color Cylindrical-coordinate representation of color #C9370D: hue angle of 13.4º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9370D is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 13 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.21 |
| HSL | 13.4º | 0.88% | 0.42% | - |
| HSV(B) | 13.4º | 0.94% | 0.79% | - |
| XYZ | 25.53 | 15.18 | 1.97 | - |
| YUV | 93.87 | 82.37 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 13 | 0 | 0.73 | 0.94 | 0.21 | 13.4 | 0.88 | 0.42 |
| Hex | C9 | 37 | D | 0 | 49 | 5E | 15 | D | 58 | 2A |
| Octal | 311 | 67 | 15 | 0 | 111 | 136 | 25 | 15 | 130 | 52 |
| Binary | 11001001 | 110111 | 1101 | 0 | 1001001 | 1011110 | 10101 | 1101 | 1011000 | 101010 |
Color Harmonies of #C9370D
Complementary color
Monochromatic Colors of #C9370D
Black with #C9370D
Text Example
Text Example
White with #C9370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9370D; }
p { color: rgb(201,55,13); }
H1.HeaderClassName
{
color: #C9370D;
}
.AnyTagClassName
{
color: #C9370D;
}
</style>
background-color css
<style>
a { background-color: #C9370D; }
a { background-color: rgb(201,55,13); }
div.DivClassName
{
background-color: #C9370D;
}
.BgClassName
{
background-color: #C9370D;
}
</style>
border-color css
<style>
span { border-color: #C9370D; }
span { border-color: rgb(201,55,13); }
td.TdClassName
{
border-color: #C9370D;
}
.TagClassName
{
border-color: #C9370D;
}
</style>