Html Css Color HEX #C92B1E Harley Davidson Orange
📋 copy color: '#C92B1E'red 201 ◦ green 43 ◦ blue 30
Shades of Harley Davidson Orange #C92B1E
Tints of Harley Davidson Orange #C92B1E
RGB
CMYK
RGB Variations
Color information
#C92B1E (or 0xC92B1E) is known color: Harley Davidson Orange. HEX triplet: C9, 2B and 1E. RGB value is (201,43,30). Sum of RGB (Red+Green+Blue) = 201+43+30=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C92B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92B1E is #36D4E1. Grayscale: #585858. Windows color (decimal): -3593442 or 1977289. OLE color: 1977289.
HSL color Cylindrical-coordinate representation of color #C92B1E: hue angle of 4.56º 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 #C92B1E is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 43 | 30 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.21 |
| HSL | 4.56º | 0.74% | 0.45% | - |
| HSV(B) | 4.56º | 0.85% | 0.79% | - |
| XYZ | 25.19 | 14.24 | 2.65 | - |
| YUV | 88.76 | 94.85 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 43 | 30 | 0 | 0.79 | 0.85 | 0.21 | 4.56 | 0.74 | 0.45 |
| Hex | C9 | 2B | 1E | 0 | 4F | 55 | 15 | 5 | 4A | 2D |
| Octal | 311 | 53 | 36 | 0 | 117 | 125 | 25 | 5 | 112 | 55 |
| Binary | 11001001 | 101011 | 11110 | 0 | 1001111 | 1010101 | 10101 | 101 | 1001010 | 101101 |
Color Harmonies of #C92B1E
Complementary color
Monochromatic Colors of #C92B1E
Black with #C92B1E
Text Example
Text Example
White with #C92B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92B1E; }
p { color: rgb(201,43,30); }
H1.HeaderClassName
{
color: #C92B1E;
}
.AnyTagClassName
{
color: #C92B1E;
}
</style>
background-color css
<style>
a { background-color: #C92B1E; }
a { background-color: rgb(201,43,30); }
div.DivClassName
{
background-color: #C92B1E;
}
.BgClassName
{
background-color: #C92B1E;
}
</style>
border-color css
<style>
span { border-color: #C92B1E; }
span { border-color: rgb(201,43,30); }
td.TdClassName
{
border-color: #C92B1E;
}
.TagClassName
{
border-color: #C92B1E;
}
</style>