Html Css Color HEX #C83100 Harley Davidson Orange
📋 copy color: '#C83100'red 200 ◦ green 49 ◦ blue 0
Shades of Harley Davidson Orange #C83100
Tints of Harley Davidson Orange #C83100
RGB
CMYK
RGB Variations
Color information
#C83100 (or 0xC83100) is known color: Harley Davidson Orange. HEX triplet: C8, 31 and 00. RGB value is (200,49,0). Sum of RGB (Red+Green+Blue) = 200+49+0=249 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.32% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 200 - color contains mainly: red. Hex color #C83100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83100 is #37CEFF. Grayscale: #585858. Windows color (decimal): -3657472 or 12744. OLE color: 12744.
HSL color Cylindrical-coordinate representation of color #C83100: hue angle of 14.7º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C83100 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.22 |
| HSL | 14.7º | 1% | 0.39% | - |
| HSV(B) | 14.7º | 1% | 0.78% | - |
| XYZ | 24.92 | 14.48 | 1.48 | - |
| YUV | 88.56 | 78.03 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 0 | 0 | 0.76 | 1 | 0.22 | 14.7 | 1 | 0.39 |
| Hex | C8 | 31 | 0 | 0 | 4C | 64 | 16 | F | 64 | 27 |
| Octal | 310 | 61 | 0 | 0 | 114 | 144 | 26 | 17 | 144 | 47 |
| Binary | 11001000 | 110001 | 0 | 0 | 1001100 | 1100100 | 10110 | 1111 | 1100100 | 100111 |
Color Harmonies of #C83100
Complementary color
Monochromatic Colors of #C83100
Black with #C83100
Text Example
Text Example
White with #C83100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83100; }
p { color: rgb(200,49,0); }
H1.HeaderClassName
{
color: #C83100;
}
.AnyTagClassName
{
color: #C83100;
}
</style>
background-color css
<style>
a { background-color: #C83100; }
a { background-color: rgb(200,49,0); }
div.DivClassName
{
background-color: #C83100;
}
.BgClassName
{
background-color: #C83100;
}
</style>
border-color css
<style>
span { border-color: #C83100; }
span { border-color: rgb(200,49,0); }
td.TdClassName
{
border-color: #C83100;
}
.TagClassName
{
border-color: #C83100;
}
</style>