Html Css Color HEX #C92913 Harley Davidson Orange
📋 copy color: '#C92913'red 201 ◦ green 41 ◦ blue 19
Shades of Harley Davidson Orange #C92913
Tints of Harley Davidson Orange #C92913
RGB
CMYK
RGB Variations
Color information
#C92913 (or 0xC92913) is known color: Harley Davidson Orange. HEX triplet: C9, 29 and 13. RGB value is (201,41,19). Sum of RGB (Red+Green+Blue) = 201+41+19=261 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.01% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 201 - color contains mainly: red. Hex color #C92913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92913 is #36D6EC. Grayscale: #565656. Windows color (decimal): -3593965 or 1255881. OLE color: 1255881.
HSL color Cylindrical-coordinate representation of color #C92913: hue angle of 7.25º 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 #C92913 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 19 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.21 |
| HSL | 7.25º | 0.83% | 0.43% | - |
| HSV(B) | 7.25º | 0.91% | 0.79% | - |
| XYZ | 25 | 14.05 | 2.01 | - |
| YUV | 86.33 | 90.01 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 19 | 0 | 0.80 | 0.91 | 0.21 | 7.25 | 0.83 | 0.43 |
| Hex | C9 | 29 | 13 | 0 | 50 | 5B | 15 | 7 | 53 | 2B |
| Octal | 311 | 51 | 23 | 0 | 120 | 133 | 25 | 7 | 123 | 53 |
| Binary | 11001001 | 101001 | 10011 | 0 | 1010000 | 1011011 | 10101 | 111 | 1010011 | 101011 |
Color Harmonies of #C92913
Complementary color
Monochromatic Colors of #C92913
Black with #C92913
Text Example
Text Example
White with #C92913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92913; }
p { color: rgb(201,41,19); }
H1.HeaderClassName
{
color: #C92913;
}
.AnyTagClassName
{
color: #C92913;
}
</style>
background-color css
<style>
a { background-color: #C92913; }
a { background-color: rgb(201,41,19); }
div.DivClassName
{
background-color: #C92913;
}
.BgClassName
{
background-color: #C92913;
}
</style>
border-color css
<style>
span { border-color: #C92913; }
span { border-color: rgb(201,41,19); }
td.TdClassName
{
border-color: #C92913;
}
.TagClassName
{
border-color: #C92913;
}
</style>