Html Css Color HEX #C83811 Harley Davidson Orange
📋 copy color: '#C83811'red 200 ◦ green 56 ◦ blue 17
Shades of Harley Davidson Orange #C83811
Tints of Harley Davidson Orange #C83811
RGB
CMYK
RGB Variations
Color information
#C83811 (or 0xC83811) is known color: Harley Davidson Orange. HEX triplet: C8, 38 and 11. RGB value is (200,56,17). Sum of RGB (Red+Green+Blue) = 200+56+17=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C83811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83811 is #37C7EE. Grayscale: #5E5E5E. Windows color (decimal): -3655663 or 1128648. OLE color: 1128648.
HSL color Cylindrical-coordinate representation of color #C83811: hue angle of 12.79º 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 #C83811 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 17 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.22 |
| HSL | 12.79º | 0.84% | 0.43% | - |
| HSV(B) | 12.79º | 0.92% | 0.78% | - |
| XYZ | 25.33 | 15.15 | 2.12 | - |
| YUV | 94.61 | 84.21 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 17 | 0 | 0.72 | 0.92 | 0.22 | 12.79 | 0.84 | 0.43 |
| Hex | C8 | 38 | 11 | 0 | 48 | 5C | 16 | D | 54 | 2B |
| Octal | 310 | 70 | 21 | 0 | 110 | 134 | 26 | 15 | 124 | 53 |
| Binary | 11001000 | 111000 | 10001 | 0 | 1001000 | 1011100 | 10110 | 1101 | 1010100 | 101011 |
Color Harmonies of #C83811
Complementary color
Monochromatic Colors of #C83811
Black with #C83811
Text Example
Text Example
White with #C83811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83811; }
p { color: rgb(200,56,17); }
H1.HeaderClassName
{
color: #C83811;
}
.AnyTagClassName
{
color: #C83811;
}
</style>
background-color css
<style>
a { background-color: #C83811; }
a { background-color: rgb(200,56,17); }
div.DivClassName
{
background-color: #C83811;
}
.BgClassName
{
background-color: #C83811;
}
</style>
border-color css
<style>
span { border-color: #C83811; }
span { border-color: rgb(200,56,17); }
td.TdClassName
{
border-color: #C83811;
}
.TagClassName
{
border-color: #C83811;
}
</style>