Html Css Color HEX #C84222 Harley Davidson Orange
📋 copy color: '#C84222'red 200 ◦ green 66 ◦ blue 34
Shades of Harley Davidson Orange #C84222
Tints of Harley Davidson Orange #C84222
RGB
CMYK
RGB Variations
Color information
#C84222 (or 0xC84222) is known color: Harley Davidson Orange. HEX triplet: C8, 42 and 22. RGB value is (200,66,34). Sum of RGB (Red+Green+Blue) = 200+66+34=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 34 (13.67% from 255 or 11.33% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C84222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84222 is #37BDDD. Grayscale: #666666. Windows color (decimal): -3653086 or 2245320. OLE color: 2245320.
HSL color Cylindrical-coordinate representation of color #C84222: hue angle of 11.57º degrees, saturation: 0.71, 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 #C84222 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 66 | 34 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.22 |
| HSL | 11.57º | 0.71% | 0.46% | - |
| HSV(B) | 11.57º | 0.83% | 0.78% | - |
| XYZ | 26.06 | 16.29 | 3.28 | - |
| YUV | 102.42 | 89.39 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 66 | 34 | 0 | 0.67 | 0.83 | 0.22 | 11.57 | 0.71 | 0.46 |
| Hex | C8 | 42 | 22 | 0 | 43 | 53 | 16 | C | 47 | 2E |
| Octal | 310 | 102 | 42 | 0 | 103 | 123 | 26 | 14 | 107 | 56 |
| Binary | 11001000 | 1000010 | 100010 | 0 | 1000011 | 1010011 | 10110 | 1100 | 1000111 | 101110 |
Color Harmonies of #C84222
Complementary color
Monochromatic Colors of #C84222
Black with #C84222
Text Example
Text Example
White with #C84222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84222; }
p { color: rgb(200,66,34); }
H1.HeaderClassName
{
color: #C84222;
}
.AnyTagClassName
{
color: #C84222;
}
</style>
background-color css
<style>
a { background-color: #C84222; }
a { background-color: rgb(200,66,34); }
div.DivClassName
{
background-color: #C84222;
}
.BgClassName
{
background-color: #C84222;
}
</style>
border-color css
<style>
span { border-color: #C84222; }
span { border-color: rgb(200,66,34); }
td.TdClassName
{
border-color: #C84222;
}
.TagClassName
{
border-color: #C84222;
}
</style>