Html Css Color HEX #C8300A Harley Davidson Orange
📋 copy color: '#C8300A'red 200 ◦ green 48 ◦ blue 10
Shades of Harley Davidson Orange #C8300A
Tints of Harley Davidson Orange #C8300A
RGB
CMYK
RGB Variations
Color information
#C8300A (or 0xC8300A) is known color: Harley Davidson Orange. HEX triplet: C8, 30 and 0A. RGB value is (200,48,10). Sum of RGB (Red+Green+Blue) = 200+48+10=258 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.52% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 200 - color contains mainly: red. Hex color #C8300A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8300A is #37CFF5. Grayscale: #595959. Windows color (decimal): -3657718 or 667848. OLE color: 667848.
HSL color Cylindrical-coordinate representation of color #C8300A: hue angle of 12º degrees, saturation: 0.9, 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 #C8300A is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 10 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.22 |
| HSL | 12º | 0.9% | 0.41% | - |
| HSV(B) | 12º | 0.95% | 0.78% | - |
| XYZ | 24.93 | 14.42 | 1.76 | - |
| YUV | 89.12 | 83.36 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 10 | 0 | 0.76 | 0.95 | 0.22 | 12 | 0.9 | 0.41 |
| Hex | C8 | 30 | A | 0 | 4C | 5F | 16 | C | 5A | 29 |
| Octal | 310 | 60 | 12 | 0 | 114 | 137 | 26 | 14 | 132 | 51 |
| Binary | 11001000 | 110000 | 1010 | 0 | 1001100 | 1011111 | 10110 | 1100 | 1011010 | 101001 |
Color Harmonies of #C8300A
Complementary color
Monochromatic Colors of #C8300A
Black with #C8300A
Text Example
Text Example
White with #C8300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8300A; }
p { color: rgb(200,48,10); }
H1.HeaderClassName
{
color: #C8300A;
}
.AnyTagClassName
{
color: #C8300A;
}
</style>
background-color css
<style>
a { background-color: #C8300A; }
a { background-color: rgb(200,48,10); }
div.DivClassName
{
background-color: #C8300A;
}
.BgClassName
{
background-color: #C8300A;
}
</style>
border-color css
<style>
span { border-color: #C8300A; }
span { border-color: rgb(200,48,10); }
td.TdClassName
{
border-color: #C8300A;
}
.TagClassName
{
border-color: #C8300A;
}
</style>