Html Css Color HEX #C92500 Harley Davidson Orange
📋 copy color: '#C92500'red 201 ◦ green 37 ◦ blue 0
Shades of Harley Davidson Orange #C92500
Tints of Harley Davidson Orange #C92500
RGB
CMYK
RGB Variations
Color information
#C92500 (or 0xC92500) is known color: Harley Davidson Orange. HEX triplet: C9, 25 and 00. RGB value is (201,37,0). Sum of RGB (Red+Green+Blue) = 201+37+0=238 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.45% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 201 - color contains mainly: red. Hex color #C92500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92500 is #36DAFF. Grayscale: #525252. Windows color (decimal): -3595008 or 9673. OLE color: 9673.
HSL color Cylindrical-coordinate representation of color #C92500: hue angle of 11.04º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C92500 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.21 |
| HSL | 11.04º | 1% | 0.39% | - |
| HSV(B) | 11.04º | 1% | 0.79% | - |
| XYZ | 24.75 | 13.74 | 1.35 | - |
| YUV | 81.82 | 81.83 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 0 | 0 | 0.82 | 1 | 0.21 | 11.04 | 1 | 0.39 |
| Hex | C9 | 25 | 0 | 0 | 52 | 64 | 15 | B | 64 | 27 |
| Octal | 311 | 45 | 0 | 0 | 122 | 144 | 25 | 13 | 144 | 47 |
| Binary | 11001001 | 100101 | 0 | 0 | 1010010 | 1100100 | 10101 | 1011 | 1100100 | 100111 |
Color Harmonies of #C92500
Complementary color
Monochromatic Colors of #C92500
Black with #C92500
Text Example
Text Example
White with #C92500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92500; }
p { color: rgb(201,37,0); }
H1.HeaderClassName
{
color: #C92500;
}
.AnyTagClassName
{
color: #C92500;
}
</style>
background-color css
<style>
a { background-color: #C92500; }
a { background-color: rgb(201,37,0); }
div.DivClassName
{
background-color: #C92500;
}
.BgClassName
{
background-color: #C92500;
}
</style>
border-color css
<style>
span { border-color: #C92500; }
span { border-color: rgb(201,37,0); }
td.TdClassName
{
border-color: #C92500;
}
.TagClassName
{
border-color: #C92500;
}
</style>