Html Css Color HEX #C91C14 Harley Davidson Orange
📋 copy color: '#C91C14'red 201 ◦ green 28 ◦ blue 20
Shades of Harley Davidson Orange #C91C14
Tints of Harley Davidson Orange #C91C14
RGB
CMYK
RGB Variations
Color information
#C91C14 (or 0xC91C14) is known color: Harley Davidson Orange. HEX triplet: C9, 1C and 14. RGB value is (201,28,20). Sum of RGB (Red+Green+Blue) = 201+28+20=249 (32% of max value = 765). Red value is 201 (78.91% from 255 or 80.72% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 201 - color contains mainly: red. Hex color #C91C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91C14 is #36E3EB. Grayscale: #4F4F4F. Windows color (decimal): -3597292 or 1318089. OLE color: 1318089.
HSL color Cylindrical-coordinate representation of color #C91C14: hue angle of 2.65º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91C14 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 28 | 20 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.21 |
| HSL | 2.65º | 0.82% | 0.43% | - |
| HSV(B) | 2.65º | 0.9% | 0.79% | - |
| XYZ | 24.63 | 13.3 | 1.93 | - |
| YUV | 78.82 | 94.81 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 20 | 0 | 0.86 | 0.90 | 0.21 | 2.65 | 0.82 | 0.43 |
| Hex | C9 | 1C | 14 | 0 | 56 | 5A | 15 | 3 | 52 | 2B |
| Octal | 311 | 34 | 24 | 0 | 126 | 132 | 25 | 3 | 122 | 53 |
| Binary | 11001001 | 11100 | 10100 | 0 | 1010110 | 1011010 | 10101 | 11 | 1010010 | 101011 |
Color Harmonies of #C91C14
Complementary color
Monochromatic Colors of #C91C14
Black with #C91C14
Text Example
Text Example
White with #C91C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91C14; }
p { color: rgb(201,28,20); }
H1.HeaderClassName
{
color: #C91C14;
}
.AnyTagClassName
{
color: #C91C14;
}
</style>
background-color css
<style>
a { background-color: #C91C14; }
a { background-color: rgb(201,28,20); }
div.DivClassName
{
background-color: #C91C14;
}
.BgClassName
{
background-color: #C91C14;
}
</style>
border-color css
<style>
span { border-color: #C91C14; }
span { border-color: rgb(201,28,20); }
td.TdClassName
{
border-color: #C91C14;
}
.TagClassName
{
border-color: #C91C14;
}
</style>