Html Css Color HEX #C6321A Harley Davidson Orange
📋 copy color: '#C6321A'red 198 ◦ green 50 ◦ blue 26
Shades of Harley Davidson Orange #C6321A
Tints of Harley Davidson Orange #C6321A
RGB
CMYK
RGB Variations
Color information
#C6321A (or 0xC6321A) is known color: Harley Davidson Orange. HEX triplet: C6, 32 and 1A. RGB value is (198,50,26). Sum of RGB (Red+Green+Blue) = 198+50+26=274 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.26% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 198 - color contains mainly: red. Hex color #C6321A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6321A is #39CDE5. Grayscale: #5B5B5B. Windows color (decimal): -3788262 or 1716934. OLE color: 1716934.
HSL color Cylindrical-coordinate representation of color #C6321A: hue angle of 8.37º 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 #C6321A is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 26 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.22 |
| HSL | 8.37º | 0.77% | 0.44% | - |
| HSV(B) | 8.37º | 0.87% | 0.78% | - |
| XYZ | 24.62 | 14.36 | 2.45 | - |
| YUV | 91.52 | 91.03 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 26 | 0 | 0.75 | 0.87 | 0.22 | 8.37 | 0.77 | 0.44 |
| Hex | C6 | 32 | 1A | 0 | 4B | 57 | 16 | 8 | 4D | 2C |
| Octal | 306 | 62 | 32 | 0 | 113 | 127 | 26 | 10 | 115 | 54 |
| Binary | 11000110 | 110010 | 11010 | 0 | 1001011 | 1010111 | 10110 | 1000 | 1001101 | 101100 |
Color Harmonies of #C6321A
Complementary color
Monochromatic Colors of #C6321A
Black with #C6321A
Text Example
Text Example
White with #C6321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6321A; }
p { color: rgb(198,50,26); }
H1.HeaderClassName
{
color: #C6321A;
}
.AnyTagClassName
{
color: #C6321A;
}
</style>
background-color css
<style>
a { background-color: #C6321A; }
a { background-color: rgb(198,50,26); }
div.DivClassName
{
background-color: #C6321A;
}
.BgClassName
{
background-color: #C6321A;
}
</style>
border-color css
<style>
span { border-color: #C6321A; }
span { border-color: rgb(198,50,26); }
td.TdClassName
{
border-color: #C6321A;
}
.TagClassName
{
border-color: #C6321A;
}
</style>