Html Css Color HEX #C0260D Harley Davidson Orange
📋 copy color: '#C0260D'red 192 ◦ green 38 ◦ blue 13
Shades of Harley Davidson Orange #C0260D
Tints of Harley Davidson Orange #C0260D
RGB
CMYK
RGB Variations
Color information
#C0260D (or 0xC0260D) is known color: Harley Davidson Orange. HEX triplet: C0, 26 and 0D. RGB value is (192,38,13). Sum of RGB (Red+Green+Blue) = 192+38+13=243 (32% of max value = 765). Red value is 192 (75.39% from 255 or 79.01% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 192 - color contains mainly: red. Hex color #C0260D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0260D is #3FD9F2. Grayscale: #515151. Windows color (decimal): -4184563 or 861888. OLE color: 861888.
HSL color Cylindrical-coordinate representation of color #C0260D: hue angle of 8.38º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0260D is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 13 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.25 |
| HSL | 8.38º | 0.87% | 0.4% | - |
| HSV(B) | 8.38º | 0.93% | 0.75% | - |
| XYZ | 22.5 | 12.62 | 1.63 | - |
| YUV | 81.2 | 89.52 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 13 | 0 | 0.80 | 0.93 | 0.25 | 8.38 | 0.87 | 0.4 |
| Hex | C0 | 26 | D | 0 | 50 | 5D | 19 | 8 | 57 | 28 |
| Octal | 300 | 46 | 15 | 0 | 120 | 135 | 31 | 10 | 127 | 50 |
| Binary | 11000000 | 100110 | 1101 | 0 | 1010000 | 1011101 | 11001 | 1000 | 1010111 | 101000 |
Color Harmonies of #C0260D
Complementary color
Monochromatic Colors of #C0260D
Black with #C0260D
Text Example
Text Example
White with #C0260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0260D; }
p { color: rgb(192,38,13); }
H1.HeaderClassName
{
color: #C0260D;
}
.AnyTagClassName
{
color: #C0260D;
}
</style>
background-color css
<style>
a { background-color: #C0260D; }
a { background-color: rgb(192,38,13); }
div.DivClassName
{
background-color: #C0260D;
}
.BgClassName
{
background-color: #C0260D;
}
</style>
border-color css
<style>
span { border-color: #C0260D; }
span { border-color: rgb(192,38,13); }
td.TdClassName
{
border-color: #C0260D;
}
.TagClassName
{
border-color: #C0260D;
}
</style>