Html Css Color HEX #C82914 Harley Davidson Orange
📋 copy color: '#C82914'red 200 ◦ green 41 ◦ blue 20
Shades of Harley Davidson Orange #C82914
Tints of Harley Davidson Orange #C82914
RGB
CMYK
RGB Variations
Color information
#C82914 (or 0xC82914) is known color: Harley Davidson Orange. HEX triplet: C8, 29 and 14. RGB value is (200,41,20). Sum of RGB (Red+Green+Blue) = 200+41+20=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C82914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82914 is #37D6EB. Grayscale: #565656. Windows color (decimal): -3659500 or 1321416. OLE color: 1321416.
HSL color Cylindrical-coordinate representation of color #C82914: hue angle of 7º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C82914 is Cyan = 0, Magento = 0.80, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 20 | - |
| CMYK | 0 | 0.80 | 0.9 | 0.22 |
| HSL | 7º | 0.82% | 0.43% | - |
| HSV(B) | 7º | 0.9% | 0.78% | - |
| XYZ | 24.74 | 13.92 | 2.04 | - |
| YUV | 86.15 | 90.68 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 20 | 0 | 0.80 | 0.9 | 0.22 | 7 | 0.82 | 0.43 |
| Hex | C8 | 29 | 14 | 0 | 50 | 5A | 16 | 7 | 52 | 2B |
| Octal | 310 | 51 | 24 | 0 | 120 | 132 | 26 | 7 | 122 | 53 |
| Binary | 11001000 | 101001 | 10100 | 0 | 1010000 | 1011010 | 10110 | 111 | 1010010 | 101011 |
Color Harmonies of #C82914
Complementary color
Monochromatic Colors of #C82914
Black with #C82914
Text Example
Text Example
White with #C82914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82914; }
p { color: rgb(200,41,20); }
H1.HeaderClassName
{
color: #C82914;
}
.AnyTagClassName
{
color: #C82914;
}
</style>
background-color css
<style>
a { background-color: #C82914; }
a { background-color: rgb(200,41,20); }
div.DivClassName
{
background-color: #C82914;
}
.BgClassName
{
background-color: #C82914;
}
</style>
border-color css
<style>
span { border-color: #C82914; }
span { border-color: rgb(200,41,20); }
td.TdClassName
{
border-color: #C82914;
}
.TagClassName
{
border-color: #C82914;
}
</style>