Html Css Color HEX #C94618 Harley Davidson Orange
📋 copy color: '#C94618'red 201 ◦ green 70 ◦ blue 24
Shades of Harley Davidson Orange #C94618
Tints of Harley Davidson Orange #C94618
RGB
CMYK
RGB Variations
Color information
#C94618 (or 0xC94618) is known color: Harley Davidson Orange. HEX triplet: C9, 46 and 18. RGB value is (201,70,24). Sum of RGB (Red+Green+Blue) = 201+70+24=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C94618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94618 is #36B9E7. Grayscale: #686868. Windows color (decimal): -3586536 or 1590985. OLE color: 1590985.
HSL color Cylindrical-coordinate representation of color #C94618: hue angle of 15.59º degrees, saturation: 0.79, 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 #C94618 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 70 | 24 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.21 |
| HSL | 15.59º | 0.79% | 0.44% | - |
| HSV(B) | 15.59º | 0.88% | 0.79% | - |
| XYZ | 26.44 | 16.86 | 2.73 | - |
| YUV | 103.93 | 82.9 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 24 | 0 | 0.65 | 0.88 | 0.21 | 15.59 | 0.79 | 0.44 |
| Hex | C9 | 46 | 18 | 0 | 41 | 58 | 15 | 10 | 4F | 2C |
| Octal | 311 | 106 | 30 | 0 | 101 | 130 | 25 | 20 | 117 | 54 |
| Binary | 11001001 | 1000110 | 11000 | 0 | 1000001 | 1011000 | 10101 | 10000 | 1001111 | 101100 |
Color Harmonies of #C94618
Complementary color
Monochromatic Colors of #C94618
Black with #C94618
Text Example
Text Example
White with #C94618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94618; }
p { color: rgb(201,70,24); }
H1.HeaderClassName
{
color: #C94618;
}
.AnyTagClassName
{
color: #C94618;
}
</style>
background-color css
<style>
a { background-color: #C94618; }
a { background-color: rgb(201,70,24); }
div.DivClassName
{
background-color: #C94618;
}
.BgClassName
{
background-color: #C94618;
}
</style>
border-color css
<style>
span { border-color: #C94618; }
span { border-color: rgb(201,70,24); }
td.TdClassName
{
border-color: #C94618;
}
.TagClassName
{
border-color: #C94618;
}
</style>