Html Css Color HEX #C6250B Harley Davidson Orange
📋 copy color: '#C6250B'red 198 ◦ green 37 ◦ blue 11
Shades of Harley Davidson Orange #C6250B
Tints of Harley Davidson Orange #C6250B
RGB
CMYK
RGB Variations
Color information
#C6250B (or 0xC6250B) is known color: Harley Davidson Orange. HEX triplet: C6, 25 and 0B. RGB value is (198,37,11). Sum of RGB (Red+Green+Blue) = 198+37+11=246 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.49% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 198 - color contains mainly: red. Hex color #C6250B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6250B is #39DAF4. Grayscale: #525252. Windows color (decimal): -3791605 or 730566. OLE color: 730566.
HSL color Cylindrical-coordinate representation of color #C6250B: hue angle of 8.34º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6250B is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 37 | 11 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.22 |
| HSL | 8.34º | 0.89% | 0.41% | - |
| HSV(B) | 8.34º | 0.94% | 0.78% | - |
| XYZ | 24.01 | 13.35 | 1.63 | - |
| YUV | 82.18 | 87.84 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 37 | 11 | 0 | 0.81 | 0.94 | 0.22 | 8.34 | 0.89 | 0.41 |
| Hex | C6 | 25 | B | 0 | 51 | 5E | 16 | 8 | 59 | 29 |
| Octal | 306 | 45 | 13 | 0 | 121 | 136 | 26 | 10 | 131 | 51 |
| Binary | 11000110 | 100101 | 1011 | 0 | 1010001 | 1011110 | 10110 | 1000 | 1011001 | 101001 |
Color Harmonies of #C6250B
Complementary color
Monochromatic Colors of #C6250B
Black with #C6250B
Text Example
Text Example
White with #C6250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6250B; }
p { color: rgb(198,37,11); }
H1.HeaderClassName
{
color: #C6250B;
}
.AnyTagClassName
{
color: #C6250B;
}
</style>
background-color css
<style>
a { background-color: #C6250B; }
a { background-color: rgb(198,37,11); }
div.DivClassName
{
background-color: #C6250B;
}
.BgClassName
{
background-color: #C6250B;
}
</style>
border-color css
<style>
span { border-color: #C6250B; }
span { border-color: rgb(198,37,11); }
td.TdClassName
{
border-color: #C6250B;
}
.TagClassName
{
border-color: #C6250B;
}
</style>