Html Css Color HEX #C6381A Harley Davidson Orange
📋 copy color: '#C6381A'red 198 ◦ green 56 ◦ blue 26
Shades of Harley Davidson Orange #C6381A
Tints of Harley Davidson Orange #C6381A
RGB
CMYK
RGB Variations
Color information
#C6381A (or 0xC6381A) is known color: Harley Davidson Orange. HEX triplet: C6, 38 and 1A. RGB value is (198,56,26). Sum of RGB (Red+Green+Blue) = 198+56+26=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C6381A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6381A is #39C7E5. Grayscale: #5F5F5F. Windows color (decimal): -3786726 or 1718470. OLE color: 1718470.
HSL color Cylindrical-coordinate representation of color #C6381A: hue angle of 10.47º 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 #C6381A is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 26 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.22 |
| HSL | 10.47º | 0.77% | 0.44% | - |
| HSV(B) | 10.47º | 0.87% | 0.78% | - |
| XYZ | 24.89 | 14.91 | 2.54 | - |
| YUV | 95.04 | 89.04 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 26 | 0 | 0.72 | 0.87 | 0.22 | 10.47 | 0.77 | 0.44 |
| Hex | C6 | 38 | 1A | 0 | 48 | 57 | 16 | A | 4D | 2C |
| Octal | 306 | 70 | 32 | 0 | 110 | 127 | 26 | 12 | 115 | 54 |
| Binary | 11000110 | 111000 | 11010 | 0 | 1001000 | 1010111 | 10110 | 1010 | 1001101 | 101100 |
Color Harmonies of #C6381A
Complementary color
Monochromatic Colors of #C6381A
Black with #C6381A
Text Example
Text Example
White with #C6381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6381A; }
p { color: rgb(198,56,26); }
H1.HeaderClassName
{
color: #C6381A;
}
.AnyTagClassName
{
color: #C6381A;
}
</style>
background-color css
<style>
a { background-color: #C6381A; }
a { background-color: rgb(198,56,26); }
div.DivClassName
{
background-color: #C6381A;
}
.BgClassName
{
background-color: #C6381A;
}
</style>
border-color css
<style>
span { border-color: #C6381A; }
span { border-color: rgb(198,56,26); }
td.TdClassName
{
border-color: #C6381A;
}
.TagClassName
{
border-color: #C6381A;
}
</style>