Html Css Color HEX #C82D07 Harley Davidson Orange
📋 copy color: '#C82D07'red 200 ◦ green 45 ◦ blue 7
Shades of Harley Davidson Orange #C82D07
Tints of Harley Davidson Orange #C82D07
RGB
CMYK
RGB Variations
Color information
#C82D07 (or 0xC82D07) is known color: Harley Davidson Orange. HEX triplet: C8, 2D and 07. RGB value is (200,45,7). Sum of RGB (Red+Green+Blue) = 200+45+7=252 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.37% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 7 (3.12% from 255 or 2.78% from 252); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82D07 is #37D2F8. Grayscale: #575757. Windows color (decimal): -3658489 or 470472. OLE color: 470472.
HSL color Cylindrical-coordinate representation of color #C82D07: hue angle of 11.81º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C82D07 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 45 | 7 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.22 |
| HSL | 11.81º | 0.93% | 0.41% | - |
| HSV(B) | 11.81º | 0.97% | 0.78% | - |
| XYZ | 24.8 | 14.17 | 1.63 | - |
| YUV | 87.01 | 82.85 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 7 | 0 | 0.78 | 0.96 | 0.22 | 11.81 | 0.93 | 0.41 |
| Hex | C8 | 2D | 7 | 0 | 4E | 60 | 16 | C | 5D | 29 |
| Octal | 310 | 55 | 7 | 0 | 116 | 140 | 26 | 14 | 135 | 51 |
| Binary | 11001000 | 101101 | 111 | 0 | 1001110 | 1100000 | 10110 | 1100 | 1011101 | 101001 |
Color Harmonies of #C82D07
Complementary color
Monochromatic Colors of #C82D07
Black with #C82D07
Text Example
Text Example
White with #C82D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82D07; }
p { color: rgb(200,45,7); }
H1.HeaderClassName
{
color: #C82D07;
}
.AnyTagClassName
{
color: #C82D07;
}
</style>
background-color css
<style>
a { background-color: #C82D07; }
a { background-color: rgb(200,45,7); }
div.DivClassName
{
background-color: #C82D07;
}
.BgClassName
{
background-color: #C82D07;
}
</style>
border-color css
<style>
span { border-color: #C82D07; }
span { border-color: rgb(200,45,7); }
td.TdClassName
{
border-color: #C82D07;
}
.TagClassName
{
border-color: #C82D07;
}
</style>