Html Css Color HEX #C91C15 Harley Davidson Orange
📋 copy color: '#C91C15'red 201 ◦ green 28 ◦ blue 21
Shades of Harley Davidson Orange #C91C15
Tints of Harley Davidson Orange #C91C15
RGB
CMYK
RGB Variations
Color information
#C91C15 (or 0xC91C15) is known color: Harley Davidson Orange. HEX triplet: C9, 1C and 15. RGB value is (201,28,21). Sum of RGB (Red+Green+Blue) = 201+28+21=250 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.4% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 201 - color contains mainly: red. Hex color #C91C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91C15 is #36E3EA. Grayscale: #4F4F4F. Windows color (decimal): -3597291 or 1383625. OLE color: 1383625.
HSL color Cylindrical-coordinate representation of color #C91C15: hue angle of 2.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C91C15 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 28 | 21 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.21 |
| HSL | 2.33º | 0.81% | 0.44% | - |
| HSV(B) | 2.33º | 0.9% | 0.79% | - |
| XYZ | 24.64 | 13.3 | 1.98 | - |
| YUV | 78.93 | 95.31 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 28 | 21 | 0 | 0.86 | 0.90 | 0.21 | 2.33 | 0.81 | 0.44 |
| Hex | C9 | 1C | 15 | 0 | 56 | 5A | 15 | 2 | 51 | 2C |
| Octal | 311 | 34 | 25 | 0 | 126 | 132 | 25 | 2 | 121 | 54 |
| Binary | 11001001 | 11100 | 10101 | 0 | 1010110 | 1011010 | 10101 | 10 | 1010001 | 101100 |
Color Harmonies of #C91C15
Complementary color
Monochromatic Colors of #C91C15
Black with #C91C15
Text Example
Text Example
White with #C91C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91C15; }
p { color: rgb(201,28,21); }
H1.HeaderClassName
{
color: #C91C15;
}
.AnyTagClassName
{
color: #C91C15;
}
</style>
background-color css
<style>
a { background-color: #C91C15; }
a { background-color: rgb(201,28,21); }
div.DivClassName
{
background-color: #C91C15;
}
.BgClassName
{
background-color: #C91C15;
}
</style>
border-color css
<style>
span { border-color: #C91C15; }
span { border-color: rgb(201,28,21); }
td.TdClassName
{
border-color: #C91C15;
}
.TagClassName
{
border-color: #C91C15;
}
</style>