Html Css Color HEX #C92715 Harley Davidson Orange
📋 copy color: '#C92715'red 201 ◦ green 39 ◦ blue 21
Shades of Harley Davidson Orange #C92715
Tints of Harley Davidson Orange #C92715
RGB
CMYK
RGB Variations
Color information
#C92715 (or 0xC92715) is known color: Harley Davidson Orange. HEX triplet: C9, 27 and 15. RGB value is (201,39,21). Sum of RGB (Red+Green+Blue) = 201+39+21=261 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.01% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 201 - color contains mainly: red. Hex color #C92715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92715 is #36D8EA. Grayscale: #555555. Windows color (decimal): -3594475 or 1386441. OLE color: 1386441.
HSL color Cylindrical-coordinate representation of color #C92715: hue angle of 6º 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 #C92715 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 21 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.21 |
| HSL | 6º | 0.81% | 0.44% | - |
| HSV(B) | 6º | 0.9% | 0.79% | - |
| XYZ | 24.95 | 13.92 | 2.08 | - |
| YUV | 85.39 | 91.67 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 21 | 0 | 0.81 | 0.90 | 0.21 | 6 | 0.81 | 0.44 |
| Hex | C9 | 27 | 15 | 0 | 51 | 5A | 15 | 6 | 51 | 2C |
| Octal | 311 | 47 | 25 | 0 | 121 | 132 | 25 | 6 | 121 | 54 |
| Binary | 11001001 | 100111 | 10101 | 0 | 1010001 | 1011010 | 10101 | 110 | 1010001 | 101100 |
Color Harmonies of #C92715
Complementary color
Monochromatic Colors of #C92715
Black with #C92715
Text Example
Text Example
White with #C92715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92715; }
p { color: rgb(201,39,21); }
H1.HeaderClassName
{
color: #C92715;
}
.AnyTagClassName
{
color: #C92715;
}
</style>
background-color css
<style>
a { background-color: #C92715; }
a { background-color: rgb(201,39,21); }
div.DivClassName
{
background-color: #C92715;
}
.BgClassName
{
background-color: #C92715;
}
</style>
border-color css
<style>
span { border-color: #C92715; }
span { border-color: rgb(201,39,21); }
td.TdClassName
{
border-color: #C92715;
}
.TagClassName
{
border-color: #C92715;
}
</style>