Html Css Color HEX #C82D21 Harley Davidson Orange
📋 copy color: '#C82D21'red 200 ◦ green 45 ◦ blue 33
Shades of Harley Davidson Orange #C82D21
Tints of Harley Davidson Orange #C82D21
RGB
CMYK
RGB Variations
Color information
#C82D21 (or 0xC82D21) is known color: Harley Davidson Orange. HEX triplet: C8, 2D and 21. RGB value is (200,45,33). Sum of RGB (Red+Green+Blue) = 200+45+33=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 45 (17.97% from 255 or 16.19% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82D21 is #37D2DE. Grayscale: #5A5A5A. Windows color (decimal): -3658463 or 2174408. OLE color: 2174408.
HSL color Cylindrical-coordinate representation of color #C82D21: hue angle of 4.31º degrees, saturation: 0.72, 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 #C82D21 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 45 | 33 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.22 |
| HSL | 4.31º | 0.72% | 0.46% | - |
| HSV(B) | 4.31º | 0.84% | 0.78% | - |
| XYZ | 25.03 | 14.27 | 2.87 | - |
| YUV | 89.98 | 95.85 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 33 | 0 | 0.78 | 0.84 | 0.22 | 4.31 | 0.72 | 0.46 |
| Hex | C8 | 2D | 21 | 0 | 4E | 54 | 16 | 4 | 48 | 2E |
| Octal | 310 | 55 | 41 | 0 | 116 | 124 | 26 | 4 | 110 | 56 |
| Binary | 11001000 | 101101 | 100001 | 0 | 1001110 | 1010100 | 10110 | 100 | 1001000 | 101110 |
Color Harmonies of #C82D21
Complementary color
Monochromatic Colors of #C82D21
Black with #C82D21
Text Example
Text Example
White with #C82D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82D21; }
p { color: rgb(200,45,33); }
H1.HeaderClassName
{
color: #C82D21;
}
.AnyTagClassName
{
color: #C82D21;
}
</style>
background-color css
<style>
a { background-color: #C82D21; }
a { background-color: rgb(200,45,33); }
div.DivClassName
{
background-color: #C82D21;
}
.BgClassName
{
background-color: #C82D21;
}
</style>
border-color css
<style>
span { border-color: #C82D21; }
span { border-color: rgb(200,45,33); }
td.TdClassName
{
border-color: #C82D21;
}
.TagClassName
{
border-color: #C82D21;
}
</style>