Html Css Color HEX #C6200F Harley Davidson Orange
📋 copy color: '#C6200F'red 198 ◦ green 32 ◦ blue 15
Shades of Harley Davidson Orange #C6200F
Tints of Harley Davidson Orange #C6200F
RGB
CMYK
RGB Variations
Color information
#C6200F (or 0xC6200F) is known color: Harley Davidson Orange. HEX triplet: C6, 20 and 0F. RGB value is (198,32,15). Sum of RGB (Red+Green+Blue) = 198+32+15=245 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.82% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 15 (6.25% from 255 or 6.12% from 245); Max value from RGB is 198 - color contains mainly: red. Hex color #C6200F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6200F is #39DFF0. Grayscale: #4F4F4F. Windows color (decimal): -3792881 or 991430. OLE color: 991430.
HSL color Cylindrical-coordinate representation of color #C6200F: hue angle of 5.57º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6200F is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 15 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.22 |
| HSL | 5.57º | 0.86% | 0.42% | - |
| HSV(B) | 5.57º | 0.92% | 0.78% | - |
| XYZ | 23.89 | 13.07 | 1.72 | - |
| YUV | 79.7 | 91.5 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 15 | 0 | 0.84 | 0.92 | 0.22 | 5.57 | 0.86 | 0.42 |
| Hex | C6 | 20 | F | 0 | 54 | 5C | 16 | 6 | 56 | 2A |
| Octal | 306 | 40 | 17 | 0 | 124 | 134 | 26 | 6 | 126 | 52 |
| Binary | 11000110 | 100000 | 1111 | 0 | 1010100 | 1011100 | 10110 | 110 | 1010110 | 101010 |
Color Harmonies of #C6200F
Complementary color
Monochromatic Colors of #C6200F
Black with #C6200F
Text Example
Text Example
White with #C6200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6200F; }
p { color: rgb(198,32,15); }
H1.HeaderClassName
{
color: #C6200F;
}
.AnyTagClassName
{
color: #C6200F;
}
</style>
background-color css
<style>
a { background-color: #C6200F; }
a { background-color: rgb(198,32,15); }
div.DivClassName
{
background-color: #C6200F;
}
.BgClassName
{
background-color: #C6200F;
}
</style>
border-color css
<style>
span { border-color: #C6200F; }
span { border-color: rgb(198,32,15); }
td.TdClassName
{
border-color: #C6200F;
}
.TagClassName
{
border-color: #C6200F;
}
</style>