Html Css Color HEX #C91A08 Harley Davidson Orange
📋 copy color: '#C91A08'red 201 ◦ green 26 ◦ blue 8
Shades of Harley Davidson Orange #C91A08
Tints of Harley Davidson Orange #C91A08
RGB
CMYK
RGB Variations
Color information
#C91A08 (or 0xC91A08) is known color: Harley Davidson Orange. HEX triplet: C9, 1A and 08. RGB value is (201,26,8). Sum of RGB (Red+Green+Blue) = 201+26+8=235 (31% of max value = 765). Red value is 201 (78.91% from 255 or 85.53% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 201 - color contains mainly: red. Hex color #C91A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91A08 is #36E5F7. Grayscale: #4C4C4C. Windows color (decimal): -3597816 or 531145. OLE color: 531145.
HSL color Cylindrical-coordinate representation of color #C91A08: hue angle of 5.6º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C91A08 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 26 | 8 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.21 |
| HSL | 5.6º | 0.92% | 0.41% | - |
| HSV(B) | 5.6º | 0.96% | 0.79% | - |
| XYZ | 24.5 | 13.17 | 1.48 | - |
| YUV | 76.27 | 89.48 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 26 | 8 | 0 | 0.87 | 0.96 | 0.21 | 5.6 | 0.92 | 0.41 |
| Hex | C9 | 1A | 8 | 0 | 57 | 60 | 15 | 6 | 5C | 29 |
| Octal | 311 | 32 | 10 | 0 | 127 | 140 | 25 | 6 | 134 | 51 |
| Binary | 11001001 | 11010 | 1000 | 0 | 1010111 | 1100000 | 10101 | 110 | 1011100 | 101001 |
Color Harmonies of #C91A08
Complementary color
Monochromatic Colors of #C91A08
Black with #C91A08
Text Example
Text Example
White with #C91A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91A08; }
p { color: rgb(201,26,8); }
H1.HeaderClassName
{
color: #C91A08;
}
.AnyTagClassName
{
color: #C91A08;
}
</style>
background-color css
<style>
a { background-color: #C91A08; }
a { background-color: rgb(201,26,8); }
div.DivClassName
{
background-color: #C91A08;
}
.BgClassName
{
background-color: #C91A08;
}
</style>
border-color css
<style>
span { border-color: #C91A08; }
span { border-color: rgb(201,26,8); }
td.TdClassName
{
border-color: #C91A08;
}
.TagClassName
{
border-color: #C91A08;
}
</style>