Html Css Color HEX #C6210F Harley Davidson Orange
📋 copy color: '#C6210F'red 198 ◦ green 33 ◦ blue 15
Shades of Harley Davidson Orange #C6210F
Tints of Harley Davidson Orange #C6210F
RGB
CMYK
RGB Variations
Color information
#C6210F (or 0xC6210F) is known color: Harley Davidson Orange. HEX triplet: C6, 21 and 0F. RGB value is (198,33,15). Sum of RGB (Red+Green+Blue) = 198+33+15=246 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.49% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 198 - color contains mainly: red. Hex color #C6210F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6210F is #39DEF0. Grayscale: #505050. Windows color (decimal): -3792625 or 991686. OLE color: 991686.
HSL color Cylindrical-coordinate representation of color #C6210F: hue angle of 5.9º 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 #C6210F is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 33 | 15 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.22 |
| HSL | 5.9º | 0.86% | 0.42% | - |
| HSV(B) | 5.9º | 0.92% | 0.78% | - |
| XYZ | 23.92 | 13.13 | 1.73 | - |
| YUV | 80.28 | 91.16 | 211.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 15 | 0 | 0.83 | 0.92 | 0.22 | 5.9 | 0.86 | 0.42 |
| Hex | C6 | 21 | F | 0 | 53 | 5C | 16 | 6 | 56 | 2A |
| Octal | 306 | 41 | 17 | 0 | 123 | 134 | 26 | 6 | 126 | 52 |
| Binary | 11000110 | 100001 | 1111 | 0 | 1010011 | 1011100 | 10110 | 110 | 1010110 | 101010 |
Color Harmonies of #C6210F
Complementary color
Monochromatic Colors of #C6210F
Black with #C6210F
Text Example
Text Example
White with #C6210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6210F; }
p { color: rgb(198,33,15); }
H1.HeaderClassName
{
color: #C6210F;
}
.AnyTagClassName
{
color: #C6210F;
}
</style>
background-color css
<style>
a { background-color: #C6210F; }
a { background-color: rgb(198,33,15); }
div.DivClassName
{
background-color: #C6210F;
}
.BgClassName
{
background-color: #C6210F;
}
</style>
border-color css
<style>
span { border-color: #C6210F; }
span { border-color: rgb(198,33,15); }
td.TdClassName
{
border-color: #C6210F;
}
.TagClassName
{
border-color: #C6210F;
}
</style>