Html Css Color HEX #C83120 Harley Davidson Orange
📋 copy color: '#C83120'red 200 ◦ green 49 ◦ blue 32
Shades of Harley Davidson Orange #C83120
Tints of Harley Davidson Orange #C83120
RGB
CMYK
RGB Variations
Color information
#C83120 (or 0xC83120) is known color: Harley Davidson Orange. HEX triplet: C8, 31 and 20. RGB value is (200,49,32). Sum of RGB (Red+Green+Blue) = 200+49+32=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C83120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83120 is #37CEDF. Grayscale: #5C5C5C. Windows color (decimal): -3657440 or 2109896. OLE color: 2109896.
HSL color Cylindrical-coordinate representation of color #C83120: hue angle of 6.07º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C83120 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 32 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.22 |
| HSL | 6.07º | 0.72% | 0.45% | - |
| HSV(B) | 6.07º | 0.84% | 0.78% | - |
| XYZ | 25.18 | 14.58 | 2.85 | - |
| YUV | 92.21 | 94.03 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 32 | 0 | 0.76 | 0.84 | 0.22 | 6.07 | 0.72 | 0.45 |
| Hex | C8 | 31 | 20 | 0 | 4C | 54 | 16 | 6 | 48 | 2D |
| Octal | 310 | 61 | 40 | 0 | 114 | 124 | 26 | 6 | 110 | 55 |
| Binary | 11001000 | 110001 | 100000 | 0 | 1001100 | 1010100 | 10110 | 110 | 1001000 | 101101 |
Color Harmonies of #C83120
Complementary color
Monochromatic Colors of #C83120
Black with #C83120
Text Example
Text Example
White with #C83120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83120; }
p { color: rgb(200,49,32); }
H1.HeaderClassName
{
color: #C83120;
}
.AnyTagClassName
{
color: #C83120;
}
</style>
background-color css
<style>
a { background-color: #C83120; }
a { background-color: rgb(200,49,32); }
div.DivClassName
{
background-color: #C83120;
}
.BgClassName
{
background-color: #C83120;
}
</style>
border-color css
<style>
span { border-color: #C83120; }
span { border-color: rgb(200,49,32); }
td.TdClassName
{
border-color: #C83120;
}
.TagClassName
{
border-color: #C83120;
}
</style>