Html Css Color HEX #C8260C Harley Davidson Orange
📋 copy color: '#C8260C'red 200 ◦ green 38 ◦ blue 12
Shades of Harley Davidson Orange #C8260C
Tints of Harley Davidson Orange #C8260C
RGB
CMYK
RGB Variations
Color information
#C8260C (or 0xC8260C) is known color: Harley Davidson Orange. HEX triplet: C8, 26 and 0C. RGB value is (200,38,12). Sum of RGB (Red+Green+Blue) = 200+38+12=250 (33% of max value = 765). Red value is 200 (78.52% from 255 or 80% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 200 - color contains mainly: red. Hex color #C8260C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8260C is #37D9F3. Grayscale: #535353. Windows color (decimal): -3660276 or 796360. OLE color: 796360.
HSL color Cylindrical-coordinate representation of color #C8260C: hue angle of 8.3º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8260C is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 12 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.22 |
| HSL | 8.3º | 0.89% | 0.42% | - |
| HSV(B) | 8.3º | 0.94% | 0.78% | - |
| XYZ | 24.58 | 13.69 | 1.7 | - |
| YUV | 83.47 | 87.67 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 12 | 0 | 0.81 | 0.94 | 0.22 | 8.3 | 0.89 | 0.42 |
| Hex | C8 | 26 | C | 0 | 51 | 5E | 16 | 8 | 59 | 2A |
| Octal | 310 | 46 | 14 | 0 | 121 | 136 | 26 | 10 | 131 | 52 |
| Binary | 11001000 | 100110 | 1100 | 0 | 1010001 | 1011110 | 10110 | 1000 | 1011001 | 101010 |
Color Harmonies of #C8260C
Complementary color
Monochromatic Colors of #C8260C
Black with #C8260C
Text Example
Text Example
White with #C8260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8260C; }
p { color: rgb(200,38,12); }
H1.HeaderClassName
{
color: #C8260C;
}
.AnyTagClassName
{
color: #C8260C;
}
</style>
background-color css
<style>
a { background-color: #C8260C; }
a { background-color: rgb(200,38,12); }
div.DivClassName
{
background-color: #C8260C;
}
.BgClassName
{
background-color: #C8260C;
}
</style>
border-color css
<style>
span { border-color: #C8260C; }
span { border-color: rgb(200,38,12); }
td.TdClassName
{
border-color: #C8260C;
}
.TagClassName
{
border-color: #C8260C;
}
</style>