Html Css Color HEX #C94115 Harley Davidson Orange
📋 copy color: '#C94115'red 201 ◦ green 65 ◦ blue 21
Shades of Harley Davidson Orange #C94115
Tints of Harley Davidson Orange #C94115
RGB
CMYK
RGB Variations
Color information
#C94115 (or 0xC94115) is known color: Harley Davidson Orange. HEX triplet: C9, 41 and 15. RGB value is (201,65,21). Sum of RGB (Red+Green+Blue) = 201+65+21=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C94115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94115 is #36BEEA. Grayscale: #646464. Windows color (decimal): -3587819 or 1393097. OLE color: 1393097.
HSL color Cylindrical-coordinate representation of color #C94115: hue angle of 14.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C94115 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 21 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.21 |
| HSL | 14.67º | 0.81% | 0.44% | - |
| HSV(B) | 14.67º | 0.9% | 0.79% | - |
| XYZ | 26.11 | 16.25 | 2.47 | - |
| YUV | 100.65 | 83.06 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 21 | 0 | 0.68 | 0.90 | 0.21 | 14.67 | 0.81 | 0.44 |
| Hex | C9 | 41 | 15 | 0 | 44 | 5A | 15 | F | 51 | 2C |
| Octal | 311 | 101 | 25 | 0 | 104 | 132 | 25 | 17 | 121 | 54 |
| Binary | 11001001 | 1000001 | 10101 | 0 | 1000100 | 1011010 | 10101 | 1111 | 1010001 | 101100 |
Color Harmonies of #C94115
Complementary color
Monochromatic Colors of #C94115
Black with #C94115
Text Example
Text Example
White with #C94115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94115; }
p { color: rgb(201,65,21); }
H1.HeaderClassName
{
color: #C94115;
}
.AnyTagClassName
{
color: #C94115;
}
</style>
background-color css
<style>
a { background-color: #C94115; }
a { background-color: rgb(201,65,21); }
div.DivClassName
{
background-color: #C94115;
}
.BgClassName
{
background-color: #C94115;
}
</style>
border-color css
<style>
span { border-color: #C94115; }
span { border-color: rgb(201,65,21); }
td.TdClassName
{
border-color: #C94115;
}
.TagClassName
{
border-color: #C94115;
}
</style>