Html Css Color HEX #C03100 Harley Davidson Orange
📋 copy color: '#C03100'red 192 ◦ green 49 ◦ blue 0
Shades of Harley Davidson Orange #C03100
Tints of Harley Davidson Orange #C03100
RGB
CMYK
RGB Variations
Color information
#C03100 (or 0xC03100) is known color: Harley Davidson Orange. HEX triplet: C0, 31 and 00. RGB value is (192,49,0). Sum of RGB (Red+Green+Blue) = 192+49+0=241 (31% of max value = 765). Red value is 192 (75.39% from 255 or 79.67% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 192 - color contains mainly: red. Hex color #C03100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03100 is #3FCEFF. Grayscale: #565656. Windows color (decimal): -4181760 or 12736. OLE color: 12736.
HSL color Cylindrical-coordinate representation of color #C03100: hue angle of 15.31º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C03100 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.25 |
| HSL | 15.31º | 1% | 0.38% | - |
| HSV(B) | 15.31º | 1% | 0.75% | - |
| XYZ | 22.84 | 13.4 | 1.38 | - |
| YUV | 86.17 | 79.38 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 0 | 0 | 0.74 | 1 | 0.25 | 15.31 | 1 | 0.38 |
| Hex | C0 | 31 | 0 | 0 | 4A | 64 | 19 | F | 64 | 26 |
| Octal | 300 | 61 | 0 | 0 | 112 | 144 | 31 | 17 | 144 | 46 |
| Binary | 11000000 | 110001 | 0 | 0 | 1001010 | 1100100 | 11001 | 1111 | 1100100 | 100110 |
Color Harmonies of #C03100
Complementary color
Monochromatic Colors of #C03100
Black with #C03100
Text Example
Text Example
White with #C03100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03100; }
p { color: rgb(192,49,0); }
H1.HeaderClassName
{
color: #C03100;
}
.AnyTagClassName
{
color: #C03100;
}
</style>
background-color css
<style>
a { background-color: #C03100; }
a { background-color: rgb(192,49,0); }
div.DivClassName
{
background-color: #C03100;
}
.BgClassName
{
background-color: #C03100;
}
</style>
border-color css
<style>
span { border-color: #C03100; }
span { border-color: rgb(192,49,0); }
td.TdClassName
{
border-color: #C03100;
}
.TagClassName
{
border-color: #C03100;
}
</style>