Html Css Color HEX #C94416 Harley Davidson Orange
📋 copy color: '#C94416'red 201 ◦ green 68 ◦ blue 22
Shades of Harley Davidson Orange #C94416
Tints of Harley Davidson Orange #C94416
RGB
CMYK
RGB Variations
Color information
#C94416 (or 0xC94416) is known color: Harley Davidson Orange. HEX triplet: C9, 44 and 16. RGB value is (201,68,22). Sum of RGB (Red+Green+Blue) = 201+68+22=291 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.07% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 201 - color contains mainly: red. Hex color #C94416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94416 is #36BBE9. Grayscale: #666666. Windows color (decimal): -3587050 or 1459401. OLE color: 1459401.
HSL color Cylindrical-coordinate representation of color #C94416: hue angle of 15.42º degrees, saturation: 0.8, 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 #C94416 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 68 | 22 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.21 |
| HSL | 15.42º | 0.8% | 0.44% | - |
| HSV(B) | 15.42º | 0.89% | 0.79% | - |
| XYZ | 26.3 | 16.61 | 2.58 | - |
| YUV | 102.52 | 82.56 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 22 | 0 | 0.66 | 0.89 | 0.21 | 15.42 | 0.8 | 0.44 |
| Hex | C9 | 44 | 16 | 0 | 42 | 59 | 15 | F | 50 | 2C |
| Octal | 311 | 104 | 26 | 0 | 102 | 131 | 25 | 17 | 120 | 54 |
| Binary | 11001001 | 1000100 | 10110 | 0 | 1000010 | 1011001 | 10101 | 1111 | 1010000 | 101100 |
Color Harmonies of #C94416
Complementary color
Monochromatic Colors of #C94416
Black with #C94416
Text Example
Text Example
White with #C94416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94416; }
p { color: rgb(201,68,22); }
H1.HeaderClassName
{
color: #C94416;
}
.AnyTagClassName
{
color: #C94416;
}
</style>
background-color css
<style>
a { background-color: #C94416; }
a { background-color: rgb(201,68,22); }
div.DivClassName
{
background-color: #C94416;
}
.BgClassName
{
background-color: #C94416;
}
</style>
border-color css
<style>
span { border-color: #C94416; }
span { border-color: rgb(201,68,22); }
td.TdClassName
{
border-color: #C94416;
}
.TagClassName
{
border-color: #C94416;
}
</style>