Html Css Color HEX #C6281B Harley Davidson Orange
📋 copy color: '#C6281B'red 198 ◦ green 40 ◦ blue 27
Shades of Harley Davidson Orange #C6281B
Tints of Harley Davidson Orange #C6281B
RGB
CMYK
RGB Variations
Color information
#C6281B (or 0xC6281B) is known color: Harley Davidson Orange. HEX triplet: C6, 28 and 1B. RGB value is (198,40,27). Sum of RGB (Red+Green+Blue) = 198+40+27=265 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.72% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 198 - color contains mainly: red. Hex color #C6281B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6281B is #39D7E4. Grayscale: #555555. Windows color (decimal): -3790821 or 1779910. OLE color: 1779910.
HSL color Cylindrical-coordinate representation of color #C6281B: hue angle of 4.56º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6281B is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 27 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.22 |
| HSL | 4.56º | 0.76% | 0.44% | - |
| HSV(B) | 4.56º | 0.86% | 0.78% | - |
| XYZ | 24.25 | 13.6 | 2.38 | - |
| YUV | 85.76 | 94.85 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 27 | 0 | 0.80 | 0.86 | 0.22 | 4.56 | 0.76 | 0.44 |
| Hex | C6 | 28 | 1B | 0 | 50 | 56 | 16 | 5 | 4C | 2C |
| Octal | 306 | 50 | 33 | 0 | 120 | 126 | 26 | 5 | 114 | 54 |
| Binary | 11000110 | 101000 | 11011 | 0 | 1010000 | 1010110 | 10110 | 101 | 1001100 | 101100 |
Color Harmonies of #C6281B
Complementary color
Monochromatic Colors of #C6281B
Black with #C6281B
Text Example
Text Example
White with #C6281B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6281B; }
p { color: rgb(198,40,27); }
H1.HeaderClassName
{
color: #C6281B;
}
.AnyTagClassName
{
color: #C6281B;
}
</style>
background-color css
<style>
a { background-color: #C6281B; }
a { background-color: rgb(198,40,27); }
div.DivClassName
{
background-color: #C6281B;
}
.BgClassName
{
background-color: #C6281B;
}
</style>
border-color css
<style>
span { border-color: #C6281B; }
span { border-color: rgb(198,40,27); }
td.TdClassName
{
border-color: #C6281B;
}
.TagClassName
{
border-color: #C6281B;
}
</style>