Html Css Color HEX #C92502 Harley Davidson Orange
📋 copy color: '#C92502'red 201 ◦ green 37 ◦ blue 2
Shades of Harley Davidson Orange #C92502
Tints of Harley Davidson Orange #C92502
RGB
CMYK
RGB Variations
Color information
#C92502 (or 0xC92502) is known color: Harley Davidson Orange. HEX triplet: C9, 25 and 02. RGB value is (201,37,2). Sum of RGB (Red+Green+Blue) = 201+37+2=240 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.75% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 201 - color contains mainly: red. Hex color #C92502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92502 is #36DAFD. Grayscale: #525252. Windows color (decimal): -3595006 or 140745. OLE color: 140745.
HSL color Cylindrical-coordinate representation of color #C92502: hue angle of 10.55º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C92502 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.21 |
| HSL | 10.55º | 0.98% | 0.4% | - |
| HSV(B) | 10.55º | 0.99% | 0.79% | - |
| XYZ | 24.76 | 13.75 | 1.41 | - |
| YUV | 82.05 | 82.83 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 2 | 0 | 0.82 | 0.99 | 0.21 | 10.55 | 0.98 | 0.4 |
| Hex | C9 | 25 | 2 | 0 | 52 | 63 | 15 | B | 62 | 28 |
| Octal | 311 | 45 | 2 | 0 | 122 | 143 | 25 | 13 | 142 | 50 |
| Binary | 11001001 | 100101 | 10 | 0 | 1010010 | 1100011 | 10101 | 1011 | 1100010 | 101000 |
Color Harmonies of #C92502
Complementary color
Monochromatic Colors of #C92502
Black with #C92502
Text Example
Text Example
White with #C92502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92502; }
p { color: rgb(201,37,2); }
H1.HeaderClassName
{
color: #C92502;
}
.AnyTagClassName
{
color: #C92502;
}
</style>
background-color css
<style>
a { background-color: #C92502; }
a { background-color: rgb(201,37,2); }
div.DivClassName
{
background-color: #C92502;
}
.BgClassName
{
background-color: #C92502;
}
</style>
border-color css
<style>
span { border-color: #C92502; }
span { border-color: rgb(201,37,2); }
td.TdClassName
{
border-color: #C92502;
}
.TagClassName
{
border-color: #C92502;
}
</style>