Html Css Color HEX #C8301A Harley Davidson Orange
📋 copy color: '#C8301A'red 200 ◦ green 48 ◦ blue 26
Shades of Harley Davidson Orange #C8301A
Tints of Harley Davidson Orange #C8301A
RGB
CMYK
RGB Variations
Color information
#C8301A (or 0xC8301A) is known color: Harley Davidson Orange. HEX triplet: C8, 30 and 1A. RGB value is (200,48,26). Sum of RGB (Red+Green+Blue) = 200+48+26=274 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.99% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 200 - color contains mainly: red. Hex color #C8301A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8301A is #37CFE5. Grayscale: #5B5B5B. Windows color (decimal): -3657702 or 1716424. OLE color: 1716424.
HSL color Cylindrical-coordinate representation of color #C8301A: hue angle of 7.59º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8301A is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 26 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.22 |
| HSL | 7.59º | 0.77% | 0.44% | - |
| HSV(B) | 7.59º | 0.87% | 0.78% | - |
| XYZ | 25.06 | 14.47 | 2.45 | - |
| YUV | 90.94 | 91.36 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 26 | 0 | 0.76 | 0.87 | 0.22 | 7.59 | 0.77 | 0.44 |
| Hex | C8 | 30 | 1A | 0 | 4C | 57 | 16 | 8 | 4D | 2C |
| Octal | 310 | 60 | 32 | 0 | 114 | 127 | 26 | 10 | 115 | 54 |
| Binary | 11001000 | 110000 | 11010 | 0 | 1001100 | 1010111 | 10110 | 1000 | 1001101 | 101100 |
Color Harmonies of #C8301A
Complementary color
Monochromatic Colors of #C8301A
Black with #C8301A
Text Example
Text Example
White with #C8301A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8301A; }
p { color: rgb(200,48,26); }
H1.HeaderClassName
{
color: #C8301A;
}
.AnyTagClassName
{
color: #C8301A;
}
</style>
background-color css
<style>
a { background-color: #C8301A; }
a { background-color: rgb(200,48,26); }
div.DivClassName
{
background-color: #C8301A;
}
.BgClassName
{
background-color: #C8301A;
}
</style>
border-color css
<style>
span { border-color: #C8301A; }
span { border-color: rgb(200,48,26); }
td.TdClassName
{
border-color: #C8301A;
}
.TagClassName
{
border-color: #C8301A;
}
</style>