Html Css Color HEX #C13100 Harley Davidson Orange
📋 copy color: '#C13100'red 193 ◦ green 49 ◦ blue 0
Shades of Harley Davidson Orange #C13100
Tints of Harley Davidson Orange #C13100
RGB
CMYK
RGB Variations
Color information
#C13100 (or 0xC13100) is known color: Harley Davidson Orange. HEX triplet: C1, 31 and 00. RGB value is (193,49,0). Sum of RGB (Red+Green+Blue) = 193+49+0=242 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.75% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 193 - color contains mainly: red. Hex color #C13100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13100 is #3ECEFF. Grayscale: #565656. Windows color (decimal): -4116224 or 12737. OLE color: 12737.
HSL color Cylindrical-coordinate representation of color #C13100: hue angle of 15.23º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C13100 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.24 |
| HSL | 15.23º | 1% | 0.38% | - |
| HSV(B) | 15.23º | 1% | 0.76% | - |
| XYZ | 23.09 | 13.53 | 1.4 | - |
| YUV | 86.47 | 79.21 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 0 | 0 | 0.75 | 1 | 0.24 | 15.23 | 1 | 0.38 |
| Hex | C1 | 31 | 0 | 0 | 4B | 64 | 18 | F | 64 | 26 |
| Octal | 301 | 61 | 0 | 0 | 113 | 144 | 30 | 17 | 144 | 46 |
| Binary | 11000001 | 110001 | 0 | 0 | 1001011 | 1100100 | 11000 | 1111 | 1100100 | 100110 |
Color Harmonies of #C13100
Complementary color
Monochromatic Colors of #C13100
Black with #C13100
Text Example
Text Example
White with #C13100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13100; }
p { color: rgb(193,49,0); }
H1.HeaderClassName
{
color: #C13100;
}
.AnyTagClassName
{
color: #C13100;
}
</style>
background-color css
<style>
a { background-color: #C13100; }
a { background-color: rgb(193,49,0); }
div.DivClassName
{
background-color: #C13100;
}
.BgClassName
{
background-color: #C13100;
}
</style>
border-color css
<style>
span { border-color: #C13100; }
span { border-color: rgb(193,49,0); }
td.TdClassName
{
border-color: #C13100;
}
.TagClassName
{
border-color: #C13100;
}
</style>