Html Css Color HEX #C91B0D Harley Davidson Orange
📋 copy color: '#C91B0D'red 201 ◦ green 27 ◦ blue 13
Shades of Harley Davidson Orange #C91B0D
Tints of Harley Davidson Orange #C91B0D
RGB
CMYK
RGB Variations
Color information
#C91B0D (or 0xC91B0D) is known color: Harley Davidson Orange. HEX triplet: C9, 1B and 0D. RGB value is (201,27,13). Sum of RGB (Red+Green+Blue) = 201+27+13=241 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.40% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 201 - color contains mainly: red. Hex color #C91B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91B0D is #36E4F2. Grayscale: #4D4D4D. Windows color (decimal): -3597555 or 859081. OLE color: 859081.
HSL color Cylindrical-coordinate representation of color #C91B0D: hue angle of 4.47º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C91B0D is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 27 | 13 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.21 |
| HSL | 4.47º | 0.88% | 0.42% | - |
| HSV(B) | 4.47º | 0.94% | 0.79% | - |
| XYZ | 24.55 | 13.23 | 1.64 | - |
| YUV | 77.43 | 91.65 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 27 | 13 | 0 | 0.87 | 0.94 | 0.21 | 4.47 | 0.88 | 0.42 |
| Hex | C9 | 1B | D | 0 | 57 | 5E | 15 | 4 | 58 | 2A |
| Octal | 311 | 33 | 15 | 0 | 127 | 136 | 25 | 4 | 130 | 52 |
| Binary | 11001001 | 11011 | 1101 | 0 | 1010111 | 1011110 | 10101 | 100 | 1011000 | 101010 |
Color Harmonies of #C91B0D
Complementary color
Monochromatic Colors of #C91B0D
Black with #C91B0D
Text Example
Text Example
White with #C91B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91B0D; }
p { color: rgb(201,27,13); }
H1.HeaderClassName
{
color: #C91B0D;
}
.AnyTagClassName
{
color: #C91B0D;
}
</style>
background-color css
<style>
a { background-color: #C91B0D; }
a { background-color: rgb(201,27,13); }
div.DivClassName
{
background-color: #C91B0D;
}
.BgClassName
{
background-color: #C91B0D;
}
</style>
border-color css
<style>
span { border-color: #C91B0D; }
span { border-color: rgb(201,27,13); }
td.TdClassName
{
border-color: #C91B0D;
}
.TagClassName
{
border-color: #C91B0D;
}
</style>