Html Css Color HEX #C8291E Harley Davidson Orange
📋 copy color: '#C8291E'red 200 ◦ green 41 ◦ blue 30
Shades of Harley Davidson Orange #C8291E
Tints of Harley Davidson Orange #C8291E
RGB
CMYK
RGB Variations
Color information
#C8291E (or 0xC8291E) is known color: Harley Davidson Orange. HEX triplet: C8, 29 and 1E. RGB value is (200,41,30). Sum of RGB (Red+Green+Blue) = 200+41+30=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C8291E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8291E is #37D6E1. Grayscale: #575757. Windows color (decimal): -3659490 or 1976776. OLE color: 1976776.
HSL color Cylindrical-coordinate representation of color #C8291E: hue angle of 3.88º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8291E is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 30 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.22 |
| HSL | 3.88º | 0.74% | 0.45% | - |
| HSV(B) | 3.88º | 0.85% | 0.78% | - |
| XYZ | 24.85 | 13.96 | 2.61 | - |
| YUV | 87.29 | 95.68 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 30 | 0 | 0.80 | 0.85 | 0.22 | 3.88 | 0.74 | 0.45 |
| Hex | C8 | 29 | 1E | 0 | 50 | 55 | 16 | 4 | 4A | 2D |
| Octal | 310 | 51 | 36 | 0 | 120 | 125 | 26 | 4 | 112 | 55 |
| Binary | 11001000 | 101001 | 11110 | 0 | 1010000 | 1010101 | 10110 | 100 | 1001010 | 101101 |
Color Harmonies of #C8291E
Complementary color
Monochromatic Colors of #C8291E
Black with #C8291E
Text Example
Text Example
White with #C8291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8291E; }
p { color: rgb(200,41,30); }
H1.HeaderClassName
{
color: #C8291E;
}
.AnyTagClassName
{
color: #C8291E;
}
</style>
background-color css
<style>
a { background-color: #C8291E; }
a { background-color: rgb(200,41,30); }
div.DivClassName
{
background-color: #C8291E;
}
.BgClassName
{
background-color: #C8291E;
}
</style>
border-color css
<style>
span { border-color: #C8291E; }
span { border-color: rgb(200,41,30); }
td.TdClassName
{
border-color: #C8291E;
}
.TagClassName
{
border-color: #C8291E;
}
</style>