Html Css Color HEX #C82803 Harley Davidson Orange
📋 copy color: '#C82803'red 200 ◦ green 40 ◦ blue 3
Shades of Harley Davidson Orange #C82803
Tints of Harley Davidson Orange #C82803
RGB
CMYK
RGB Variations
Color information
#C82803 (or 0xC82803) is known color: Harley Davidson Orange. HEX triplet: C8, 28 and 03. RGB value is (200,40,3). Sum of RGB (Red+Green+Blue) = 200+40+3=243 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.30% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 3 (1.56% from 255 or 1.23% from 243); Max value from RGB is 200 - color contains mainly: red. Hex color #C82803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82803 is #37D7FC. Grayscale: #535353. Windows color (decimal): -3659773 or 207048. OLE color: 207048.
HSL color Cylindrical-coordinate representation of color #C82803: hue angle of 11.27º 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 #C82803 is Cyan = 0, Magento = 0.8, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 3 | - |
| CMYK | 0 | 0.8 | 0.98 | 0.22 |
| HSL | 11.27º | 0.97% | 0.4% | - |
| HSV(B) | 11.27º | 0.99% | 0.78% | - |
| XYZ | 24.59 | 13.8 | 1.45 | - |
| YUV | 83.62 | 82.51 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 3 | 0 | 0.8 | 0.98 | 0.22 | 11.27 | 0.97 | 0.4 |
| Hex | C8 | 28 | 3 | 0 | 50 | 62 | 16 | B | 61 | 28 |
| Octal | 310 | 50 | 3 | 0 | 120 | 142 | 26 | 13 | 141 | 50 |
| Binary | 11001000 | 101000 | 11 | 0 | 1010000 | 1100010 | 10110 | 1011 | 1100001 | 101000 |
Color Harmonies of #C82803
Complementary color
Monochromatic Colors of #C82803
Black with #C82803
Text Example
Text Example
White with #C82803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82803; }
p { color: rgb(200,40,3); }
H1.HeaderClassName
{
color: #C82803;
}
.AnyTagClassName
{
color: #C82803;
}
</style>
background-color css
<style>
a { background-color: #C82803; }
a { background-color: rgb(200,40,3); }
div.DivClassName
{
background-color: #C82803;
}
.BgClassName
{
background-color: #C82803;
}
</style>
border-color css
<style>
span { border-color: #C82803; }
span { border-color: rgb(200,40,3); }
td.TdClassName
{
border-color: #C82803;
}
.TagClassName
{
border-color: #C82803;
}
</style>