Html Css Color HEX #C82502 Harley Davidson Orange
📋 copy color: '#C82502'red 200 ◦ green 37 ◦ blue 2
Shades of Harley Davidson Orange #C82502
Tints of Harley Davidson Orange #C82502
RGB
CMYK
RGB Variations
Color information
#C82502 (or 0xC82502) is known color: Harley Davidson Orange. HEX triplet: C8, 25 and 02. RGB value is (200,37,2). Sum of RGB (Red+Green+Blue) = 200+37+2=239 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.68% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 200 - color contains mainly: red. Hex color #C82502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82502 is #37DAFD. Grayscale: #525252. Windows color (decimal): -3660542 or 140744. OLE color: 140744.
HSL color Cylindrical-coordinate representation of color #C82502: hue angle of 10.61º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C82502 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.22 |
| HSL | 10.61º | 0.98% | 0.4% | - |
| HSV(B) | 10.61º | 0.99% | 0.78% | - |
| XYZ | 24.49 | 13.61 | 1.39 | - |
| YUV | 81.75 | 83 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 2 | 0 | 0.82 | 0.99 | 0.22 | 10.61 | 0.98 | 0.4 |
| Hex | C8 | 25 | 2 | 0 | 52 | 63 | 16 | B | 62 | 28 |
| Octal | 310 | 45 | 2 | 0 | 122 | 143 | 26 | 13 | 142 | 50 |
| Binary | 11001000 | 100101 | 10 | 0 | 1010010 | 1100011 | 10110 | 1011 | 1100010 | 101000 |
Color Harmonies of #C82502
Complementary color
Monochromatic Colors of #C82502
Black with #C82502
Text Example
Text Example
White with #C82502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82502; }
p { color: rgb(200,37,2); }
H1.HeaderClassName
{
color: #C82502;
}
.AnyTagClassName
{
color: #C82502;
}
</style>
background-color css
<style>
a { background-color: #C82502; }
a { background-color: rgb(200,37,2); }
div.DivClassName
{
background-color: #C82502;
}
.BgClassName
{
background-color: #C82502;
}
</style>
border-color css
<style>
span { border-color: #C82502; }
span { border-color: rgb(200,37,2); }
td.TdClassName
{
border-color: #C82502;
}
.TagClassName
{
border-color: #C82502;
}
</style>