Html Css Color HEX #C8341E Harley Davidson Orange
📋 copy color: '#C8341E'red 200 ◦ green 52 ◦ blue 30
Shades of Harley Davidson Orange #C8341E
Tints of Harley Davidson Orange #C8341E
RGB
CMYK
RGB Variations
Color information
#C8341E (or 0xC8341E) is known color: Harley Davidson Orange. HEX triplet: C8, 34 and 1E. RGB value is (200,52,30). Sum of RGB (Red+Green+Blue) = 200+52+30=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C8341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8341E is #37CBE1. Grayscale: #5D5D5D. Windows color (decimal): -3656674 or 1979592. OLE color: 1979592.
HSL color Cylindrical-coordinate representation of color #C8341E: hue angle of 7.76º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8341E is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 52 | 30 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.22 |
| HSL | 7.76º | 0.74% | 0.45% | - |
| HSV(B) | 7.76º | 0.85% | 0.78% | - |
| XYZ | 25.28 | 14.83 | 2.76 | - |
| YUV | 93.74 | 92.03 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 30 | 0 | 0.74 | 0.85 | 0.22 | 7.76 | 0.74 | 0.45 |
| Hex | C8 | 34 | 1E | 0 | 4A | 55 | 16 | 8 | 4A | 2D |
| Octal | 310 | 64 | 36 | 0 | 112 | 125 | 26 | 10 | 112 | 55 |
| Binary | 11001000 | 110100 | 11110 | 0 | 1001010 | 1010101 | 10110 | 1000 | 1001010 | 101101 |
Color Harmonies of #C8341E
Complementary color
Monochromatic Colors of #C8341E
Black with #C8341E
Text Example
Text Example
White with #C8341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8341E; }
p { color: rgb(200,52,30); }
H1.HeaderClassName
{
color: #C8341E;
}
.AnyTagClassName
{
color: #C8341E;
}
</style>
background-color css
<style>
a { background-color: #C8341E; }
a { background-color: rgb(200,52,30); }
div.DivClassName
{
background-color: #C8341E;
}
.BgClassName
{
background-color: #C8341E;
}
</style>
border-color css
<style>
span { border-color: #C8341E; }
span { border-color: rgb(200,52,30); }
td.TdClassName
{
border-color: #C8341E;
}
.TagClassName
{
border-color: #C8341E;
}
</style>