Html Css Color HEX #C83101 Harley Davidson Orange
📋 copy color: '#C83101'red 200 ◦ green 49 ◦ blue 1
Shades of Harley Davidson Orange #C83101
Tints of Harley Davidson Orange #C83101
RGB
CMYK
RGB Variations
Color information
#C83101 (or 0xC83101) is known color: Harley Davidson Orange. HEX triplet: C8, 31 and 01. RGB value is (200,49,1). Sum of RGB (Red+Green+Blue) = 200+49+1=250 (33% of max value = 765). Red value is 200 (78.52% from 255 or 80% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 200 - color contains mainly: red. Hex color #C83101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83101 is #37CEFE. Grayscale: #595959. Windows color (decimal): -3657471 or 78280. OLE color: 78280.
HSL color Cylindrical-coordinate representation of color #C83101: hue angle of 14.47º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C83101 is Cyan = 0, Magento = 0.76, Yellow = 1.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 1 | - |
| CMYK | 0 | 0.76 | 1.00 | 0.22 |
| HSL | 14.47º | 0.99% | 0.39% | - |
| HSV(B) | 14.47º | 1% | 0.78% | - |
| XYZ | 24.92 | 14.48 | 1.51 | - |
| YUV | 88.68 | 78.53 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 1 | 0 | 0.76 | 1.00 | 0.22 | 14.47 | 0.99 | 0.39 |
| Hex | C8 | 31 | 1 | 0 | 4C | 64 | 16 | E | 63 | 27 |
| Octal | 310 | 61 | 1 | 0 | 114 | 144 | 26 | 16 | 143 | 47 |
| Binary | 11001000 | 110001 | 1 | 0 | 1001100 | 1100100 | 10110 | 1110 | 1100011 | 100111 |
Color Harmonies of #C83101
Complementary color
Monochromatic Colors of #C83101
Black with #C83101
Text Example
Text Example
White with #C83101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83101; }
p { color: rgb(200,49,1); }
H1.HeaderClassName
{
color: #C83101;
}
.AnyTagClassName
{
color: #C83101;
}
</style>
background-color css
<style>
a { background-color: #C83101; }
a { background-color: rgb(200,49,1); }
div.DivClassName
{
background-color: #C83101;
}
.BgClassName
{
background-color: #C83101;
}
</style>
border-color css
<style>
span { border-color: #C83101; }
span { border-color: rgb(200,49,1); }
td.TdClassName
{
border-color: #C83101;
}
.TagClassName
{
border-color: #C83101;
}
</style>