Html Css Color HEX #C83006 Harley Davidson Orange
📋 copy color: '#C83006'red 200 ◦ green 48 ◦ blue 6
Shades of Harley Davidson Orange #C83006
Tints of Harley Davidson Orange #C83006
RGB
CMYK
RGB Variations
Color information
#C83006 (or 0xC83006) is known color: Harley Davidson Orange. HEX triplet: C8, 30 and 06. RGB value is (200,48,6). Sum of RGB (Red+Green+Blue) = 200+48+6=254 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.74% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 200 - color contains mainly: red. Hex color #C83006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83006 is #37CFF9. Grayscale: #585858. Windows color (decimal): -3657722 or 405704. OLE color: 405704.
HSL color Cylindrical-coordinate representation of color #C83006: hue angle of 12.99º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C83006 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 6 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.22 |
| HSL | 12.99º | 0.94% | 0.4% | - |
| HSV(B) | 12.99º | 0.97% | 0.78% | - |
| XYZ | 24.91 | 14.41 | 1.64 | - |
| YUV | 88.66 | 81.36 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 6 | 0 | 0.76 | 0.97 | 0.22 | 12.99 | 0.94 | 0.4 |
| Hex | C8 | 30 | 6 | 0 | 4C | 61 | 16 | D | 5E | 28 |
| Octal | 310 | 60 | 6 | 0 | 114 | 141 | 26 | 15 | 136 | 50 |
| Binary | 11001000 | 110000 | 110 | 0 | 1001100 | 1100001 | 10110 | 1101 | 1011110 | 101000 |
Color Harmonies of #C83006
Complementary color
Monochromatic Colors of #C83006
Black with #C83006
Text Example
Text Example
White with #C83006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83006; }
p { color: rgb(200,48,6); }
H1.HeaderClassName
{
color: #C83006;
}
.AnyTagClassName
{
color: #C83006;
}
</style>
background-color css
<style>
a { background-color: #C83006; }
a { background-color: rgb(200,48,6); }
div.DivClassName
{
background-color: #C83006;
}
.BgClassName
{
background-color: #C83006;
}
</style>
border-color css
<style>
span { border-color: #C83006; }
span { border-color: rgb(200,48,6); }
td.TdClassName
{
border-color: #C83006;
}
.TagClassName
{
border-color: #C83006;
}
</style>