Html Css Color HEX #C8291B Harley Davidson Orange
📋 copy color: '#C8291B'red 200 ◦ green 41 ◦ blue 27
Shades of Harley Davidson Orange #C8291B
Tints of Harley Davidson Orange #C8291B
RGB
CMYK
RGB Variations
Color information
#C8291B (or 0xC8291B) is known color: Harley Davidson Orange. HEX triplet: C8, 29 and 1B. RGB value is (200,41,27). Sum of RGB (Red+Green+Blue) = 200+41+27=268 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.63% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 200 - color contains mainly: red. Hex color #C8291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8291B is #37D6E4. Grayscale: #575757. Windows color (decimal): -3659493 or 1780168. OLE color: 1780168.
HSL color Cylindrical-coordinate representation of color #C8291B: hue angle of 4.86º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8291B is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 27 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.22 |
| HSL | 4.86º | 0.76% | 0.45% | - |
| HSV(B) | 4.86º | 0.87% | 0.78% | - |
| XYZ | 24.81 | 13.94 | 2.42 | - |
| YUV | 86.95 | 94.18 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 27 | 0 | 0.80 | 0.86 | 0.22 | 4.86 | 0.76 | 0.45 |
| Hex | C8 | 29 | 1B | 0 | 50 | 56 | 16 | 5 | 4C | 2D |
| Octal | 310 | 51 | 33 | 0 | 120 | 126 | 26 | 5 | 114 | 55 |
| Binary | 11001000 | 101001 | 11011 | 0 | 1010000 | 1010110 | 10110 | 101 | 1001100 | 101101 |
Color Harmonies of #C8291B
Complementary color
Monochromatic Colors of #C8291B
Black with #C8291B
Text Example
Text Example
White with #C8291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8291B; }
p { color: rgb(200,41,27); }
H1.HeaderClassName
{
color: #C8291B;
}
.AnyTagClassName
{
color: #C8291B;
}
</style>
background-color css
<style>
a { background-color: #C8291B; }
a { background-color: rgb(200,41,27); }
div.DivClassName
{
background-color: #C8291B;
}
.BgClassName
{
background-color: #C8291B;
}
</style>
border-color css
<style>
span { border-color: #C8291B; }
span { border-color: rgb(200,41,27); }
td.TdClassName
{
border-color: #C8291B;
}
.TagClassName
{
border-color: #C8291B;
}
</style>