Html Css Color HEX #C92E0F Harley Davidson Orange
📋 copy color: '#C92E0F'red 201 ◦ green 46 ◦ blue 15
Shades of Harley Davidson Orange #C92E0F
Tints of Harley Davidson Orange #C92E0F
RGB
CMYK
RGB Variations
Color information
#C92E0F (or 0xC92E0F) is known color: Harley Davidson Orange. HEX triplet: C9, 2E and 0F. RGB value is (201,46,15). Sum of RGB (Red+Green+Blue) = 201+46+15=262 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.72% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 201 - color contains mainly: red. Hex color #C92E0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92E0F is #36D1F0. Grayscale: #595959. Windows color (decimal): -3592689 or 995017. OLE color: 995017.
HSL color Cylindrical-coordinate representation of color #C92E0F: hue angle of 10º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C92E0F is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 46 | 15 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.21 |
| HSL | 10º | 0.86% | 0.42% | - |
| HSV(B) | 10º | 0.93% | 0.79% | - |
| XYZ | 25.15 | 14.41 | 1.91 | - |
| YUV | 88.81 | 86.35 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 46 | 15 | 0 | 0.77 | 0.93 | 0.21 | 10 | 0.86 | 0.42 |
| Hex | C9 | 2E | F | 0 | 4D | 5D | 15 | A | 56 | 2A |
| Octal | 311 | 56 | 17 | 0 | 115 | 135 | 25 | 12 | 126 | 52 |
| Binary | 11001001 | 101110 | 1111 | 0 | 1001101 | 1011101 | 10101 | 1010 | 1010110 | 101010 |
Color Harmonies of #C92E0F
Complementary color
Monochromatic Colors of #C92E0F
Black with #C92E0F
Text Example
Text Example
White with #C92E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92E0F; }
p { color: rgb(201,46,15); }
H1.HeaderClassName
{
color: #C92E0F;
}
.AnyTagClassName
{
color: #C92E0F;
}
</style>
background-color css
<style>
a { background-color: #C92E0F; }
a { background-color: rgb(201,46,15); }
div.DivClassName
{
background-color: #C92E0F;
}
.BgClassName
{
background-color: #C92E0F;
}
</style>
border-color css
<style>
span { border-color: #C92E0F; }
span { border-color: rgb(201,46,15); }
td.TdClassName
{
border-color: #C92E0F;
}
.TagClassName
{
border-color: #C92E0F;
}
</style>