Html Css Color HEX #C9190D Harley Davidson Orange
📋 copy color: '#C9190D'red 201 ◦ green 25 ◦ blue 13
Shades of Harley Davidson Orange #C9190D
Tints of Harley Davidson Orange #C9190D
RGB
CMYK
RGB Variations
Color information
#C9190D (or 0xC9190D) is known color: Harley Davidson Orange. HEX triplet: C9, 19 and 0D. RGB value is (201,25,13). Sum of RGB (Red+Green+Blue) = 201+25+13=239 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.10% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 201 - color contains mainly: red. Hex color #C9190D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C9190D is #36E6F2. Grayscale: #4C4C4C. Windows color (decimal): -3598067 or 858569. OLE color: 858569.
HSL color Cylindrical-coordinate representation of color #C9190D: hue angle of 3.83º 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 #C9190D is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 13 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.21 |
| HSL | 3.83º | 0.88% | 0.42% | - |
| HSV(B) | 3.83º | 0.94% | 0.79% | - |
| XYZ | 24.51 | 13.14 | 1.63 | - |
| YUV | 76.26 | 92.31 | 216.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 13 | 0 | 0.88 | 0.94 | 0.21 | 3.83 | 0.88 | 0.42 |
| Hex | C9 | 19 | D | 0 | 58 | 5E | 15 | 4 | 58 | 2A |
| Octal | 311 | 31 | 15 | 0 | 130 | 136 | 25 | 4 | 130 | 52 |
| Binary | 11001001 | 11001 | 1101 | 0 | 1011000 | 1011110 | 10101 | 100 | 1011000 | 101010 |
Color Harmonies of #C9190D
Complementary color
Monochromatic Colors of #C9190D
Black with #C9190D
Text Example
Text Example
White with #C9190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9190D; }
p { color: rgb(201,25,13); }
H1.HeaderClassName
{
color: #C9190D;
}
.AnyTagClassName
{
color: #C9190D;
}
</style>
background-color css
<style>
a { background-color: #C9190D; }
a { background-color: rgb(201,25,13); }
div.DivClassName
{
background-color: #C9190D;
}
.BgClassName
{
background-color: #C9190D;
}
</style>
border-color css
<style>
span { border-color: #C9190D; }
span { border-color: rgb(201,25,13); }
td.TdClassName
{
border-color: #C9190D;
}
.TagClassName
{
border-color: #C9190D;
}
</style>