Html Css Color HEX #C83011 Harley Davidson Orange
📋 copy color: '#C83011'red 200 ◦ green 48 ◦ blue 17
Shades of Harley Davidson Orange #C83011
Tints of Harley Davidson Orange #C83011
RGB
CMYK
RGB Variations
Color information
#C83011 (or 0xC83011) is known color: Harley Davidson Orange. HEX triplet: C8, 30 and 11. RGB value is (200,48,17). Sum of RGB (Red+Green+Blue) = 200+48+17=265 (35% of max value = 765). Red value is 200 (78.52% from 255 or 75.47% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 200 - color contains mainly: red. Hex color #C83011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83011 is #37CFEE. Grayscale: #5A5A5A. Windows color (decimal): -3657711 or 1126600. OLE color: 1126600.
HSL color Cylindrical-coordinate representation of color #C83011: hue angle of 10.16º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C83011 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 17 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.22 |
| HSL | 10.16º | 0.84% | 0.43% | - |
| HSV(B) | 10.16º | 0.92% | 0.78% | - |
| XYZ | 24.98 | 14.43 | 2 | - |
| YUV | 89.91 | 86.86 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 17 | 0 | 0.76 | 0.92 | 0.22 | 10.16 | 0.84 | 0.43 |
| Hex | C8 | 30 | 11 | 0 | 4C | 5C | 16 | A | 54 | 2B |
| Octal | 310 | 60 | 21 | 0 | 114 | 134 | 26 | 12 | 124 | 53 |
| Binary | 11001000 | 110000 | 10001 | 0 | 1001100 | 1011100 | 10110 | 1010 | 1010100 | 101011 |
Color Harmonies of #C83011
Complementary color
Monochromatic Colors of #C83011
Black with #C83011
Text Example
Text Example
White with #C83011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83011; }
p { color: rgb(200,48,17); }
H1.HeaderClassName
{
color: #C83011;
}
.AnyTagClassName
{
color: #C83011;
}
</style>
background-color css
<style>
a { background-color: #C83011; }
a { background-color: rgb(200,48,17); }
div.DivClassName
{
background-color: #C83011;
}
.BgClassName
{
background-color: #C83011;
}
</style>
border-color css
<style>
span { border-color: #C83011; }
span { border-color: rgb(200,48,17); }
td.TdClassName
{
border-color: #C83011;
}
.TagClassName
{
border-color: #C83011;
}
</style>