Html Css Color HEX #C92519 Harley Davidson Orange
📋 copy color: '#C92519'red 201 ◦ green 37 ◦ blue 25
Shades of Harley Davidson Orange #C92519
Tints of Harley Davidson Orange #C92519
RGB
CMYK
RGB Variations
Color information
#C92519 (or 0xC92519) is known color: Harley Davidson Orange. HEX triplet: C9, 25 and 19. RGB value is (201,37,25). Sum of RGB (Red+Green+Blue) = 201+37+25=263 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.43% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 201 - color contains mainly: red. Hex color #C92519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92519 is #36DAE6. Grayscale: #545454. Windows color (decimal): -3594983 or 1648073. OLE color: 1648073.
HSL color Cylindrical-coordinate representation of color #C92519: hue angle of 4.09º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C92519 is Cyan = 0, Magento = 0.82, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 25 | - |
| CMYK | 0 | 0.82 | 0.88 | 0.21 |
| HSL | 4.09º | 0.78% | 0.44% | - |
| HSV(B) | 4.09º | 0.88% | 0.79% | - |
| XYZ | 24.92 | 13.81 | 2.27 | - |
| YUV | 84.67 | 94.33 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 25 | 0 | 0.82 | 0.88 | 0.21 | 4.09 | 0.78 | 0.44 |
| Hex | C9 | 25 | 19 | 0 | 52 | 58 | 15 | 4 | 4E | 2C |
| Octal | 311 | 45 | 31 | 0 | 122 | 130 | 25 | 4 | 116 | 54 |
| Binary | 11001001 | 100101 | 11001 | 0 | 1010010 | 1011000 | 10101 | 100 | 1001110 | 101100 |
Color Harmonies of #C92519
Complementary color
Monochromatic Colors of #C92519
Black with #C92519
Text Example
Text Example
White with #C92519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92519; }
p { color: rgb(201,37,25); }
H1.HeaderClassName
{
color: #C92519;
}
.AnyTagClassName
{
color: #C92519;
}
</style>
background-color css
<style>
a { background-color: #C92519; }
a { background-color: rgb(201,37,25); }
div.DivClassName
{
background-color: #C92519;
}
.BgClassName
{
background-color: #C92519;
}
</style>
border-color css
<style>
span { border-color: #C92519; }
span { border-color: rgb(201,37,25); }
td.TdClassName
{
border-color: #C92519;
}
.TagClassName
{
border-color: #C92519;
}
</style>