Html Css Color HEX #C6200B Harley Davidson Orange
📋 copy color: '#C6200B'red 198 ◦ green 32 ◦ blue 11
Shades of Harley Davidson Orange #C6200B
Tints of Harley Davidson Orange #C6200B
RGB
CMYK
RGB Variations
Color information
#C6200B (or 0xC6200B) is known color: Harley Davidson Orange. HEX triplet: C6, 20 and 0B. RGB value is (198,32,11). Sum of RGB (Red+Green+Blue) = 198+32+11=241 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.16% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 198 - color contains mainly: red. Hex color #C6200B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6200B is #39DFF4. Grayscale: #4F4F4F. Windows color (decimal): -3792885 or 729286. OLE color: 729286.
HSL color Cylindrical-coordinate representation of color #C6200B: hue angle of 6.74º 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 #C6200B is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 11 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.22 |
| HSL | 6.74º | 0.89% | 0.41% | - |
| HSV(B) | 6.74º | 0.94% | 0.78% | - |
| XYZ | 23.87 | 13.06 | 1.58 | - |
| YUV | 79.24 | 89.5 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 11 | 0 | 0.84 | 0.94 | 0.22 | 6.74 | 0.89 | 0.41 |
| Hex | C6 | 20 | B | 0 | 54 | 5E | 16 | 7 | 59 | 29 |
| Octal | 306 | 40 | 13 | 0 | 124 | 136 | 26 | 7 | 131 | 51 |
| Binary | 11000110 | 100000 | 1011 | 0 | 1010100 | 1011110 | 10110 | 111 | 1011001 | 101001 |
Color Harmonies of #C6200B
Complementary color
Monochromatic Colors of #C6200B
Black with #C6200B
Text Example
Text Example
White with #C6200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6200B; }
p { color: rgb(198,32,11); }
H1.HeaderClassName
{
color: #C6200B;
}
.AnyTagClassName
{
color: #C6200B;
}
</style>
background-color css
<style>
a { background-color: #C6200B; }
a { background-color: rgb(198,32,11); }
div.DivClassName
{
background-color: #C6200B;
}
.BgClassName
{
background-color: #C6200B;
}
</style>
border-color css
<style>
span { border-color: #C6200B; }
span { border-color: rgb(198,32,11); }
td.TdClassName
{
border-color: #C6200B;
}
.TagClassName
{
border-color: #C6200B;
}
</style>