Html Css Color HEX #C83107 Harley Davidson Orange
📋 copy color: '#C83107'red 200 ◦ green 49 ◦ blue 7
Shades of Harley Davidson Orange #C83107
Tints of Harley Davidson Orange #C83107
RGB
CMYK
RGB Variations
Color information
#C83107 (or 0xC83107) is known color: Harley Davidson Orange. HEX triplet: C8, 31 and 07. RGB value is (200,49,7). Sum of RGB (Red+Green+Blue) = 200+49+7=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C83107 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83107 is #37CEF8. Grayscale: #595959. Windows color (decimal): -3657465 or 471496. OLE color: 471496.
HSL color Cylindrical-coordinate representation of color #C83107: hue angle of 13.06º degrees, saturation: 0.93, 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 #C83107 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 7 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.22 |
| HSL | 13.06º | 0.93% | 0.41% | - |
| HSV(B) | 13.06º | 0.97% | 0.78% | - |
| XYZ | 24.96 | 14.49 | 1.68 | - |
| YUV | 89.36 | 81.53 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 7 | 0 | 0.76 | 0.96 | 0.22 | 13.06 | 0.93 | 0.41 |
| Hex | C8 | 31 | 7 | 0 | 4C | 60 | 16 | D | 5D | 29 |
| Octal | 310 | 61 | 7 | 0 | 114 | 140 | 26 | 15 | 135 | 51 |
| Binary | 11001000 | 110001 | 111 | 0 | 1001100 | 1100000 | 10110 | 1101 | 1011101 | 101001 |
Color Harmonies of #C83107
Complementary color
Monochromatic Colors of #C83107
Black with #C83107
Text Example
Text Example
White with #C83107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83107; }
p { color: rgb(200,49,7); }
H1.HeaderClassName
{
color: #C83107;
}
.AnyTagClassName
{
color: #C83107;
}
</style>
background-color css
<style>
a { background-color: #C83107; }
a { background-color: rgb(200,49,7); }
div.DivClassName
{
background-color: #C83107;
}
.BgClassName
{
background-color: #C83107;
}
</style>
border-color css
<style>
span { border-color: #C83107; }
span { border-color: rgb(200,49,7); }
td.TdClassName
{
border-color: #C83107;
}
.TagClassName
{
border-color: #C83107;
}
</style>