Html Css Color HEX #C82315 Harley Davidson Orange
📋 copy color: '#C82315'red 200 ◦ green 35 ◦ blue 21
Shades of Harley Davidson Orange #C82315
Tints of Harley Davidson Orange #C82315
RGB
CMYK
RGB Variations
Color information
#C82315 (or 0xC82315) is known color: Harley Davidson Orange. HEX triplet: C8, 23 and 15. RGB value is (200,35,21). Sum of RGB (Red+Green+Blue) = 200+35+21=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C82315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82315 is #37DCEA. Grayscale: #525252. Windows color (decimal): -3661035 or 1385416. OLE color: 1385416.
HSL color Cylindrical-coordinate representation of color #C82315: hue angle of 4.69º 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 #C82315 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 35 | 21 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.22 |
| HSL | 4.69º | 0.81% | 0.43% | - |
| HSV(B) | 4.69º | 0.9% | 0.78% | - |
| XYZ | 24.56 | 13.54 | 2.03 | - |
| YUV | 82.74 | 93.16 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 35 | 21 | 0 | 0.82 | 0.90 | 0.22 | 4.69 | 0.81 | 0.43 |
| Hex | C8 | 23 | 15 | 0 | 52 | 5A | 16 | 5 | 51 | 2B |
| Octal | 310 | 43 | 25 | 0 | 122 | 132 | 26 | 5 | 121 | 53 |
| Binary | 11001000 | 100011 | 10101 | 0 | 1010010 | 1011010 | 10110 | 101 | 1010001 | 101011 |
Color Harmonies of #C82315
Complementary color
Monochromatic Colors of #C82315
Black with #C82315
Text Example
Text Example
White with #C82315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82315; }
p { color: rgb(200,35,21); }
H1.HeaderClassName
{
color: #C82315;
}
.AnyTagClassName
{
color: #C82315;
}
</style>
background-color css
<style>
a { background-color: #C82315; }
a { background-color: rgb(200,35,21); }
div.DivClassName
{
background-color: #C82315;
}
.BgClassName
{
background-color: #C82315;
}
</style>
border-color css
<style>
span { border-color: #C82315; }
span { border-color: rgb(200,35,21); }
td.TdClassName
{
border-color: #C82315;
}
.TagClassName
{
border-color: #C82315;
}
</style>