Html Css Color HEX #C6331E Harley Davidson Orange
📋 copy color: '#C6331E'red 198 ◦ green 51 ◦ blue 30
Shades of Harley Davidson Orange #C6331E
Tints of Harley Davidson Orange #C6331E
RGB
CMYK
RGB Variations
Color information
#C6331E (or 0xC6331E) is known color: Harley Davidson Orange. HEX triplet: C6, 33 and 1E. RGB value is (198,51,30). Sum of RGB (Red+Green+Blue) = 198+51+30=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C6331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6331E is #39CCE1. Grayscale: #5C5C5C. Windows color (decimal): -3788002 or 1979334. OLE color: 1979334.
HSL color Cylindrical-coordinate representation of color #C6331E: hue angle of 7.5º 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 #C6331E is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 51 | 30 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.22 |
| HSL | 7.5º | 0.74% | 0.45% | - |
| HSV(B) | 7.5º | 0.85% | 0.78% | - |
| XYZ | 24.71 | 14.47 | 2.72 | - |
| YUV | 92.56 | 92.7 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 51 | 30 | 0 | 0.74 | 0.85 | 0.22 | 7.5 | 0.74 | 0.45 |
| Hex | C6 | 33 | 1E | 0 | 4A | 55 | 16 | 8 | 4A | 2D |
| Octal | 306 | 63 | 36 | 0 | 112 | 125 | 26 | 10 | 112 | 55 |
| Binary | 11000110 | 110011 | 11110 | 0 | 1001010 | 1010101 | 10110 | 1000 | 1001010 | 101101 |
Color Harmonies of #C6331E
Complementary color
Monochromatic Colors of #C6331E
Black with #C6331E
Text Example
Text Example
White with #C6331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6331E; }
p { color: rgb(198,51,30); }
H1.HeaderClassName
{
color: #C6331E;
}
.AnyTagClassName
{
color: #C6331E;
}
</style>
background-color css
<style>
a { background-color: #C6331E; }
a { background-color: rgb(198,51,30); }
div.DivClassName
{
background-color: #C6331E;
}
.BgClassName
{
background-color: #C6331E;
}
</style>
border-color css
<style>
span { border-color: #C6331E; }
span { border-color: rgb(198,51,30); }
td.TdClassName
{
border-color: #C6331E;
}
.TagClassName
{
border-color: #C6331E;
}
</style>