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