Html Css Color HEX #C82D0F Harley Davidson Orange
📋 copy color: '#C82D0F'red 200 ◦ green 45 ◦ blue 15
Shades of Harley Davidson Orange #C82D0F
Tints of Harley Davidson Orange #C82D0F
RGB
CMYK
RGB Variations
Color information
#C82D0F (or 0xC82D0F) is known color: Harley Davidson Orange. HEX triplet: C8, 2D and 0F. RGB value is (200,45,15). Sum of RGB (Red+Green+Blue) = 200+45+15=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82D0F is #37D2F0. Grayscale: #585858. Windows color (decimal): -3658481 or 994760. OLE color: 994760.
HSL color Cylindrical-coordinate representation of color #C82D0F: hue angle of 9.73º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C82D0F is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 45 | 15 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.22 |
| HSL | 9.73º | 0.86% | 0.42% | - |
| HSV(B) | 9.73º | 0.93% | 0.78% | - |
| XYZ | 24.84 | 14.19 | 1.88 | - |
| YUV | 87.93 | 86.85 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 15 | 0 | 0.78 | 0.92 | 0.22 | 9.73 | 0.86 | 0.42 |
| Hex | C8 | 2D | F | 0 | 4E | 5C | 16 | A | 56 | 2A |
| Octal | 310 | 55 | 17 | 0 | 116 | 134 | 26 | 12 | 126 | 52 |
| Binary | 11001000 | 101101 | 1111 | 0 | 1001110 | 1011100 | 10110 | 1010 | 1010110 | 101010 |
Color Harmonies of #C82D0F
Complementary color
Monochromatic Colors of #C82D0F
Black with #C82D0F
Text Example
Text Example
White with #C82D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82D0F; }
p { color: rgb(200,45,15); }
H1.HeaderClassName
{
color: #C82D0F;
}
.AnyTagClassName
{
color: #C82D0F;
}
</style>
background-color css
<style>
a { background-color: #C82D0F; }
a { background-color: rgb(200,45,15); }
div.DivClassName
{
background-color: #C82D0F;
}
.BgClassName
{
background-color: #C82D0F;
}
</style>
border-color css
<style>
span { border-color: #C82D0F; }
span { border-color: rgb(200,45,15); }
td.TdClassName
{
border-color: #C82D0F;
}
.TagClassName
{
border-color: #C82D0F;
}
</style>