Html Css Color HEX #C6261B Harley Davidson Orange
📋 copy color: '#C6261B'red 198 ◦ green 38 ◦ blue 27
Shades of Harley Davidson Orange #C6261B
Tints of Harley Davidson Orange #C6261B
RGB
CMYK
RGB Variations
Color information
#C6261B (or 0xC6261B) is known color: Harley Davidson Orange. HEX triplet: C6, 26 and 1B. RGB value is (198,38,27). Sum of RGB (Red+Green+Blue) = 198+38+27=263 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.29% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 198 - color contains mainly: red. Hex color #C6261B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6261B is #39D9E4. Grayscale: #545454. Windows color (decimal): -3791333 or 1779398. OLE color: 1779398.
HSL color Cylindrical-coordinate representation of color #C6261B: hue angle of 3.86º 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 #C6261B is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 38 | 27 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.22 |
| HSL | 3.86º | 0.76% | 0.44% | - |
| HSV(B) | 3.86º | 0.86% | 0.78% | - |
| XYZ | 24.18 | 13.47 | 2.36 | - |
| YUV | 84.59 | 95.51 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 38 | 27 | 0 | 0.81 | 0.86 | 0.22 | 3.86 | 0.76 | 0.44 |
| Hex | C6 | 26 | 1B | 0 | 51 | 56 | 16 | 4 | 4C | 2C |
| Octal | 306 | 46 | 33 | 0 | 121 | 126 | 26 | 4 | 114 | 54 |
| Binary | 11000110 | 100110 | 11011 | 0 | 1010001 | 1010110 | 10110 | 100 | 1001100 | 101100 |
Color Harmonies of #C6261B
Complementary color
Monochromatic Colors of #C6261B
Black with #C6261B
Text Example
Text Example
White with #C6261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6261B; }
p { color: rgb(198,38,27); }
H1.HeaderClassName
{
color: #C6261B;
}
.AnyTagClassName
{
color: #C6261B;
}
</style>
background-color css
<style>
a { background-color: #C6261B; }
a { background-color: rgb(198,38,27); }
div.DivClassName
{
background-color: #C6261B;
}
.BgClassName
{
background-color: #C6261B;
}
</style>
border-color css
<style>
span { border-color: #C6261B; }
span { border-color: rgb(198,38,27); }
td.TdClassName
{
border-color: #C6261B;
}
.TagClassName
{
border-color: #C6261B;
}
</style>