Html Css Color HEX #C83022 Harley Davidson Orange
📋 copy color: '#C83022'red 200 ◦ green 48 ◦ blue 34
Shades of Harley Davidson Orange #C83022
Tints of Harley Davidson Orange #C83022
RGB
CMYK
RGB Variations
Color information
#C83022 (or 0xC83022) is known color: Harley Davidson Orange. HEX triplet: C8, 30 and 22. RGB value is (200,48,34). Sum of RGB (Red+Green+Blue) = 200+48+34=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C83022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83022 is #37CFDD. Grayscale: #5C5C5C. Windows color (decimal): -3657694 or 2240712. OLE color: 2240712.
HSL color Cylindrical-coordinate representation of color #C83022: hue angle of 5.06º 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 #C83022 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 34 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.22 |
| HSL | 5.06º | 0.71% | 0.46% | - |
| HSV(B) | 5.06º | 0.83% | 0.78% | - |
| XYZ | 25.17 | 14.51 | 2.99 | - |
| YUV | 91.85 | 95.36 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 34 | 0 | 0.76 | 0.83 | 0.22 | 5.06 | 0.71 | 0.46 |
| Hex | C8 | 30 | 22 | 0 | 4C | 53 | 16 | 5 | 47 | 2E |
| Octal | 310 | 60 | 42 | 0 | 114 | 123 | 26 | 5 | 107 | 56 |
| Binary | 11001000 | 110000 | 100010 | 0 | 1001100 | 1010011 | 10110 | 101 | 1000111 | 101110 |
Color Harmonies of #C83022
Complementary color
Monochromatic Colors of #C83022
Black with #C83022
Text Example
Text Example
White with #C83022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83022; }
p { color: rgb(200,48,34); }
H1.HeaderClassName
{
color: #C83022;
}
.AnyTagClassName
{
color: #C83022;
}
</style>
background-color css
<style>
a { background-color: #C83022; }
a { background-color: rgb(200,48,34); }
div.DivClassName
{
background-color: #C83022;
}
.BgClassName
{
background-color: #C83022;
}
</style>
border-color css
<style>
span { border-color: #C83022; }
span { border-color: rgb(200,48,34); }
td.TdClassName
{
border-color: #C83022;
}
.TagClassName
{
border-color: #C83022;
}
</style>