Html Css Color HEX #C8320B Harley Davidson Orange
📋 copy color: '#C8320B'red 200 ◦ green 50 ◦ blue 11
Shades of Harley Davidson Orange #C8320B
Tints of Harley Davidson Orange #C8320B
RGB
CMYK
RGB Variations
Color information
#C8320B (or 0xC8320B) is known color: Harley Davidson Orange. HEX triplet: C8, 32 and 0B. RGB value is (200,50,11). Sum of RGB (Red+Green+Blue) = 200+50+11=261 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.63% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 200 - color contains mainly: red. Hex color #C8320B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8320B is #37CDF4. Grayscale: #5A5A5A. Windows color (decimal): -3657205 or 733896. OLE color: 733896.
HSL color Cylindrical-coordinate representation of color #C8320B: hue angle of 12.38º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8320B is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 11 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.22 |
| HSL | 12.38º | 0.9% | 0.41% | - |
| HSV(B) | 12.38º | 0.95% | 0.78% | - |
| XYZ | 25.02 | 14.58 | 1.81 | - |
| YUV | 90.4 | 83.2 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 11 | 0 | 0.75 | 0.94 | 0.22 | 12.38 | 0.9 | 0.41 |
| Hex | C8 | 32 | B | 0 | 4B | 5E | 16 | C | 5A | 29 |
| Octal | 310 | 62 | 13 | 0 | 113 | 136 | 26 | 14 | 132 | 51 |
| Binary | 11001000 | 110010 | 1011 | 0 | 1001011 | 1011110 | 10110 | 1100 | 1011010 | 101001 |
Color Harmonies of #C8320B
Complementary color
Monochromatic Colors of #C8320B
Black with #C8320B
Text Example
Text Example
White with #C8320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8320B; }
p { color: rgb(200,50,11); }
H1.HeaderClassName
{
color: #C8320B;
}
.AnyTagClassName
{
color: #C8320B;
}
</style>
background-color css
<style>
a { background-color: #C8320B; }
a { background-color: rgb(200,50,11); }
div.DivClassName
{
background-color: #C8320B;
}
.BgClassName
{
background-color: #C8320B;
}
</style>
border-color css
<style>
span { border-color: #C8320B; }
span { border-color: rgb(200,50,11); }
td.TdClassName
{
border-color: #C8320B;
}
.TagClassName
{
border-color: #C8320B;
}
</style>