Html Css Color HEX #C92405 Harley Davidson Orange
📋 copy color: '#C92405'red 201 ◦ green 36 ◦ blue 5
Shades of Harley Davidson Orange #C92405
Tints of Harley Davidson Orange #C92405
RGB
CMYK
RGB Variations
Color information
#C92405 (or 0xC92405) is known color: Harley Davidson Orange. HEX triplet: C9, 24 and 05. RGB value is (201,36,5). Sum of RGB (Red+Green+Blue) = 201+36+5=242 (32% of max value = 765). Red value is 201 (78.91% from 255 or 83.06% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 201 - color contains mainly: red. Hex color #C92405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92405 is #36DBFA. Grayscale: #525252. Windows color (decimal): -3595259 or 337097. OLE color: 337097.
HSL color Cylindrical-coordinate representation of color #C92405: hue angle of 9.49º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C92405 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 5 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.21 |
| HSL | 9.49º | 0.95% | 0.4% | - |
| HSV(B) | 9.49º | 0.98% | 0.79% | - |
| XYZ | 24.75 | 13.69 | 1.48 | - |
| YUV | 81.8 | 84.66 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 5 | 0 | 0.82 | 0.98 | 0.21 | 9.49 | 0.95 | 0.4 |
| Hex | C9 | 24 | 5 | 0 | 52 | 62 | 15 | 9 | 5F | 28 |
| Octal | 311 | 44 | 5 | 0 | 122 | 142 | 25 | 11 | 137 | 50 |
| Binary | 11001001 | 100100 | 101 | 0 | 1010010 | 1100010 | 10101 | 1001 | 1011111 | 101000 |
Color Harmonies of #C92405
Complementary color
Monochromatic Colors of #C92405
Black with #C92405
Text Example
Text Example
White with #C92405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92405; }
p { color: rgb(201,36,5); }
H1.HeaderClassName
{
color: #C92405;
}
.AnyTagClassName
{
color: #C92405;
}
</style>
background-color css
<style>
a { background-color: #C92405; }
a { background-color: rgb(201,36,5); }
div.DivClassName
{
background-color: #C92405;
}
.BgClassName
{
background-color: #C92405;
}
</style>
border-color css
<style>
span { border-color: #C92405; }
span { border-color: rgb(201,36,5); }
td.TdClassName
{
border-color: #C92405;
}
.TagClassName
{
border-color: #C92405;
}
</style>