Html Css Color HEX #C94022 Harley Davidson Orange
📋 copy color: '#C94022'red 201 ◦ green 64 ◦ blue 34
Shades of Harley Davidson Orange #C94022
Tints of Harley Davidson Orange #C94022
RGB
CMYK
RGB Variations
Color information
#C94022 (or 0xC94022) is known color: Harley Davidson Orange. HEX triplet: C9, 40 and 22. RGB value is (201,64,34). Sum of RGB (Red+Green+Blue) = 201+64+34=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 34 (13.67% from 255 or 11.37% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C94022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94022 is #36BFDD. Grayscale: #656565. Windows color (decimal): -3588062 or 2244809. OLE color: 2244809.
HSL color Cylindrical-coordinate representation of color #C94022: hue angle of 10.78º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C94022 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 64 | 34 | - |
| CMYK | 0 | 0.68 | 0.83 | 0.21 |
| HSL | 10.78º | 0.71% | 0.46% | - |
| HSV(B) | 10.78º | 0.83% | 0.79% | - |
| XYZ | 26.21 | 16.2 | 3.26 | - |
| YUV | 101.54 | 89.89 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 34 | 0 | 0.68 | 0.83 | 0.21 | 10.78 | 0.71 | 0.46 |
| Hex | C9 | 40 | 22 | 0 | 44 | 53 | 15 | B | 47 | 2E |
| Octal | 311 | 100 | 42 | 0 | 104 | 123 | 25 | 13 | 107 | 56 |
| Binary | 11001001 | 1000000 | 100010 | 0 | 1000100 | 1010011 | 10101 | 1011 | 1000111 | 101110 |
Color Harmonies of #C94022
Complementary color
Monochromatic Colors of #C94022
Black with #C94022
Text Example
Text Example
White with #C94022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94022; }
p { color: rgb(201,64,34); }
H1.HeaderClassName
{
color: #C94022;
}
.AnyTagClassName
{
color: #C94022;
}
</style>
background-color css
<style>
a { background-color: #C94022; }
a { background-color: rgb(201,64,34); }
div.DivClassName
{
background-color: #C94022;
}
.BgClassName
{
background-color: #C94022;
}
</style>
border-color css
<style>
span { border-color: #C94022; }
span { border-color: rgb(201,64,34); }
td.TdClassName
{
border-color: #C94022;
}
.TagClassName
{
border-color: #C94022;
}
</style>