Html Css Color HEX #C82503 Harley Davidson Orange
📋 copy color: '#C82503'red 200 ◦ green 37 ◦ blue 3
Shades of Harley Davidson Orange #C82503
Tints of Harley Davidson Orange #C82503
RGB
CMYK
RGB Variations
Color information
#C82503 (or 0xC82503) is known color: Harley Davidson Orange. HEX triplet: C8, 25 and 03. RGB value is (200,37,3). Sum of RGB (Red+Green+Blue) = 200+37+3=240 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.33% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 200 - color contains mainly: red. Hex color #C82503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82503 is #37DAFC. Grayscale: #525252. Windows color (decimal): -3660541 or 206280. OLE color: 206280.
HSL color Cylindrical-coordinate representation of color #C82503: hue angle of 10.36º degrees, saturation: 0.97, 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 #C82503 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 3 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.22 |
| HSL | 10.36º | 0.97% | 0.4% | - |
| HSV(B) | 10.36º | 0.99% | 0.78% | - |
| XYZ | 24.5 | 13.61 | 1.42 | - |
| YUV | 81.86 | 83.5 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 3 | 0 | 0.82 | 0.98 | 0.22 | 10.36 | 0.97 | 0.4 |
| Hex | C8 | 25 | 3 | 0 | 52 | 62 | 16 | A | 61 | 28 |
| Octal | 310 | 45 | 3 | 0 | 122 | 142 | 26 | 12 | 141 | 50 |
| Binary | 11001000 | 100101 | 11 | 0 | 1010010 | 1100010 | 10110 | 1010 | 1100001 | 101000 |
Color Harmonies of #C82503
Complementary color
Monochromatic Colors of #C82503
Black with #C82503
Text Example
Text Example
White with #C82503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82503; }
p { color: rgb(200,37,3); }
H1.HeaderClassName
{
color: #C82503;
}
.AnyTagClassName
{
color: #C82503;
}
</style>
background-color css
<style>
a { background-color: #C82503; }
a { background-color: rgb(200,37,3); }
div.DivClassName
{
background-color: #C82503;
}
.BgClassName
{
background-color: #C82503;
}
</style>
border-color css
<style>
span { border-color: #C82503; }
span { border-color: rgb(200,37,3); }
td.TdClassName
{
border-color: #C82503;
}
.TagClassName
{
border-color: #C82503;
}
</style>