Html Css Color HEX #C82D22 Harley Davidson Orange
📋 copy color: '#C82D22'red 200 ◦ green 45 ◦ blue 34
Shades of Harley Davidson Orange #C82D22
Tints of Harley Davidson Orange #C82D22
RGB
CMYK
RGB Variations
Color information
#C82D22 (or 0xC82D22) is known color: Harley Davidson Orange. HEX triplet: C8, 2D and 22. RGB value is (200,45,34). Sum of RGB (Red+Green+Blue) = 200+45+34=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82D22 is #37D2DD. Grayscale: #5A5A5A. Windows color (decimal): -3658462 or 2239944. OLE color: 2239944.
HSL color Cylindrical-coordinate representation of color #C82D22: hue angle of 3.98º 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 #C82D22 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 45 | 34 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.22 |
| HSL | 3.98º | 0.71% | 0.46% | - |
| HSV(B) | 3.98º | 0.83% | 0.78% | - |
| XYZ | 25.05 | 14.27 | 2.95 | - |
| YUV | 90.09 | 96.35 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 34 | 0 | 0.78 | 0.83 | 0.22 | 3.98 | 0.71 | 0.46 |
| Hex | C8 | 2D | 22 | 0 | 4E | 53 | 16 | 4 | 47 | 2E |
| Octal | 310 | 55 | 42 | 0 | 116 | 123 | 26 | 4 | 107 | 56 |
| Binary | 11001000 | 101101 | 100010 | 0 | 1001110 | 1010011 | 10110 | 100 | 1000111 | 101110 |
Color Harmonies of #C82D22
Complementary color
Monochromatic Colors of #C82D22
Black with #C82D22
Text Example
Text Example
White with #C82D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82D22; }
p { color: rgb(200,45,34); }
H1.HeaderClassName
{
color: #C82D22;
}
.AnyTagClassName
{
color: #C82D22;
}
</style>
background-color css
<style>
a { background-color: #C82D22; }
a { background-color: rgb(200,45,34); }
div.DivClassName
{
background-color: #C82D22;
}
.BgClassName
{
background-color: #C82D22;
}
</style>
border-color css
<style>
span { border-color: #C82D22; }
span { border-color: rgb(200,45,34); }
td.TdClassName
{
border-color: #C82D22;
}
.TagClassName
{
border-color: #C82D22;
}
</style>