Html Css Color HEX #C94619 Harley Davidson Orange
📋 copy color: '#C94619'red 201 ◦ green 70 ◦ blue 25
Shades of Harley Davidson Orange #C94619
Tints of Harley Davidson Orange #C94619
RGB
CMYK
RGB Variations
Color information
#C94619 (or 0xC94619) is known color: Harley Davidson Orange. HEX triplet: C9, 46 and 19. RGB value is (201,70,25). Sum of RGB (Red+Green+Blue) = 201+70+25=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C94619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94619 is #36B9E6. Grayscale: #686868. Windows color (decimal): -3586535 or 1656521. OLE color: 1656521.
HSL color Cylindrical-coordinate representation of color #C94619: hue angle of 15.34º 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 #C94619 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 25 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.21 |
| HSL | 15.34º | 0.78% | 0.44% | - |
| HSV(B) | 15.34º | 0.88% | 0.79% | - |
| XYZ | 26.45 | 16.87 | 2.78 | - |
| YUV | 104.04 | 83.4 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 25 | 0 | 0.65 | 0.88 | 0.21 | 15.34 | 0.78 | 0.44 |
| Hex | C9 | 46 | 19 | 0 | 41 | 58 | 15 | F | 4E | 2C |
| Octal | 311 | 106 | 31 | 0 | 101 | 130 | 25 | 17 | 116 | 54 |
| Binary | 11001001 | 1000110 | 11001 | 0 | 1000001 | 1011000 | 10101 | 1111 | 1001110 | 101100 |
Color Harmonies of #C94619
Complementary color
Monochromatic Colors of #C94619
Black with #C94619
Text Example
Text Example
White with #C94619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94619; }
p { color: rgb(201,70,25); }
H1.HeaderClassName
{
color: #C94619;
}
.AnyTagClassName
{
color: #C94619;
}
</style>
background-color css
<style>
a { background-color: #C94619; }
a { background-color: rgb(201,70,25); }
div.DivClassName
{
background-color: #C94619;
}
.BgClassName
{
background-color: #C94619;
}
</style>
border-color css
<style>
span { border-color: #C94619; }
span { border-color: rgb(201,70,25); }
td.TdClassName
{
border-color: #C94619;
}
.TagClassName
{
border-color: #C94619;
}
</style>