Html Css Color HEX #C94117 Harley Davidson Orange
📋 copy color: '#C94117'red 201 ◦ green 65 ◦ blue 23
Shades of Harley Davidson Orange #C94117
Tints of Harley Davidson Orange #C94117
RGB
CMYK
RGB Variations
Color information
#C94117 (or 0xC94117) is known color: Harley Davidson Orange. HEX triplet: C9, 41 and 17. RGB value is (201,65,23). Sum of RGB (Red+Green+Blue) = 201+65+23=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C94117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94117 is #36BEE8. Grayscale: #656565. Windows color (decimal): -3587817 or 1524169. OLE color: 1524169.
HSL color Cylindrical-coordinate representation of color #C94117: hue angle of 14.16º 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 #C94117 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 23 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.21 |
| HSL | 14.16º | 0.79% | 0.44% | - |
| HSV(B) | 14.16º | 0.89% | 0.79% | - |
| XYZ | 26.13 | 16.26 | 2.57 | - |
| YUV | 100.88 | 84.06 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 23 | 0 | 0.68 | 0.89 | 0.21 | 14.16 | 0.79 | 0.44 |
| Hex | C9 | 41 | 17 | 0 | 44 | 59 | 15 | E | 4F | 2C |
| Octal | 311 | 101 | 27 | 0 | 104 | 131 | 25 | 16 | 117 | 54 |
| Binary | 11001001 | 1000001 | 10111 | 0 | 1000100 | 1011001 | 10101 | 1110 | 1001111 | 101100 |
Color Harmonies of #C94117
Complementary color
Monochromatic Colors of #C94117
Black with #C94117
Text Example
Text Example
White with #C94117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94117; }
p { color: rgb(201,65,23); }
H1.HeaderClassName
{
color: #C94117;
}
.AnyTagClassName
{
color: #C94117;
}
</style>
background-color css
<style>
a { background-color: #C94117; }
a { background-color: rgb(201,65,23); }
div.DivClassName
{
background-color: #C94117;
}
.BgClassName
{
background-color: #C94117;
}
</style>
border-color css
<style>
span { border-color: #C94117; }
span { border-color: rgb(201,65,23); }
td.TdClassName
{
border-color: #C94117;
}
.TagClassName
{
border-color: #C94117;
}
</style>