Html Css Color HEX #C82C1B Harley Davidson Orange
📋 copy color: '#C82C1B'red 200 ◦ green 44 ◦ blue 27
Shades of Harley Davidson Orange #C82C1B
Tints of Harley Davidson Orange #C82C1B
RGB
CMYK
RGB Variations
Color information
#C82C1B (or 0xC82C1B) is known color: Harley Davidson Orange. HEX triplet: C8, 2C and 1B. RGB value is (200,44,27). Sum of RGB (Red+Green+Blue) = 200+44+27=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82C1B is #37D3E4. Grayscale: #585858. Windows color (decimal): -3658725 or 1780936. OLE color: 1780936.
HSL color Cylindrical-coordinate representation of color #C82C1B: hue angle of 5.9º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C82C1B is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 44 | 27 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.22 |
| HSL | 5.9º | 0.76% | 0.45% | - |
| HSV(B) | 5.9º | 0.87% | 0.78% | - |
| XYZ | 24.92 | 14.16 | 2.46 | - |
| YUV | 88.71 | 93.18 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 27 | 0 | 0.78 | 0.86 | 0.22 | 5.9 | 0.76 | 0.45 |
| Hex | C8 | 2C | 1B | 0 | 4E | 56 | 16 | 6 | 4C | 2D |
| Octal | 310 | 54 | 33 | 0 | 116 | 126 | 26 | 6 | 114 | 55 |
| Binary | 11001000 | 101100 | 11011 | 0 | 1001110 | 1010110 | 10110 | 110 | 1001100 | 101101 |
Color Harmonies of #C82C1B
Complementary color
Monochromatic Colors of #C82C1B
Black with #C82C1B
Text Example
Text Example
White with #C82C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82C1B; }
p { color: rgb(200,44,27); }
H1.HeaderClassName
{
color: #C82C1B;
}
.AnyTagClassName
{
color: #C82C1B;
}
</style>
background-color css
<style>
a { background-color: #C82C1B; }
a { background-color: rgb(200,44,27); }
div.DivClassName
{
background-color: #C82C1B;
}
.BgClassName
{
background-color: #C82C1B;
}
</style>
border-color css
<style>
span { border-color: #C82C1B; }
span { border-color: rgb(200,44,27); }
td.TdClassName
{
border-color: #C82C1B;
}
.TagClassName
{
border-color: #C82C1B;
}
</style>