Html Css Color HEX #C8300C Harley Davidson Orange
📋 copy color: '#C8300C'red 200 ◦ green 48 ◦ blue 12
Shades of Harley Davidson Orange #C8300C
Tints of Harley Davidson Orange #C8300C
RGB
CMYK
RGB Variations
Color information
#C8300C (or 0xC8300C) is known color: Harley Davidson Orange. HEX triplet: C8, 30 and 0C. RGB value is (200,48,12). Sum of RGB (Red+Green+Blue) = 200+48+12=260 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.92% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 200 - color contains mainly: red. Hex color #C8300C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8300C is #37CFF3. Grayscale: #595959. Windows color (decimal): -3657716 or 798920. OLE color: 798920.
HSL color Cylindrical-coordinate representation of color #C8300C: hue angle of 11.49º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8300C is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 12 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.22 |
| HSL | 11.49º | 0.89% | 0.42% | - |
| HSV(B) | 11.49º | 0.94% | 0.78% | - |
| XYZ | 24.94 | 14.42 | 1.82 | - |
| YUV | 89.34 | 84.36 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 12 | 0 | 0.76 | 0.94 | 0.22 | 11.49 | 0.89 | 0.42 |
| Hex | C8 | 30 | C | 0 | 4C | 5E | 16 | B | 59 | 2A |
| Octal | 310 | 60 | 14 | 0 | 114 | 136 | 26 | 13 | 131 | 52 |
| Binary | 11001000 | 110000 | 1100 | 0 | 1001100 | 1011110 | 10110 | 1011 | 1011001 | 101010 |
Color Harmonies of #C8300C
Complementary color
Monochromatic Colors of #C8300C
Black with #C8300C
Text Example
Text Example
White with #C8300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8300C; }
p { color: rgb(200,48,12); }
H1.HeaderClassName
{
color: #C8300C;
}
.AnyTagClassName
{
color: #C8300C;
}
</style>
background-color css
<style>
a { background-color: #C8300C; }
a { background-color: rgb(200,48,12); }
div.DivClassName
{
background-color: #C8300C;
}
.BgClassName
{
background-color: #C8300C;
}
</style>
border-color css
<style>
span { border-color: #C8300C; }
span { border-color: rgb(200,48,12); }
td.TdClassName
{
border-color: #C8300C;
}
.TagClassName
{
border-color: #C8300C;
}
</style>