Html Css Color HEX #C91F10 Harley Davidson Orange
📋 copy color: '#C91F10'red 201 ◦ green 31 ◦ blue 16
Shades of Harley Davidson Orange #C91F10
Tints of Harley Davidson Orange #C91F10
RGB
CMYK
RGB Variations
Color information
#C91F10 (or 0xC91F10) is known color: Harley Davidson Orange. HEX triplet: C9, 1F and 10. RGB value is (201,31,16). Sum of RGB (Red+Green+Blue) = 201+31+16=248 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.05% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 201 - color contains mainly: red. Hex color #C91F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91F10 is #36E0EF. Grayscale: #505050. Windows color (decimal): -3596528 or 1056713. OLE color: 1056713.
HSL color Cylindrical-coordinate representation of color #C91F10: hue angle of 4.86º 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 #C91F10 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 31 | 16 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.21 |
| HSL | 4.86º | 0.85% | 0.43% | - |
| HSV(B) | 4.86º | 0.92% | 0.79% | - |
| XYZ | 24.67 | 13.43 | 1.78 | - |
| YUV | 80.12 | 91.82 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 31 | 16 | 0 | 0.85 | 0.92 | 0.21 | 4.86 | 0.85 | 0.43 |
| Hex | C9 | 1F | 10 | 0 | 55 | 5C | 15 | 5 | 55 | 2B |
| Octal | 311 | 37 | 20 | 0 | 125 | 134 | 25 | 5 | 125 | 53 |
| Binary | 11001001 | 11111 | 10000 | 0 | 1010101 | 1011100 | 10101 | 101 | 1010101 | 101011 |
Color Harmonies of #C91F10
Complementary color
Monochromatic Colors of #C91F10
Black with #C91F10
Text Example
Text Example
White with #C91F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91F10; }
p { color: rgb(201,31,16); }
H1.HeaderClassName
{
color: #C91F10;
}
.AnyTagClassName
{
color: #C91F10;
}
</style>
background-color css
<style>
a { background-color: #C91F10; }
a { background-color: rgb(201,31,16); }
div.DivClassName
{
background-color: #C91F10;
}
.BgClassName
{
background-color: #C91F10;
}
</style>
border-color css
<style>
span { border-color: #C91F10; }
span { border-color: rgb(201,31,16); }
td.TdClassName
{
border-color: #C91F10;
}
.TagClassName
{
border-color: #C91F10;
}
</style>