Html Css Color HEX #C6270F Harley Davidson Orange
📋 copy color: '#C6270F'red 198 ◦ green 39 ◦ blue 15
Shades of Harley Davidson Orange #C6270F
Tints of Harley Davidson Orange #C6270F
RGB
CMYK
RGB Variations
Color information
#C6270F (or 0xC6270F) is known color: Harley Davidson Orange. HEX triplet: C6, 27 and 0F. RGB value is (198,39,15). Sum of RGB (Red+Green+Blue) = 198+39+15=252 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.57% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 198 - color contains mainly: red. Hex color #C6270F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6270F is #39D8F0. Grayscale: #545454. Windows color (decimal): -3791089 or 993222. OLE color: 993222.
HSL color Cylindrical-coordinate representation of color #C6270F: hue angle of 7.87º 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 #C6270F is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 39 | 15 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.22 |
| HSL | 7.87º | 0.86% | 0.42% | - |
| HSV(B) | 7.87º | 0.92% | 0.78% | - |
| XYZ | 24.1 | 13.49 | 1.79 | - |
| YUV | 83.81 | 89.18 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 15 | 0 | 0.80 | 0.92 | 0.22 | 7.87 | 0.86 | 0.42 |
| Hex | C6 | 27 | F | 0 | 50 | 5C | 16 | 8 | 56 | 2A |
| Octal | 306 | 47 | 17 | 0 | 120 | 134 | 26 | 10 | 126 | 52 |
| Binary | 11000110 | 100111 | 1111 | 0 | 1010000 | 1011100 | 10110 | 1000 | 1010110 | 101010 |
Color Harmonies of #C6270F
Complementary color
Monochromatic Colors of #C6270F
Black with #C6270F
Text Example
Text Example
White with #C6270F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6270F; }
p { color: rgb(198,39,15); }
H1.HeaderClassName
{
color: #C6270F;
}
.AnyTagClassName
{
color: #C6270F;
}
</style>
background-color css
<style>
a { background-color: #C6270F; }
a { background-color: rgb(198,39,15); }
div.DivClassName
{
background-color: #C6270F;
}
.BgClassName
{
background-color: #C6270F;
}
</style>
border-color css
<style>
span { border-color: #C6270F; }
span { border-color: rgb(198,39,15); }
td.TdClassName
{
border-color: #C6270F;
}
.TagClassName
{
border-color: #C6270F;
}
</style>