Html Css Color HEX #C92914 Harley Davidson Orange
📋 copy color: '#C92914'red 201 ◦ green 41 ◦ blue 20
Shades of Harley Davidson Orange #C92914
Tints of Harley Davidson Orange #C92914
RGB
CMYK
RGB Variations
Color information
#C92914 (or 0xC92914) is known color: Harley Davidson Orange. HEX triplet: C9, 29 and 14. RGB value is (201,41,20). Sum of RGB (Red+Green+Blue) = 201+41+20=262 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.72% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 201 - color contains mainly: red. Hex color #C92914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92914 is #36D6EB. Grayscale: #565656. Windows color (decimal): -3593964 or 1321417. OLE color: 1321417.
HSL color Cylindrical-coordinate representation of color #C92914: hue angle of 6.96º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C92914 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 20 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.21 |
| HSL | 6.96º | 0.82% | 0.43% | - |
| HSV(B) | 6.96º | 0.9% | 0.79% | - |
| XYZ | 25.01 | 14.05 | 2.06 | - |
| YUV | 86.45 | 90.51 | 209.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 20 | 0 | 0.80 | 0.90 | 0.21 | 6.96 | 0.82 | 0.43 |
| Hex | C9 | 29 | 14 | 0 | 50 | 5A | 15 | 7 | 52 | 2B |
| Octal | 311 | 51 | 24 | 0 | 120 | 132 | 25 | 7 | 122 | 53 |
| Binary | 11001001 | 101001 | 10100 | 0 | 1010000 | 1011010 | 10101 | 111 | 1010010 | 101011 |
Color Harmonies of #C92914
Complementary color
Monochromatic Colors of #C92914
Black with #C92914
Text Example
Text Example
White with #C92914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92914; }
p { color: rgb(201,41,20); }
H1.HeaderClassName
{
color: #C92914;
}
.AnyTagClassName
{
color: #C92914;
}
</style>
background-color css
<style>
a { background-color: #C92914; }
a { background-color: rgb(201,41,20); }
div.DivClassName
{
background-color: #C92914;
}
.BgClassName
{
background-color: #C92914;
}
</style>
border-color css
<style>
span { border-color: #C92914; }
span { border-color: rgb(201,41,20); }
td.TdClassName
{
border-color: #C92914;
}
.TagClassName
{
border-color: #C92914;
}
</style>