Html Css Color HEX #C83108 Harley Davidson Orange
📋 copy color: '#C83108'red 200 ◦ green 49 ◦ blue 8
Shades of Harley Davidson Orange #C83108
Tints of Harley Davidson Orange #C83108
RGB
CMYK
RGB Variations
Color information
#C83108 (or 0xC83108) is known color: Harley Davidson Orange. HEX triplet: C8, 31 and 08. RGB value is (200,49,8). Sum of RGB (Red+Green+Blue) = 200+49+8=257 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.82% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 200 - color contains mainly: red. Hex color #C83108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83108 is #37CEF7. Grayscale: #595959. Windows color (decimal): -3657464 or 537032. OLE color: 537032.
HSL color Cylindrical-coordinate representation of color #C83108: hue angle of 12.81º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C83108 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 8 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.22 |
| HSL | 12.81º | 0.92% | 0.41% | - |
| HSV(B) | 12.81º | 0.96% | 0.78% | - |
| XYZ | 24.96 | 14.49 | 1.71 | - |
| YUV | 89.48 | 82.03 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 8 | 0 | 0.76 | 0.96 | 0.22 | 12.81 | 0.92 | 0.41 |
| Hex | C8 | 31 | 8 | 0 | 4C | 60 | 16 | D | 5C | 29 |
| Octal | 310 | 61 | 10 | 0 | 114 | 140 | 26 | 15 | 134 | 51 |
| Binary | 11001000 | 110001 | 1000 | 0 | 1001100 | 1100000 | 10110 | 1101 | 1011100 | 101001 |
Color Harmonies of #C83108
Complementary color
Monochromatic Colors of #C83108
Black with #C83108
Text Example
Text Example
White with #C83108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83108; }
p { color: rgb(200,49,8); }
H1.HeaderClassName
{
color: #C83108;
}
.AnyTagClassName
{
color: #C83108;
}
</style>
background-color css
<style>
a { background-color: #C83108; }
a { background-color: rgb(200,49,8); }
div.DivClassName
{
background-color: #C83108;
}
.BgClassName
{
background-color: #C83108;
}
</style>
border-color css
<style>
span { border-color: #C83108; }
span { border-color: rgb(200,49,8); }
td.TdClassName
{
border-color: #C83108;
}
.TagClassName
{
border-color: #C83108;
}
</style>