Html Css Color HEX #C83122 Harley Davidson Orange
📋 copy color: '#C83122'red 200 ◦ green 49 ◦ blue 34
Shades of Harley Davidson Orange #C83122
Tints of Harley Davidson Orange #C83122
RGB
CMYK
RGB Variations
Color information
#C83122 (or 0xC83122) is known color: Harley Davidson Orange. HEX triplet: C8, 31 and 22. RGB value is (200,49,34). Sum of RGB (Red+Green+Blue) = 200+49+34=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C83122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83122 is #37CEDD. Grayscale: #5C5C5C. Windows color (decimal): -3657438 or 2240968. OLE color: 2240968.
HSL color Cylindrical-coordinate representation of color #C83122: hue angle of 5.42º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C83122 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 34 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.22 |
| HSL | 5.42º | 0.71% | 0.46% | - |
| HSV(B) | 5.42º | 0.83% | 0.78% | - |
| XYZ | 25.21 | 14.59 | 3 | - |
| YUV | 92.44 | 95.03 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 34 | 0 | 0.76 | 0.83 | 0.22 | 5.42 | 0.71 | 0.46 |
| Hex | C8 | 31 | 22 | 0 | 4C | 53 | 16 | 5 | 47 | 2E |
| Octal | 310 | 61 | 42 | 0 | 114 | 123 | 26 | 5 | 107 | 56 |
| Binary | 11001000 | 110001 | 100010 | 0 | 1001100 | 1010011 | 10110 | 101 | 1000111 | 101110 |
Color Harmonies of #C83122
Complementary color
Monochromatic Colors of #C83122
Black with #C83122
Text Example
Text Example
White with #C83122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83122; }
p { color: rgb(200,49,34); }
H1.HeaderClassName
{
color: #C83122;
}
.AnyTagClassName
{
color: #C83122;
}
</style>
background-color css
<style>
a { background-color: #C83122; }
a { background-color: rgb(200,49,34); }
div.DivClassName
{
background-color: #C83122;
}
.BgClassName
{
background-color: #C83122;
}
</style>
border-color css
<style>
span { border-color: #C83122; }
span { border-color: rgb(200,49,34); }
td.TdClassName
{
border-color: #C83122;
}
.TagClassName
{
border-color: #C83122;
}
</style>