Html Css Color HEX #C82814 Harley Davidson Orange
📋 copy color: '#C82814'red 200 ◦ green 40 ◦ blue 20
Shades of Harley Davidson Orange #C82814
Tints of Harley Davidson Orange #C82814
RGB
CMYK
RGB Variations
Color information
#C82814 (or 0xC82814) is known color: Harley Davidson Orange. HEX triplet: C8, 28 and 14. RGB value is (200,40,20). Sum of RGB (Red+Green+Blue) = 200+40+20=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C82814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82814 is #37D7EB. Grayscale: #555555. Windows color (decimal): -3659756 or 1321160. OLE color: 1321160.
HSL color Cylindrical-coordinate representation of color #C82814: hue angle of 6.67º 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 #C82814 is Cyan = 0, Magento = 0.8, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 20 | - |
| CMYK | 0 | 0.8 | 0.9 | 0.22 |
| HSL | 6.67º | 0.82% | 0.43% | - |
| HSV(B) | 6.67º | 0.9% | 0.78% | - |
| XYZ | 24.7 | 13.85 | 2.03 | - |
| YUV | 85.56 | 91.01 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 20 | 0 | 0.8 | 0.9 | 0.22 | 6.67 | 0.82 | 0.43 |
| Hex | C8 | 28 | 14 | 0 | 50 | 5A | 16 | 7 | 52 | 2B |
| Octal | 310 | 50 | 24 | 0 | 120 | 132 | 26 | 7 | 122 | 53 |
| Binary | 11001000 | 101000 | 10100 | 0 | 1010000 | 1011010 | 10110 | 111 | 1010010 | 101011 |
Color Harmonies of #C82814
Complementary color
Monochromatic Colors of #C82814
Black with #C82814
Text Example
Text Example
White with #C82814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82814; }
p { color: rgb(200,40,20); }
H1.HeaderClassName
{
color: #C82814;
}
.AnyTagClassName
{
color: #C82814;
}
</style>
background-color css
<style>
a { background-color: #C82814; }
a { background-color: rgb(200,40,20); }
div.DivClassName
{
background-color: #C82814;
}
.BgClassName
{
background-color: #C82814;
}
</style>
border-color css
<style>
span { border-color: #C82814; }
span { border-color: rgb(200,40,20); }
td.TdClassName
{
border-color: #C82814;
}
.TagClassName
{
border-color: #C82814;
}
</style>