Html Css Color HEX #C82915 Harley Davidson Orange
📋 copy color: '#C82915'red 200 ◦ green 41 ◦ blue 21
Shades of Harley Davidson Orange #C82915
Tints of Harley Davidson Orange #C82915
RGB
CMYK
RGB Variations
Color information
#C82915 (or 0xC82915) is known color: Harley Davidson Orange. HEX triplet: C8, 29 and 15. RGB value is (200,41,21). Sum of RGB (Red+Green+Blue) = 200+41+21=262 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.34% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 200 - color contains mainly: red. Hex color #C82915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82915 is #37D6EA. Grayscale: #565656. Windows color (decimal): -3659499 or 1386952. OLE color: 1386952.
HSL color Cylindrical-coordinate representation of color #C82915: hue angle of 6.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 #C82915 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 21 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.22 |
| HSL | 6.7º | 0.81% | 0.43% | - |
| HSV(B) | 6.7º | 0.9% | 0.78% | - |
| XYZ | 24.75 | 13.92 | 2.09 | - |
| YUV | 86.26 | 91.18 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 21 | 0 | 0.80 | 0.90 | 0.22 | 6.7 | 0.81 | 0.43 |
| Hex | C8 | 29 | 15 | 0 | 50 | 5A | 16 | 7 | 51 | 2B |
| Octal | 310 | 51 | 25 | 0 | 120 | 132 | 26 | 7 | 121 | 53 |
| Binary | 11001000 | 101001 | 10101 | 0 | 1010000 | 1011010 | 10110 | 111 | 1010001 | 101011 |
Color Harmonies of #C82915
Complementary color
Monochromatic Colors of #C82915
Black with #C82915
Text Example
Text Example
White with #C82915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82915; }
p { color: rgb(200,41,21); }
H1.HeaderClassName
{
color: #C82915;
}
.AnyTagClassName
{
color: #C82915;
}
</style>
background-color css
<style>
a { background-color: #C82915; }
a { background-color: rgb(200,41,21); }
div.DivClassName
{
background-color: #C82915;
}
.BgClassName
{
background-color: #C82915;
}
</style>
border-color css
<style>
span { border-color: #C82915; }
span { border-color: rgb(200,41,21); }
td.TdClassName
{
border-color: #C82915;
}
.TagClassName
{
border-color: #C82915;
}
</style>