Html Css Color HEX #C82513 Harley Davidson Orange
📋 copy color: '#C82513'red 200 ◦ green 37 ◦ blue 19
Shades of Harley Davidson Orange #C82513
Tints of Harley Davidson Orange #C82513
RGB
CMYK
RGB Variations
Color information
#C82513 (or 0xC82513) is known color: Harley Davidson Orange. HEX triplet: C8, 25 and 13. RGB value is (200,37,19). Sum of RGB (Red+Green+Blue) = 200+37+19=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C82513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82513 is #37DAEC. Grayscale: #535353. Windows color (decimal): -3660525 or 1254856. OLE color: 1254856.
HSL color Cylindrical-coordinate representation of color #C82513: hue angle of 5.97º degrees, saturation: 0.83, 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 #C82513 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 19 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.22 |
| HSL | 5.97º | 0.83% | 0.43% | - |
| HSV(B) | 5.97º | 0.91% | 0.78% | - |
| XYZ | 24.6 | 13.65 | 1.95 | - |
| YUV | 83.69 | 91.5 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 19 | 0 | 0.82 | 0.90 | 0.22 | 5.97 | 0.83 | 0.43 |
| Hex | C8 | 25 | 13 | 0 | 52 | 5A | 16 | 6 | 53 | 2B |
| Octal | 310 | 45 | 23 | 0 | 122 | 132 | 26 | 6 | 123 | 53 |
| Binary | 11001000 | 100101 | 10011 | 0 | 1010010 | 1011010 | 10110 | 110 | 1010011 | 101011 |
Color Harmonies of #C82513
Complementary color
Monochromatic Colors of #C82513
Black with #C82513
Text Example
Text Example
White with #C82513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82513; }
p { color: rgb(200,37,19); }
H1.HeaderClassName
{
color: #C82513;
}
.AnyTagClassName
{
color: #C82513;
}
</style>
background-color css
<style>
a { background-color: #C82513; }
a { background-color: rgb(200,37,19); }
div.DivClassName
{
background-color: #C82513;
}
.BgClassName
{
background-color: #C82513;
}
</style>
border-color css
<style>
span { border-color: #C82513; }
span { border-color: rgb(200,37,19); }
td.TdClassName
{
border-color: #C82513;
}
.TagClassName
{
border-color: #C82513;
}
</style>