Html Css Color HEX #C0270F Harley Davidson Orange
📋 copy color: '#C0270F'red 192 ◦ green 39 ◦ blue 15
Shades of Harley Davidson Orange #C0270F
Tints of Harley Davidson Orange #C0270F
RGB
CMYK
RGB Variations
Color information
#C0270F (or 0xC0270F) is known color: Harley Davidson Orange. HEX triplet: C0, 27 and 0F. RGB value is (192,39,15). Sum of RGB (Red+Green+Blue) = 192+39+15=246 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.05% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 192 - color contains mainly: red. Hex color #C0270F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0270F is #3FD8F0. Grayscale: #525252. Windows color (decimal): -4184305 or 993216. OLE color: 993216.
HSL color Cylindrical-coordinate representation of color #C0270F: hue angle of 8.14º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0270F is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 39 | 15 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.25 |
| HSL | 8.14º | 0.86% | 0.41% | - |
| HSV(B) | 8.14º | 0.92% | 0.75% | - |
| XYZ | 22.55 | 12.69 | 1.71 | - |
| YUV | 82.01 | 90.19 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 39 | 15 | 0 | 0.80 | 0.92 | 0.25 | 8.14 | 0.86 | 0.41 |
| Hex | C0 | 27 | F | 0 | 50 | 5C | 19 | 8 | 56 | 29 |
| Octal | 300 | 47 | 17 | 0 | 120 | 134 | 31 | 10 | 126 | 51 |
| Binary | 11000000 | 100111 | 1111 | 0 | 1010000 | 1011100 | 11001 | 1000 | 1010110 | 101001 |
Color Harmonies of #C0270F
Complementary color
Monochromatic Colors of #C0270F
Black with #C0270F
Text Example
Text Example
White with #C0270F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0270F; }
p { color: rgb(192,39,15); }
H1.HeaderClassName
{
color: #C0270F;
}
.AnyTagClassName
{
color: #C0270F;
}
</style>
background-color css
<style>
a { background-color: #C0270F; }
a { background-color: rgb(192,39,15); }
div.DivClassName
{
background-color: #C0270F;
}
.BgClassName
{
background-color: #C0270F;
}
</style>
border-color css
<style>
span { border-color: #C0270F; }
span { border-color: rgb(192,39,15); }
td.TdClassName
{
border-color: #C0270F;
}
.TagClassName
{
border-color: #C0270F;
}
</style>