Html Css Color HEX #C02506 Harley Davidson Orange
📋 copy color: '#C02506'red 192 ◦ green 37 ◦ blue 6
Shades of Harley Davidson Orange #C02506
Tints of Harley Davidson Orange #C02506
RGB
CMYK
RGB Variations
Color information
#C02506 (or 0xC02506) is known color: Harley Davidson Orange. HEX triplet: C0, 25 and 06. RGB value is (192,37,6). Sum of RGB (Red+Green+Blue) = 192+37+6=235 (31% of max value = 765). Red value is 192 (75.39% from 255 or 81.70% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 192 - color contains mainly: red. Hex color #C02506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02506 is #3FDAF9. Grayscale: #505050. Windows color (decimal): -4184826 or 402880. OLE color: 402880.
HSL color Cylindrical-coordinate representation of color #C02506: hue angle of 10º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C02506 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 37 | 6 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.25 |
| HSL | 10º | 0.94% | 0.39% | - |
| HSV(B) | 10º | 0.97% | 0.75% | - |
| XYZ | 22.43 | 12.54 | 1.41 | - |
| YUV | 79.81 | 86.35 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 37 | 6 | 0 | 0.81 | 0.97 | 0.25 | 10 | 0.94 | 0.39 |
| Hex | C0 | 25 | 6 | 0 | 51 | 61 | 19 | A | 5E | 27 |
| Octal | 300 | 45 | 6 | 0 | 121 | 141 | 31 | 12 | 136 | 47 |
| Binary | 11000000 | 100101 | 110 | 0 | 1010001 | 1100001 | 11001 | 1010 | 1011110 | 100111 |
Color Harmonies of #C02506
Complementary color
Monochromatic Colors of #C02506
Black with #C02506
Text Example
Text Example
White with #C02506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02506; }
p { color: rgb(192,37,6); }
H1.HeaderClassName
{
color: #C02506;
}
.AnyTagClassName
{
color: #C02506;
}
</style>
background-color css
<style>
a { background-color: #C02506; }
a { background-color: rgb(192,37,6); }
div.DivClassName
{
background-color: #C02506;
}
.BgClassName
{
background-color: #C02506;
}
</style>
border-color css
<style>
span { border-color: #C02506; }
span { border-color: rgb(192,37,6); }
td.TdClassName
{
border-color: #C02506;
}
.TagClassName
{
border-color: #C02506;
}
</style>