Html Css Color HEX #C91D13 Harley Davidson Orange
📋 copy color: '#C91D13'red 201 ◦ green 29 ◦ blue 19
Shades of Harley Davidson Orange #C91D13
Tints of Harley Davidson Orange #C91D13
RGB
CMYK
RGB Variations
Color information
#C91D13 (or 0xC91D13) is known color: Harley Davidson Orange. HEX triplet: C9, 1D and 13. RGB value is (201,29,19). Sum of RGB (Red+Green+Blue) = 201+29+19=249 (32% of max value = 765). Red value is 201 (78.91% from 255 or 80.72% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 201 - color contains mainly: red. Hex color #C91D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91D13 is #36E2EC. Grayscale: #4F4F4F. Windows color (decimal): -3597037 or 1252809. OLE color: 1252809.
HSL color Cylindrical-coordinate representation of color #C91D13: hue angle of 3.3º degrees, saturation: 0.83, 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 #C91D13 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 29 | 19 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.21 |
| HSL | 3.3º | 0.83% | 0.43% | - |
| HSV(B) | 3.3º | 0.91% | 0.79% | - |
| XYZ | 24.64 | 13.34 | 1.89 | - |
| YUV | 79.29 | 93.98 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 29 | 19 | 0 | 0.86 | 0.91 | 0.21 | 3.3 | 0.83 | 0.43 |
| Hex | C9 | 1D | 13 | 0 | 56 | 5B | 15 | 3 | 53 | 2B |
| Octal | 311 | 35 | 23 | 0 | 126 | 133 | 25 | 3 | 123 | 53 |
| Binary | 11001001 | 11101 | 10011 | 0 | 1010110 | 1011011 | 10101 | 11 | 1010011 | 101011 |
Color Harmonies of #C91D13
Complementary color
Monochromatic Colors of #C91D13
Black with #C91D13
Text Example
Text Example
White with #C91D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C91D13; }
p { color: rgb(201,29,19); }
H1.HeaderClassName
{
color: #C91D13;
}
.AnyTagClassName
{
color: #C91D13;
}
</style>
background-color css
<style>
a { background-color: #C91D13; }
a { background-color: rgb(201,29,19); }
div.DivClassName
{
background-color: #C91D13;
}
.BgClassName
{
background-color: #C91D13;
}
</style>
border-color css
<style>
span { border-color: #C91D13; }
span { border-color: rgb(201,29,19); }
td.TdClassName
{
border-color: #C91D13;
}
.TagClassName
{
border-color: #C91D13;
}
</style>