Html Css Color HEX #C83009 Harley Davidson Orange
📋 copy color: '#C83009'red 200 ◦ green 48 ◦ blue 9
Shades of Harley Davidson Orange #C83009
Tints of Harley Davidson Orange #C83009
RGB
CMYK
RGB Variations
Color information
#C83009 (or 0xC83009) is known color: Harley Davidson Orange. HEX triplet: C8, 30 and 09. RGB value is (200,48,9). Sum of RGB (Red+Green+Blue) = 200+48+9=257 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.82% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 200 - color contains mainly: red. Hex color #C83009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83009 is #37CFF6. Grayscale: #595959. Windows color (decimal): -3657719 or 602312. OLE color: 602312.
HSL color Cylindrical-coordinate representation of color #C83009: hue angle of 12.25º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C83009 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 9 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.22 |
| HSL | 12.25º | 0.91% | 0.41% | - |
| HSV(B) | 12.25º | 0.96% | 0.78% | - |
| XYZ | 24.93 | 14.41 | 1.73 | - |
| YUV | 89 | 82.86 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 9 | 0 | 0.76 | 0.96 | 0.22 | 12.25 | 0.91 | 0.41 |
| Hex | C8 | 30 | 9 | 0 | 4C | 60 | 16 | C | 5B | 29 |
| Octal | 310 | 60 | 11 | 0 | 114 | 140 | 26 | 14 | 133 | 51 |
| Binary | 11001000 | 110000 | 1001 | 0 | 1001100 | 1100000 | 10110 | 1100 | 1011011 | 101001 |
Color Harmonies of #C83009
Complementary color
Monochromatic Colors of #C83009
Black with #C83009
Text Example
Text Example
White with #C83009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83009; }
p { color: rgb(200,48,9); }
H1.HeaderClassName
{
color: #C83009;
}
.AnyTagClassName
{
color: #C83009;
}
</style>
background-color css
<style>
a { background-color: #C83009; }
a { background-color: rgb(200,48,9); }
div.DivClassName
{
background-color: #C83009;
}
.BgClassName
{
background-color: #C83009;
}
</style>
border-color css
<style>
span { border-color: #C83009; }
span { border-color: rgb(200,48,9); }
td.TdClassName
{
border-color: #C83009;
}
.TagClassName
{
border-color: #C83009;
}
</style>