Html Css Color HEX #C92505 Harley Davidson Orange
📋 copy color: '#C92505'red 201 ◦ green 37 ◦ blue 5
Shades of Harley Davidson Orange #C92505
Tints of Harley Davidson Orange #C92505
RGB
CMYK
RGB Variations
Color information
#C92505 (or 0xC92505) is known color: Harley Davidson Orange. HEX triplet: C9, 25 and 05. RGB value is (201,37,5). Sum of RGB (Red+Green+Blue) = 201+37+5=243 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.72% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 201 - color contains mainly: red. Hex color #C92505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92505 is #36DAFA. Grayscale: #525252. Windows color (decimal): -3595003 or 337353. OLE color: 337353.
HSL color Cylindrical-coordinate representation of color #C92505: hue angle of 9.8º 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 #C92505 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 5 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.21 |
| HSL | 9.8º | 0.95% | 0.4% | - |
| HSV(B) | 9.8º | 0.98% | 0.79% | - |
| XYZ | 24.78 | 13.75 | 1.49 | - |
| YUV | 82.39 | 84.33 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 5 | 0 | 0.82 | 0.98 | 0.21 | 9.8 | 0.95 | 0.4 |
| Hex | C9 | 25 | 5 | 0 | 52 | 62 | 15 | A | 5F | 28 |
| Octal | 311 | 45 | 5 | 0 | 122 | 142 | 25 | 12 | 137 | 50 |
| Binary | 11001001 | 100101 | 101 | 0 | 1010010 | 1100010 | 10101 | 1010 | 1011111 | 101000 |
Color Harmonies of #C92505
Complementary color
Monochromatic Colors of #C92505
Black with #C92505
Text Example
Text Example
White with #C92505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92505; }
p { color: rgb(201,37,5); }
H1.HeaderClassName
{
color: #C92505;
}
.AnyTagClassName
{
color: #C92505;
}
</style>
background-color css
<style>
a { background-color: #C92505; }
a { background-color: rgb(201,37,5); }
div.DivClassName
{
background-color: #C92505;
}
.BgClassName
{
background-color: #C92505;
}
</style>
border-color css
<style>
span { border-color: #C92505; }
span { border-color: rgb(201,37,5); }
td.TdClassName
{
border-color: #C92505;
}
.TagClassName
{
border-color: #C92505;
}
</style>