Html Css Color HEX #C83511 Harley Davidson Orange
📋 copy color: '#C83511'red 200 ◦ green 53 ◦ blue 17
Shades of Harley Davidson Orange #C83511
Tints of Harley Davidson Orange #C83511
RGB
CMYK
RGB Variations
Color information
#C83511 (or 0xC83511) is known color: Harley Davidson Orange. HEX triplet: C8, 35 and 11. RGB value is (200,53,17). Sum of RGB (Red+Green+Blue) = 200+53+17=270 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.07% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 200 - color contains mainly: red. Hex color #C83511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83511 is #37CAEE. Grayscale: #5D5D5D. Windows color (decimal): -3656431 or 1127880. OLE color: 1127880.
HSL color Cylindrical-coordinate representation of color #C83511: hue angle of 11.8º 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 #C83511 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 17 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.22 |
| HSL | 11.8º | 0.84% | 0.43% | - |
| HSV(B) | 11.8º | 0.92% | 0.78% | - |
| XYZ | 25.19 | 14.87 | 2.07 | - |
| YUV | 92.85 | 85.2 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 17 | 0 | 0.74 | 0.92 | 0.22 | 11.8 | 0.84 | 0.43 |
| Hex | C8 | 35 | 11 | 0 | 4A | 5C | 16 | C | 54 | 2B |
| Octal | 310 | 65 | 21 | 0 | 112 | 134 | 26 | 14 | 124 | 53 |
| Binary | 11001000 | 110101 | 10001 | 0 | 1001010 | 1011100 | 10110 | 1100 | 1010100 | 101011 |
Color Harmonies of #C83511
Complementary color
Monochromatic Colors of #C83511
Black with #C83511
Text Example
Text Example
White with #C83511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83511; }
p { color: rgb(200,53,17); }
H1.HeaderClassName
{
color: #C83511;
}
.AnyTagClassName
{
color: #C83511;
}
</style>
background-color css
<style>
a { background-color: #C83511; }
a { background-color: rgb(200,53,17); }
div.DivClassName
{
background-color: #C83511;
}
.BgClassName
{
background-color: #C83511;
}
</style>
border-color css
<style>
span { border-color: #C83511; }
span { border-color: rgb(200,53,17); }
td.TdClassName
{
border-color: #C83511;
}
.TagClassName
{
border-color: #C83511;
}
</style>