Html Css Color HEX #C94519 Harley Davidson Orange
📋 copy color: '#C94519'red 201 ◦ green 69 ◦ blue 25
Shades of Harley Davidson Orange #C94519
Tints of Harley Davidson Orange #C94519
RGB
CMYK
RGB Variations
Color information
#C94519 (or 0xC94519) is known color: Harley Davidson Orange. HEX triplet: C9, 45 and 19. RGB value is (201,69,25). Sum of RGB (Red+Green+Blue) = 201+69+25=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C94519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94519 is #36BAE6. Grayscale: #676767. Windows color (decimal): -3586791 or 1656265. OLE color: 1656265.
HSL color Cylindrical-coordinate representation of color #C94519: hue angle of 15º 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 #C94519 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 25 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.21 |
| HSL | 15º | 0.78% | 0.44% | - |
| HSV(B) | 15º | 0.88% | 0.79% | - |
| XYZ | 26.39 | 16.74 | 2.76 | - |
| YUV | 103.45 | 83.73 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 25 | 0 | 0.66 | 0.88 | 0.21 | 15 | 0.78 | 0.44 |
| Hex | C9 | 45 | 19 | 0 | 42 | 58 | 15 | F | 4E | 2C |
| Octal | 311 | 105 | 31 | 0 | 102 | 130 | 25 | 17 | 116 | 54 |
| Binary | 11001001 | 1000101 | 11001 | 0 | 1000010 | 1011000 | 10101 | 1111 | 1001110 | 101100 |
Color Harmonies of #C94519
Complementary color
Monochromatic Colors of #C94519
Black with #C94519
Text Example
Text Example
White with #C94519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94519; }
p { color: rgb(201,69,25); }
H1.HeaderClassName
{
color: #C94519;
}
.AnyTagClassName
{
color: #C94519;
}
</style>
background-color css
<style>
a { background-color: #C94519; }
a { background-color: rgb(201,69,25); }
div.DivClassName
{
background-color: #C94519;
}
.BgClassName
{
background-color: #C94519;
}
</style>
border-color css
<style>
span { border-color: #C94519; }
span { border-color: rgb(201,69,25); }
td.TdClassName
{
border-color: #C94519;
}
.TagClassName
{
border-color: #C94519;
}
</style>