Html Css Color HEX #C91B12 Harley Davidson Orange
📋 copy color: '#C91B12'red 201 ◦ green 27 ◦ blue 18
Shades of Harley Davidson Orange #C91B12
Tints of Harley Davidson Orange #C91B12
RGB
CMYK
RGB Variations
Color information
#C91B12 (or 0xC91B12) is known color: Harley Davidson Orange. HEX triplet: C9, 1B and 12. RGB value is (201,27,18). Sum of RGB (Red+Green+Blue) = 201+27+18=246 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.71% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 201 - color contains mainly: red. Hex color #C91B12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91B12 is #36E4ED. Grayscale: #4E4E4E. Windows color (decimal): -3597550 or 1186761. OLE color: 1186761.
HSL color Cylindrical-coordinate representation of color #C91B12: hue angle of 2.95º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C91B12 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 27 | 18 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.21 |
| HSL | 2.95º | 0.84% | 0.43% | - |
| HSV(B) | 2.95º | 0.91% | 0.79% | - |
| XYZ | 24.59 | 13.25 | 1.83 | - |
| YUV | 78 | 94.15 | 215.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 18 | 0 | 0.87 | 0.91 | 0.21 | 2.95 | 0.84 | 0.43 |
| Hex | C9 | 1B | 12 | 0 | 57 | 5B | 15 | 3 | 54 | 2B |
| Octal | 311 | 33 | 22 | 0 | 127 | 133 | 25 | 3 | 124 | 53 |
| Binary | 11001001 | 11011 | 10010 | 0 | 1010111 | 1011011 | 10101 | 11 | 1010100 | 101011 |
Color Harmonies of #C91B12
Complementary color
Monochromatic Colors of #C91B12
Black with #C91B12
Text Example
Text Example
White with #C91B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91B12; }
p { color: rgb(201,27,18); }
H1.HeaderClassName
{
color: #C91B12;
}
.AnyTagClassName
{
color: #C91B12;
}
</style>
background-color css
<style>
a { background-color: #C91B12; }
a { background-color: rgb(201,27,18); }
div.DivClassName
{
background-color: #C91B12;
}
.BgClassName
{
background-color: #C91B12;
}
</style>
border-color css
<style>
span { border-color: #C91B12; }
span { border-color: rgb(201,27,18); }
td.TdClassName
{
border-color: #C91B12;
}
.TagClassName
{
border-color: #C91B12;
}
</style>