Html Css Color HEX #C94220 Harley Davidson Orange
📋 copy color: '#C94220'red 201 ◦ green 66 ◦ blue 32
Shades of Harley Davidson Orange #C94220
Tints of Harley Davidson Orange #C94220
RGB
CMYK
RGB Variations
Color information
#C94220 (or 0xC94220) is known color: Harley Davidson Orange. HEX triplet: C9, 42 and 20. RGB value is (201,66,32). Sum of RGB (Red+Green+Blue) = 201+66+32=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C94220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94220 is #36BDDF. Grayscale: #666666. Windows color (decimal): -3587552 or 2114249. OLE color: 2114249.
HSL color Cylindrical-coordinate representation of color #C94220: hue angle of 12.07º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C94220 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 32 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.21 |
| HSL | 12.07º | 0.73% | 0.46% | - |
| HSV(B) | 12.07º | 0.84% | 0.79% | - |
| XYZ | 26.3 | 16.42 | 3.15 | - |
| YUV | 102.49 | 88.23 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 32 | 0 | 0.67 | 0.84 | 0.21 | 12.07 | 0.73 | 0.46 |
| Hex | C9 | 42 | 20 | 0 | 43 | 54 | 15 | C | 49 | 2E |
| Octal | 311 | 102 | 40 | 0 | 103 | 124 | 25 | 14 | 111 | 56 |
| Binary | 11001001 | 1000010 | 100000 | 0 | 1000011 | 1010100 | 10101 | 1100 | 1001001 | 101110 |
Color Harmonies of #C94220
Complementary color
Monochromatic Colors of #C94220
Black with #C94220
Text Example
Text Example
White with #C94220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94220; }
p { color: rgb(201,66,32); }
H1.HeaderClassName
{
color: #C94220;
}
.AnyTagClassName
{
color: #C94220;
}
</style>
background-color css
<style>
a { background-color: #C94220; }
a { background-color: rgb(201,66,32); }
div.DivClassName
{
background-color: #C94220;
}
.BgClassName
{
background-color: #C94220;
}
</style>
border-color css
<style>
span { border-color: #C94220; }
span { border-color: rgb(201,66,32); }
td.TdClassName
{
border-color: #C94220;
}
.TagClassName
{
border-color: #C94220;
}
</style>