Html Css Color HEX #C84221 Harley Davidson Orange
📋 copy color: '#C84221'red 200 ◦ green 66 ◦ blue 33
Shades of Harley Davidson Orange #C84221
Tints of Harley Davidson Orange #C84221
RGB
CMYK
RGB Variations
Color information
#C84221 (or 0xC84221) is known color: Harley Davidson Orange. HEX triplet: C8, 42 and 21. RGB value is (200,66,33). Sum of RGB (Red+Green+Blue) = 200+66+33=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C84221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84221 is #37BDDE. Grayscale: #666666. Windows color (decimal): -3653087 or 2179784. OLE color: 2179784.
HSL color Cylindrical-coordinate representation of color #C84221: hue angle of 11.86º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C84221 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 33 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.22 |
| HSL | 11.86º | 0.72% | 0.46% | - |
| HSV(B) | 11.86º | 0.84% | 0.78% | - |
| XYZ | 26.04 | 16.29 | 3.21 | - |
| YUV | 102.3 | 88.89 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 33 | 0 | 0.67 | 0.84 | 0.22 | 11.86 | 0.72 | 0.46 |
| Hex | C8 | 42 | 21 | 0 | 43 | 54 | 16 | C | 48 | 2E |
| Octal | 310 | 102 | 41 | 0 | 103 | 124 | 26 | 14 | 110 | 56 |
| Binary | 11001000 | 1000010 | 100001 | 0 | 1000011 | 1010100 | 10110 | 1100 | 1001000 | 101110 |
Color Harmonies of #C84221
Complementary color
Monochromatic Colors of #C84221
Black with #C84221
Text Example
Text Example
White with #C84221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84221; }
p { color: rgb(200,66,33); }
H1.HeaderClassName
{
color: #C84221;
}
.AnyTagClassName
{
color: #C84221;
}
</style>
background-color css
<style>
a { background-color: #C84221; }
a { background-color: rgb(200,66,33); }
div.DivClassName
{
background-color: #C84221;
}
.BgClassName
{
background-color: #C84221;
}
</style>
border-color css
<style>
span { border-color: #C84221; }
span { border-color: rgb(200,66,33); }
td.TdClassName
{
border-color: #C84221;
}
.TagClassName
{
border-color: #C84221;
}
</style>