Html Css Color HEX #C61A0B Harley Davidson Orange
📋 copy color: '#C61A0B'red 198 ◦ green 26 ◦ blue 11
Shades of Harley Davidson Orange #C61A0B
Tints of Harley Davidson Orange #C61A0B
RGB
CMYK
RGB Variations
Color information
#C61A0B (or 0xC61A0B) is known color: Harley Davidson Orange. HEX triplet: C6, 1A and 0B. RGB value is (198,26,11). Sum of RGB (Red+Green+Blue) = 198+26+11=235 (31% of max value = 765). Red value is 198 (77.73% from 255 or 84.26% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 198 - color contains mainly: red. Hex color #C61A0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C61A0B is #39E5F4. Grayscale: #4B4B4B. Windows color (decimal): -3794421 or 727750. OLE color: 727750.
HSL color Cylindrical-coordinate representation of color #C61A0B: hue angle of 4.81º 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 #C61A0B is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 26 | 11 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.22 |
| HSL | 4.81º | 0.89% | 0.41% | - |
| HSV(B) | 4.81º | 0.94% | 0.78% | - |
| XYZ | 23.72 | 12.77 | 1.53 | - |
| YUV | 75.72 | 91.48 | 215.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 11 | 0 | 0.87 | 0.94 | 0.22 | 4.81 | 0.89 | 0.41 |
| Hex | C6 | 1A | B | 0 | 57 | 5E | 16 | 5 | 59 | 29 |
| Octal | 306 | 32 | 13 | 0 | 127 | 136 | 26 | 5 | 131 | 51 |
| Binary | 11000110 | 11010 | 1011 | 0 | 1010111 | 1011110 | 10110 | 101 | 1011001 | 101001 |
Color Harmonies of #C61A0B
Complementary color
Monochromatic Colors of #C61A0B
Black with #C61A0B
Text Example
Text Example
White with #C61A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61A0B; }
p { color: rgb(198,26,11); }
H1.HeaderClassName
{
color: #C61A0B;
}
.AnyTagClassName
{
color: #C61A0B;
}
</style>
background-color css
<style>
a { background-color: #C61A0B; }
a { background-color: rgb(198,26,11); }
div.DivClassName
{
background-color: #C61A0B;
}
.BgClassName
{
background-color: #C61A0B;
}
</style>
border-color css
<style>
span { border-color: #C61A0B; }
span { border-color: rgb(198,26,11); }
td.TdClassName
{
border-color: #C61A0B;
}
.TagClassName
{
border-color: #C61A0B;
}
</style>