Html Css Color HEX #C8341B Harley Davidson Orange
📋 copy color: '#C8341B'red 200 ◦ green 52 ◦ blue 27
Shades of Harley Davidson Orange #C8341B
Tints of Harley Davidson Orange #C8341B
RGB
CMYK
RGB Variations
Color information
#C8341B (or 0xC8341B) is known color: Harley Davidson Orange. HEX triplet: C8, 34 and 1B. RGB value is (200,52,27). Sum of RGB (Red+Green+Blue) = 200+52+27=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C8341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8341B is #37CBE4. Grayscale: #5D5D5D. Windows color (decimal): -3656677 or 1782984. OLE color: 1782984.
HSL color Cylindrical-coordinate representation of color #C8341B: hue angle of 8.67º 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 #C8341B is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 27 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.22 |
| HSL | 8.67º | 0.76% | 0.45% | - |
| HSV(B) | 8.67º | 0.87% | 0.78% | - |
| XYZ | 25.25 | 14.81 | 2.57 | - |
| YUV | 93.4 | 90.53 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 27 | 0 | 0.74 | 0.86 | 0.22 | 8.67 | 0.76 | 0.45 |
| Hex | C8 | 34 | 1B | 0 | 4A | 56 | 16 | 9 | 4C | 2D |
| Octal | 310 | 64 | 33 | 0 | 112 | 126 | 26 | 11 | 114 | 55 |
| Binary | 11001000 | 110100 | 11011 | 0 | 1001010 | 1010110 | 10110 | 1001 | 1001100 | 101101 |
Color Harmonies of #C8341B
Complementary color
Monochromatic Colors of #C8341B
Black with #C8341B
Text Example
Text Example
White with #C8341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8341B; }
p { color: rgb(200,52,27); }
H1.HeaderClassName
{
color: #C8341B;
}
.AnyTagClassName
{
color: #C8341B;
}
</style>
background-color css
<style>
a { background-color: #C8341B; }
a { background-color: rgb(200,52,27); }
div.DivClassName
{
background-color: #C8341B;
}
.BgClassName
{
background-color: #C8341B;
}
</style>
border-color css
<style>
span { border-color: #C8341B; }
span { border-color: rgb(200,52,27); }
td.TdClassName
{
border-color: #C8341B;
}
.TagClassName
{
border-color: #C8341B;
}
</style>