Html Css Color HEX #C0280C Harley Davidson Orange
📋 copy color: '#C0280C'red 192 ◦ green 40 ◦ blue 12
Shades of Harley Davidson Orange #C0280C
Tints of Harley Davidson Orange #C0280C
RGB
CMYK
RGB Variations
Color information
#C0280C (or 0xC0280C) is known color: Harley Davidson Orange. HEX triplet: C0, 28 and 0C. RGB value is (192,40,12). Sum of RGB (Red+Green+Blue) = 192+40+12=244 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.69% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 192 - color contains mainly: red. Hex color #C0280C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0280C is #3FD7F3. Grayscale: #525252. Windows color (decimal): -4184052 or 796864. OLE color: 796864.
HSL color Cylindrical-coordinate representation of color #C0280C: hue angle of 9.33º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0280C is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 40 | 12 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.25 |
| HSL | 9.33º | 0.88% | 0.4% | - |
| HSV(B) | 9.33º | 0.94% | 0.75% | - |
| XYZ | 22.56 | 12.75 | 1.62 | - |
| YUV | 82.26 | 88.36 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 40 | 12 | 0 | 0.79 | 0.94 | 0.25 | 9.33 | 0.88 | 0.4 |
| Hex | C0 | 28 | C | 0 | 4F | 5E | 19 | 9 | 58 | 28 |
| Octal | 300 | 50 | 14 | 0 | 117 | 136 | 31 | 11 | 130 | 50 |
| Binary | 11000000 | 101000 | 1100 | 0 | 1001111 | 1011110 | 11001 | 1001 | 1011000 | 101000 |
Color Harmonies of #C0280C
Complementary color
Monochromatic Colors of #C0280C
Black with #C0280C
Text Example
Text Example
White with #C0280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0280C; }
p { color: rgb(192,40,12); }
H1.HeaderClassName
{
color: #C0280C;
}
.AnyTagClassName
{
color: #C0280C;
}
</style>
background-color css
<style>
a { background-color: #C0280C; }
a { background-color: rgb(192,40,12); }
div.DivClassName
{
background-color: #C0280C;
}
.BgClassName
{
background-color: #C0280C;
}
</style>
border-color css
<style>
span { border-color: #C0280C; }
span { border-color: rgb(192,40,12); }
td.TdClassName
{
border-color: #C0280C;
}
.TagClassName
{
border-color: #C0280C;
}
</style>