Html Css Color HEX #C84321 Harley Davidson Orange
📋 copy color: '#C84321'red 200 ◦ green 67 ◦ blue 33
Shades of Harley Davidson Orange #C84321
Tints of Harley Davidson Orange #C84321
RGB
CMYK
RGB Variations
Color information
#C84321 (or 0xC84321) is known color: Harley Davidson Orange. HEX triplet: C8, 43 and 21. RGB value is (200,67,33). Sum of RGB (Red+Green+Blue) = 200+67+33=300 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.67% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 200 - color contains mainly: red. Hex color #C84321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84321 is #37BCDE. Grayscale: #676767. Windows color (decimal): -3652831 or 2180040. OLE color: 2180040.
HSL color Cylindrical-coordinate representation of color #C84321: hue angle of 12.22º 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 #C84321 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 33 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.22 |
| HSL | 12.22º | 0.72% | 0.46% | - |
| HSV(B) | 12.22º | 0.84% | 0.78% | - |
| XYZ | 26.1 | 16.4 | 3.23 | - |
| YUV | 102.89 | 88.56 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 33 | 0 | 0.66 | 0.84 | 0.22 | 12.22 | 0.72 | 0.46 |
| Hex | C8 | 43 | 21 | 0 | 42 | 54 | 16 | C | 48 | 2E |
| Octal | 310 | 103 | 41 | 0 | 102 | 124 | 26 | 14 | 110 | 56 |
| Binary | 11001000 | 1000011 | 100001 | 0 | 1000010 | 1010100 | 10110 | 1100 | 1001000 | 101110 |
Color Harmonies of #C84321
Complementary color
Monochromatic Colors of #C84321
Black with #C84321
Text Example
Text Example
White with #C84321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84321; }
p { color: rgb(200,67,33); }
H1.HeaderClassName
{
color: #C84321;
}
.AnyTagClassName
{
color: #C84321;
}
</style>
background-color css
<style>
a { background-color: #C84321; }
a { background-color: rgb(200,67,33); }
div.DivClassName
{
background-color: #C84321;
}
.BgClassName
{
background-color: #C84321;
}
</style>
border-color css
<style>
span { border-color: #C84321; }
span { border-color: rgb(200,67,33); }
td.TdClassName
{
border-color: #C84321;
}
.TagClassName
{
border-color: #C84321;
}
</style>