Html Css Color HEX #C0291B Harley Davidson Orange
📋 copy color: '#C0291B'red 192 ◦ green 41 ◦ blue 27
Shades of Harley Davidson Orange #C0291B
Tints of Harley Davidson Orange #C0291B
RGB
CMYK
RGB Variations
Color information
#C0291B (or 0xC0291B) is known color: Harley Davidson Orange. HEX triplet: C0, 29 and 1B. RGB value is (192,41,27). Sum of RGB (Red+Green+Blue) = 192+41+27=260 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.85% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 192 - color contains mainly: red. Hex color #C0291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0291B is #3FD6E4. Grayscale: #545454. Windows color (decimal): -4183781 or 1780160. OLE color: 1780160.
HSL color Cylindrical-coordinate representation of color #C0291B: hue angle of 5.09º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0291B is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 41 | 27 | - |
| CMYK | 0 | 0.79 | 0.86 | 0.25 |
| HSL | 5.09º | 0.75% | 0.43% | - |
| HSV(B) | 5.09º | 0.86% | 0.75% | - |
| XYZ | 22.73 | 12.87 | 2.32 | - |
| YUV | 84.55 | 95.53 | 204.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 27 | 0 | 0.79 | 0.86 | 0.25 | 5.09 | 0.75 | 0.43 |
| Hex | C0 | 29 | 1B | 0 | 4F | 56 | 19 | 5 | 4B | 2B |
| Octal | 300 | 51 | 33 | 0 | 117 | 126 | 31 | 5 | 113 | 53 |
| Binary | 11000000 | 101001 | 11011 | 0 | 1001111 | 1010110 | 11001 | 101 | 1001011 | 101011 |
Color Harmonies of #C0291B
Complementary color
Monochromatic Colors of #C0291B
Black with #C0291B
Text Example
Text Example
White with #C0291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0291B; }
p { color: rgb(192,41,27); }
H1.HeaderClassName
{
color: #C0291B;
}
.AnyTagClassName
{
color: #C0291B;
}
</style>
background-color css
<style>
a { background-color: #C0291B; }
a { background-color: rgb(192,41,27); }
div.DivClassName
{
background-color: #C0291B;
}
.BgClassName
{
background-color: #C0291B;
}
</style>
border-color css
<style>
span { border-color: #C0291B; }
span { border-color: rgb(192,41,27); }
td.TdClassName
{
border-color: #C0291B;
}
.TagClassName
{
border-color: #C0291B;
}
</style>