Html Css Color HEX #C8260B Harley Davidson Orange
📋 copy color: '#C8260B'red 200 ◦ green 38 ◦ blue 11
Shades of Harley Davidson Orange #C8260B
Tints of Harley Davidson Orange #C8260B
RGB
CMYK
RGB Variations
Color information
#C8260B (or 0xC8260B) is known color: Harley Davidson Orange. HEX triplet: C8, 26 and 0B. RGB value is (200,38,11). Sum of RGB (Red+Green+Blue) = 200+38+11=249 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.32% from 249); Green value is 38 (15.23% from 255 or 15.26% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 200 - color contains mainly: red. Hex color #C8260B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8260B is #37D9F4. Grayscale: #535353. Windows color (decimal): -3660277 or 730824. OLE color: 730824.
HSL color Cylindrical-coordinate representation of color #C8260B: hue angle of 8.57º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8260B is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 11 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.22 |
| HSL | 8.57º | 0.9% | 0.41% | - |
| HSV(B) | 8.57º | 0.95% | 0.78% | - |
| XYZ | 24.57 | 13.69 | 1.66 | - |
| YUV | 83.36 | 87.17 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 11 | 0 | 0.81 | 0.94 | 0.22 | 8.57 | 0.9 | 0.41 |
| Hex | C8 | 26 | B | 0 | 51 | 5E | 16 | 9 | 5A | 29 |
| Octal | 310 | 46 | 13 | 0 | 121 | 136 | 26 | 11 | 132 | 51 |
| Binary | 11001000 | 100110 | 1011 | 0 | 1010001 | 1011110 | 10110 | 1001 | 1011010 | 101001 |
Color Harmonies of #C8260B
Complementary color
Monochromatic Colors of #C8260B
Black with #C8260B
Text Example
Text Example
White with #C8260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8260B; }
p { color: rgb(200,38,11); }
H1.HeaderClassName
{
color: #C8260B;
}
.AnyTagClassName
{
color: #C8260B;
}
</style>
background-color css
<style>
a { background-color: #C8260B; }
a { background-color: rgb(200,38,11); }
div.DivClassName
{
background-color: #C8260B;
}
.BgClassName
{
background-color: #C8260B;
}
</style>
border-color css
<style>
span { border-color: #C8260B; }
span { border-color: rgb(200,38,11); }
td.TdClassName
{
border-color: #C8260B;
}
.TagClassName
{
border-color: #C8260B;
}
</style>