Html Css Color HEX #C8280C Harley Davidson Orange
📋 copy color: '#C8280C'red 200 ◦ green 40 ◦ blue 12
Shades of Harley Davidson Orange #C8280C
Tints of Harley Davidson Orange #C8280C
RGB
CMYK
RGB Variations
Color information
#C8280C (or 0xC8280C) is known color: Harley Davidson Orange. HEX triplet: C8, 28 and 0C. RGB value is (200,40,12). Sum of RGB (Red+Green+Blue) = 200+40+12=252 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.37% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 200 - color contains mainly: red. Hex color #C8280C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8280C is #37D7F3. Grayscale: #545454. Windows color (decimal): -3659764 or 796872. OLE color: 796872.
HSL color Cylindrical-coordinate representation of color #C8280C: hue angle of 8.94º 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 #C8280C is Cyan = 0, Magento = 0.8, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 12 | - |
| CMYK | 0 | 0.8 | 0.94 | 0.22 |
| HSL | 8.94º | 0.89% | 0.42% | - |
| HSV(B) | 8.94º | 0.94% | 0.78% | - |
| XYZ | 24.64 | 13.82 | 1.72 | - |
| YUV | 84.65 | 87.01 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 12 | 0 | 0.8 | 0.94 | 0.22 | 8.94 | 0.89 | 0.42 |
| Hex | C8 | 28 | C | 0 | 50 | 5E | 16 | 9 | 59 | 2A |
| Octal | 310 | 50 | 14 | 0 | 120 | 136 | 26 | 11 | 131 | 52 |
| Binary | 11001000 | 101000 | 1100 | 0 | 1010000 | 1011110 | 10110 | 1001 | 1011001 | 101010 |
Color Harmonies of #C8280C
Complementary color
Monochromatic Colors of #C8280C
Black with #C8280C
Text Example
Text Example
White with #C8280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8280C; }
p { color: rgb(200,40,12); }
H1.HeaderClassName
{
color: #C8280C;
}
.AnyTagClassName
{
color: #C8280C;
}
</style>
background-color css
<style>
a { background-color: #C8280C; }
a { background-color: rgb(200,40,12); }
div.DivClassName
{
background-color: #C8280C;
}
.BgClassName
{
background-color: #C8280C;
}
</style>
border-color css
<style>
span { border-color: #C8280C; }
span { border-color: rgb(200,40,12); }
td.TdClassName
{
border-color: #C8280C;
}
.TagClassName
{
border-color: #C8280C;
}
</style>