Html Css Color HEX #C92515 Harley Davidson Orange
📋 copy color: '#C92515'red 201 ◦ green 37 ◦ blue 21
Shades of Harley Davidson Orange #C92515
Tints of Harley Davidson Orange #C92515
RGB
CMYK
RGB Variations
Color information
#C92515 (or 0xC92515) is known color: Harley Davidson Orange. HEX triplet: C9, 25 and 15. RGB value is (201,37,21). Sum of RGB (Red+Green+Blue) = 201+37+21=259 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.61% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 201 - color contains mainly: red. Hex color #C92515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92515 is #36DAEA. Grayscale: #545454. Windows color (decimal): -3594987 or 1385929. OLE color: 1385929.
HSL color Cylindrical-coordinate representation of color #C92515: hue angle of 5.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 #C92515 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 21 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.21 |
| HSL | 5.33º | 0.81% | 0.44% | - |
| HSV(B) | 5.33º | 0.9% | 0.79% | - |
| XYZ | 24.88 | 13.79 | 2.06 | - |
| YUV | 84.21 | 92.33 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 21 | 0 | 0.82 | 0.90 | 0.21 | 5.33 | 0.81 | 0.44 |
| Hex | C9 | 25 | 15 | 0 | 52 | 5A | 15 | 5 | 51 | 2C |
| Octal | 311 | 45 | 25 | 0 | 122 | 132 | 25 | 5 | 121 | 54 |
| Binary | 11001001 | 100101 | 10101 | 0 | 1010010 | 1011010 | 10101 | 101 | 1010001 | 101100 |
Color Harmonies of #C92515
Complementary color
Monochromatic Colors of #C92515
Black with #C92515
Text Example
Text Example
White with #C92515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92515; }
p { color: rgb(201,37,21); }
H1.HeaderClassName
{
color: #C92515;
}
.AnyTagClassName
{
color: #C92515;
}
</style>
background-color css
<style>
a { background-color: #C92515; }
a { background-color: rgb(201,37,21); }
div.DivClassName
{
background-color: #C92515;
}
.BgClassName
{
background-color: #C92515;
}
</style>
border-color css
<style>
span { border-color: #C92515; }
span { border-color: rgb(201,37,21); }
td.TdClassName
{
border-color: #C92515;
}
.TagClassName
{
border-color: #C92515;
}
</style>