Html Css Color HEX #C92E1E Harley Davidson Orange
📋 copy color: '#C92E1E'red 201 ◦ green 46 ◦ blue 30
Shades of Harley Davidson Orange #C92E1E
Tints of Harley Davidson Orange #C92E1E
RGB
CMYK
RGB Variations
Color information
#C92E1E (or 0xC92E1E) is known color: Harley Davidson Orange. HEX triplet: C9, 2E and 1E. RGB value is (201,46,30). Sum of RGB (Red+Green+Blue) = 201+46+30=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C92E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92E1E is #36D1E1. Grayscale: #5A5A5A. Windows color (decimal): -3592674 or 1978057. OLE color: 1978057.
HSL color Cylindrical-coordinate representation of color #C92E1E: hue angle of 5.61º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C92E1E is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 46 | 30 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.21 |
| HSL | 5.61º | 0.74% | 0.45% | - |
| HSV(B) | 5.61º | 0.85% | 0.79% | - |
| XYZ | 25.3 | 14.47 | 2.69 | - |
| YUV | 90.52 | 93.85 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 46 | 30 | 0 | 0.77 | 0.85 | 0.21 | 5.61 | 0.74 | 0.45 |
| Hex | C9 | 2E | 1E | 0 | 4D | 55 | 15 | 6 | 4A | 2D |
| Octal | 311 | 56 | 36 | 0 | 115 | 125 | 25 | 6 | 112 | 55 |
| Binary | 11001001 | 101110 | 11110 | 0 | 1001101 | 1010101 | 10101 | 110 | 1001010 | 101101 |
Color Harmonies of #C92E1E
Complementary color
Monochromatic Colors of #C92E1E
Black with #C92E1E
Text Example
Text Example
White with #C92E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92E1E; }
p { color: rgb(201,46,30); }
H1.HeaderClassName
{
color: #C92E1E;
}
.AnyTagClassName
{
color: #C92E1E;
}
</style>
background-color css
<style>
a { background-color: #C92E1E; }
a { background-color: rgb(201,46,30); }
div.DivClassName
{
background-color: #C92E1E;
}
.BgClassName
{
background-color: #C92E1E;
}
</style>
border-color css
<style>
span { border-color: #C92E1E; }
span { border-color: rgb(201,46,30); }
td.TdClassName
{
border-color: #C92E1E;
}
.TagClassName
{
border-color: #C92E1E;
}
</style>