Html Css Color HEX #C94217 Harley Davidson Orange
📋 copy color: '#C94217'red 201 ◦ green 66 ◦ blue 23
Shades of Harley Davidson Orange #C94217
Tints of Harley Davidson Orange #C94217
RGB
CMYK
RGB Variations
Color information
#C94217 (or 0xC94217) is known color: Harley Davidson Orange. HEX triplet: C9, 42 and 17. RGB value is (201,66,23). Sum of RGB (Red+Green+Blue) = 201+66+23=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C94217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94217 is #36BDE8. Grayscale: #656565. Windows color (decimal): -3587561 or 1524425. OLE color: 1524425.
HSL color Cylindrical-coordinate representation of color #C94217: hue angle of 14.49º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C94217 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 23 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.21 |
| HSL | 14.49º | 0.79% | 0.44% | - |
| HSV(B) | 14.49º | 0.89% | 0.79% | - |
| XYZ | 26.19 | 16.38 | 2.59 | - |
| YUV | 101.46 | 83.73 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 23 | 0 | 0.67 | 0.89 | 0.21 | 14.49 | 0.79 | 0.44 |
| Hex | C9 | 42 | 17 | 0 | 43 | 59 | 15 | E | 4F | 2C |
| Octal | 311 | 102 | 27 | 0 | 103 | 131 | 25 | 16 | 117 | 54 |
| Binary | 11001001 | 1000010 | 10111 | 0 | 1000011 | 1011001 | 10101 | 1110 | 1001111 | 101100 |
Color Harmonies of #C94217
Complementary color
Monochromatic Colors of #C94217
Black with #C94217
Text Example
Text Example
White with #C94217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94217; }
p { color: rgb(201,66,23); }
H1.HeaderClassName
{
color: #C94217;
}
.AnyTagClassName
{
color: #C94217;
}
</style>
background-color css
<style>
a { background-color: #C94217; }
a { background-color: rgb(201,66,23); }
div.DivClassName
{
background-color: #C94217;
}
.BgClassName
{
background-color: #C94217;
}
</style>
border-color css
<style>
span { border-color: #C94217; }
span { border-color: rgb(201,66,23); }
td.TdClassName
{
border-color: #C94217;
}
.TagClassName
{
border-color: #C94217;
}
</style>