Html Css Color HEX #C82815 Harley Davidson Orange
📋 copy color: '#C82815'red 200 ◦ green 40 ◦ blue 21
Shades of Harley Davidson Orange #C82815
Tints of Harley Davidson Orange #C82815
RGB
CMYK
RGB Variations
Color information
#C82815 (or 0xC82815) is known color: Harley Davidson Orange. HEX triplet: C8, 28 and 15. RGB value is (200,40,21). Sum of RGB (Red+Green+Blue) = 200+40+21=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C82815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82815 is #37D7EA. Grayscale: #555555. Windows color (decimal): -3659755 or 1386696. OLE color: 1386696.
HSL color Cylindrical-coordinate representation of color #C82815: hue angle of 6.37º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C82815 is Cyan = 0, Magento = 0.8, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 21 | - |
| CMYK | 0 | 0.8 | 0.90 | 0.22 |
| HSL | 6.37º | 0.81% | 0.43% | - |
| HSV(B) | 6.37º | 0.9% | 0.78% | - |
| XYZ | 24.71 | 13.85 | 2.08 | - |
| YUV | 85.67 | 91.51 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 21 | 0 | 0.8 | 0.90 | 0.22 | 6.37 | 0.81 | 0.43 |
| Hex | C8 | 28 | 15 | 0 | 50 | 5A | 16 | 6 | 51 | 2B |
| Octal | 310 | 50 | 25 | 0 | 120 | 132 | 26 | 6 | 121 | 53 |
| Binary | 11001000 | 101000 | 10101 | 0 | 1010000 | 1011010 | 10110 | 110 | 1010001 | 101011 |
Color Harmonies of #C82815
Complementary color
Monochromatic Colors of #C82815
Black with #C82815
Text Example
Text Example
White with #C82815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82815; }
p { color: rgb(200,40,21); }
H1.HeaderClassName
{
color: #C82815;
}
.AnyTagClassName
{
color: #C82815;
}
</style>
background-color css
<style>
a { background-color: #C82815; }
a { background-color: rgb(200,40,21); }
div.DivClassName
{
background-color: #C82815;
}
.BgClassName
{
background-color: #C82815;
}
</style>
border-color css
<style>
span { border-color: #C82815; }
span { border-color: rgb(200,40,21); }
td.TdClassName
{
border-color: #C82815;
}
.TagClassName
{
border-color: #C82815;
}
</style>