Html Css Color HEX #C82615 Harley Davidson Orange
📋 copy color: '#C82615'red 200 ◦ green 38 ◦ blue 21
Shades of Harley Davidson Orange #C82615
Tints of Harley Davidson Orange #C82615
RGB
CMYK
RGB Variations
Color information
#C82615 (or 0xC82615) is known color: Harley Davidson Orange. HEX triplet: C8, 26 and 15. RGB value is (200,38,21). Sum of RGB (Red+Green+Blue) = 200+38+21=259 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.22% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 200 - color contains mainly: red. Hex color #C82615 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82615 is #37D9EA. Grayscale: #545454. Windows color (decimal): -3660267 or 1386184. OLE color: 1386184.
HSL color Cylindrical-coordinate representation of color #C82615: hue angle of 5.7º 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 #C82615 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 21 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.22 |
| HSL | 5.7º | 0.81% | 0.43% | - |
| HSV(B) | 5.7º | 0.9% | 0.78% | - |
| XYZ | 24.65 | 13.72 | 2.06 | - |
| YUV | 84.5 | 92.17 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 21 | 0 | 0.81 | 0.90 | 0.22 | 5.7 | 0.81 | 0.43 |
| Hex | C8 | 26 | 15 | 0 | 51 | 5A | 16 | 6 | 51 | 2B |
| Octal | 310 | 46 | 25 | 0 | 121 | 132 | 26 | 6 | 121 | 53 |
| Binary | 11001000 | 100110 | 10101 | 0 | 1010001 | 1011010 | 10110 | 110 | 1010001 | 101011 |
Color Harmonies of #C82615
Complementary color
Monochromatic Colors of #C82615
Black with #C82615
Text Example
Text Example
White with #C82615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82615; }
p { color: rgb(200,38,21); }
H1.HeaderClassName
{
color: #C82615;
}
.AnyTagClassName
{
color: #C82615;
}
</style>
background-color css
<style>
a { background-color: #C82615; }
a { background-color: rgb(200,38,21); }
div.DivClassName
{
background-color: #C82615;
}
.BgClassName
{
background-color: #C82615;
}
</style>
border-color css
<style>
span { border-color: #C82615; }
span { border-color: rgb(200,38,21); }
td.TdClassName
{
border-color: #C82615;
}
.TagClassName
{
border-color: #C82615;
}
</style>