Html Css Color HEX #C83222 Harley Davidson Orange
📋 copy color: '#C83222'red 200 ◦ green 50 ◦ blue 34
Shades of Harley Davidson Orange #C83222
Tints of Harley Davidson Orange #C83222
RGB
CMYK
RGB Variations
Color information
#C83222 (or 0xC83222) is known color: Harley Davidson Orange. HEX triplet: C8, 32 and 22. RGB value is (200,50,34). Sum of RGB (Red+Green+Blue) = 200+50+34=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C83222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83222 is #37CDDD. Grayscale: #5D5D5D. Windows color (decimal): -3657182 or 2241224. OLE color: 2241224.
HSL color Cylindrical-coordinate representation of color #C83222: hue angle of 5.78º 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 #C83222 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 34 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.22 |
| HSL | 5.78º | 0.71% | 0.46% | - |
| HSV(B) | 5.78º | 0.83% | 0.78% | - |
| XYZ | 25.25 | 14.68 | 3.02 | - |
| YUV | 93.03 | 94.7 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 34 | 0 | 0.75 | 0.83 | 0.22 | 5.78 | 0.71 | 0.46 |
| Hex | C8 | 32 | 22 | 0 | 4B | 53 | 16 | 6 | 47 | 2E |
| Octal | 310 | 62 | 42 | 0 | 113 | 123 | 26 | 6 | 107 | 56 |
| Binary | 11001000 | 110010 | 100010 | 0 | 1001011 | 1010011 | 10110 | 110 | 1000111 | 101110 |
Color Harmonies of #C83222
Complementary color
Monochromatic Colors of #C83222
Black with #C83222
Text Example
Text Example
White with #C83222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83222; }
p { color: rgb(200,50,34); }
H1.HeaderClassName
{
color: #C83222;
}
.AnyTagClassName
{
color: #C83222;
}
</style>
background-color css
<style>
a { background-color: #C83222; }
a { background-color: rgb(200,50,34); }
div.DivClassName
{
background-color: #C83222;
}
.BgClassName
{
background-color: #C83222;
}
</style>
border-color css
<style>
span { border-color: #C83222; }
span { border-color: rgb(200,50,34); }
td.TdClassName
{
border-color: #C83222;
}
.TagClassName
{
border-color: #C83222;
}
</style>