Html Css Color HEX #C13103 Harley Davidson Orange
📋 copy color: '#C13103'red 193 ◦ green 49 ◦ blue 3
Shades of Harley Davidson Orange #C13103
Tints of Harley Davidson Orange #C13103
RGB
CMYK
RGB Variations
Color information
#C13103 (or 0xC13103) is known color: Harley Davidson Orange. HEX triplet: C1, 31 and 03. RGB value is (193,49,3). Sum of RGB (Red+Green+Blue) = 193+49+3=245 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.78% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 193 - color contains mainly: red. Hex color #C13103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13103 is #3ECEFC. Grayscale: #575757. Windows color (decimal): -4116221 or 209345. OLE color: 209345.
HSL color Cylindrical-coordinate representation of color #C13103: hue angle of 14.53º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C13103 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 3 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.24 |
| HSL | 14.53º | 0.97% | 0.38% | - |
| HSV(B) | 14.53º | 0.98% | 0.76% | - |
| XYZ | 23.11 | 13.54 | 1.48 | - |
| YUV | 86.81 | 80.71 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 3 | 0 | 0.75 | 0.98 | 0.24 | 14.53 | 0.97 | 0.38 |
| Hex | C1 | 31 | 3 | 0 | 4B | 62 | 18 | F | 61 | 26 |
| Octal | 301 | 61 | 3 | 0 | 113 | 142 | 30 | 17 | 141 | 46 |
| Binary | 11000001 | 110001 | 11 | 0 | 1001011 | 1100010 | 11000 | 1111 | 1100001 | 100110 |
Color Harmonies of #C13103
Complementary color
Monochromatic Colors of #C13103
Black with #C13103
Text Example
Text Example
White with #C13103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13103; }
p { color: rgb(193,49,3); }
H1.HeaderClassName
{
color: #C13103;
}
.AnyTagClassName
{
color: #C13103;
}
</style>
background-color css
<style>
a { background-color: #C13103; }
a { background-color: rgb(193,49,3); }
div.DivClassName
{
background-color: #C13103;
}
.BgClassName
{
background-color: #C13103;
}
</style>
border-color css
<style>
span { border-color: #C13103; }
span { border-color: rgb(193,49,3); }
td.TdClassName
{
border-color: #C13103;
}
.TagClassName
{
border-color: #C13103;
}
</style>