Html Css Color HEX #C83003 Harley Davidson Orange
📋 copy color: '#C83003'red 200 ◦ green 48 ◦ blue 3
Shades of Harley Davidson Orange #C83003
Tints of Harley Davidson Orange #C83003
RGB
CMYK
RGB Variations
Color information
#C83003 (or 0xC83003) is known color: Harley Davidson Orange. HEX triplet: C8, 30 and 03. RGB value is (200,48,3). Sum of RGB (Red+Green+Blue) = 200+48+3=251 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.68% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 200 - color contains mainly: red. Hex color #C83003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83003 is #37CFFC. Grayscale: #585858. Windows color (decimal): -3657725 or 209096. OLE color: 209096.
HSL color Cylindrical-coordinate representation of color #C83003: hue angle of 13.71º 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 #C83003 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 3 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.22 |
| HSL | 13.71º | 0.97% | 0.4% | - |
| HSV(B) | 13.71º | 0.99% | 0.78% | - |
| XYZ | 24.89 | 14.4 | 1.55 | - |
| YUV | 88.32 | 79.86 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 3 | 0 | 0.76 | 0.98 | 0.22 | 13.71 | 0.97 | 0.4 |
| Hex | C8 | 30 | 3 | 0 | 4C | 62 | 16 | E | 61 | 28 |
| Octal | 310 | 60 | 3 | 0 | 114 | 142 | 26 | 16 | 141 | 50 |
| Binary | 11001000 | 110000 | 11 | 0 | 1001100 | 1100010 | 10110 | 1110 | 1100001 | 101000 |
Color Harmonies of #C83003
Complementary color
Monochromatic Colors of #C83003
Black with #C83003
Text Example
Text Example
White with #C83003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83003; }
p { color: rgb(200,48,3); }
H1.HeaderClassName
{
color: #C83003;
}
.AnyTagClassName
{
color: #C83003;
}
</style>
background-color css
<style>
a { background-color: #C83003; }
a { background-color: rgb(200,48,3); }
div.DivClassName
{
background-color: #C83003;
}
.BgClassName
{
background-color: #C83003;
}
</style>
border-color css
<style>
span { border-color: #C83003; }
span { border-color: rgb(200,48,3); }
td.TdClassName
{
border-color: #C83003;
}
.TagClassName
{
border-color: #C83003;
}
</style>