Html Css Color HEX #C91910 Harley Davidson Orange
📋 copy color: '#C91910'red 201 ◦ green 25 ◦ blue 16
Shades of Harley Davidson Orange #C91910
Tints of Harley Davidson Orange #C91910
RGB
CMYK
RGB Variations
Color information
#C91910 (or 0xC91910) is known color: Harley Davidson Orange. HEX triplet: C9, 19 and 10. RGB value is (201,25,16). Sum of RGB (Red+Green+Blue) = 201+25+16=242 (32% of max value = 765). Red value is 201 (78.91% from 255 or 83.06% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 201 - color contains mainly: red. Hex color #C91910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C91910 is #36E6EF. Grayscale: #4C4C4C. Windows color (decimal): -3598064 or 1055177. OLE color: 1055177.
HSL color Cylindrical-coordinate representation of color #C91910: hue angle of 2.92º 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 #C91910 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 25 | 16 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.21 |
| HSL | 2.92º | 0.85% | 0.43% | - |
| HSV(B) | 2.92º | 0.92% | 0.79% | - |
| XYZ | 24.53 | 13.15 | 1.74 | - |
| YUV | 76.6 | 93.81 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 25 | 16 | 0 | 0.88 | 0.92 | 0.21 | 2.92 | 0.85 | 0.43 |
| Hex | C9 | 19 | 10 | 0 | 58 | 5C | 15 | 3 | 55 | 2B |
| Octal | 311 | 31 | 20 | 0 | 130 | 134 | 25 | 3 | 125 | 53 |
| Binary | 11001001 | 11001 | 10000 | 0 | 1011000 | 1011100 | 10101 | 11 | 1010101 | 101011 |
Color Harmonies of #C91910
Complementary color
Monochromatic Colors of #C91910
Black with #C91910
Text Example
Text Example
White with #C91910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91910; }
p { color: rgb(201,25,16); }
H1.HeaderClassName
{
color: #C91910;
}
.AnyTagClassName
{
color: #C91910;
}
</style>
background-color css
<style>
a { background-color: #C91910; }
a { background-color: rgb(201,25,16); }
div.DivClassName
{
background-color: #C91910;
}
.BgClassName
{
background-color: #C91910;
}
</style>
border-color css
<style>
span { border-color: #C91910; }
span { border-color: rgb(201,25,16); }
td.TdClassName
{
border-color: #C91910;
}
.TagClassName
{
border-color: #C91910;
}
</style>