Html Css Color HEX #C8301B Harley Davidson Orange
📋 copy color: '#C8301B'red 200 ◦ green 48 ◦ blue 27
Shades of Harley Davidson Orange #C8301B
Tints of Harley Davidson Orange #C8301B
RGB
CMYK
RGB Variations
Color information
#C8301B (or 0xC8301B) is known color: Harley Davidson Orange. HEX triplet: C8, 30 and 1B. RGB value is (200,48,27). Sum of RGB (Red+Green+Blue) = 200+48+27=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C8301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8301B is #37CFE4. Grayscale: #5B5B5B. Windows color (decimal): -3657701 or 1781960. OLE color: 1781960.
HSL color Cylindrical-coordinate representation of color #C8301B: hue angle of 7.28º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8301B is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 27 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.22 |
| HSL | 7.28º | 0.76% | 0.45% | - |
| HSV(B) | 7.28º | 0.87% | 0.78% | - |
| XYZ | 25.07 | 14.47 | 2.51 | - |
| YUV | 91.05 | 91.86 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 27 | 0 | 0.76 | 0.86 | 0.22 | 7.28 | 0.76 | 0.45 |
| Hex | C8 | 30 | 1B | 0 | 4C | 56 | 16 | 7 | 4C | 2D |
| Octal | 310 | 60 | 33 | 0 | 114 | 126 | 26 | 7 | 114 | 55 |
| Binary | 11001000 | 110000 | 11011 | 0 | 1001100 | 1010110 | 10110 | 111 | 1001100 | 101101 |
Color Harmonies of #C8301B
Complementary color
Monochromatic Colors of #C8301B
Black with #C8301B
Text Example
Text Example
White with #C8301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8301B; }
p { color: rgb(200,48,27); }
H1.HeaderClassName
{
color: #C8301B;
}
.AnyTagClassName
{
color: #C8301B;
}
</style>
background-color css
<style>
a { background-color: #C8301B; }
a { background-color: rgb(200,48,27); }
div.DivClassName
{
background-color: #C8301B;
}
.BgClassName
{
background-color: #C8301B;
}
</style>
border-color css
<style>
span { border-color: #C8301B; }
span { border-color: rgb(200,48,27); }
td.TdClassName
{
border-color: #C8301B;
}
.TagClassName
{
border-color: #C8301B;
}
</style>