Html Css Color HEX #C13102 Harley Davidson Orange
📋 copy color: '#C13102'red 193 ◦ green 49 ◦ blue 2
Shades of Harley Davidson Orange #C13102
Tints of Harley Davidson Orange #C13102
RGB
CMYK
RGB Variations
Color information
#C13102 (or 0xC13102) is known color: Harley Davidson Orange. HEX triplet: C1, 31 and 02. RGB value is (193,49,2). Sum of RGB (Red+Green+Blue) = 193+49+2=244 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.10% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 193 - color contains mainly: red. Hex color #C13102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13102 is #3ECEFD. Grayscale: #575757. Windows color (decimal): -4116222 or 143809. OLE color: 143809.
HSL color Cylindrical-coordinate representation of color #C13102: hue angle of 14.76º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C13102 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.24 |
| HSL | 14.76º | 0.98% | 0.38% | - |
| HSV(B) | 14.76º | 0.99% | 0.76% | - |
| XYZ | 23.1 | 13.54 | 1.45 | - |
| YUV | 86.7 | 80.21 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 2 | 0 | 0.75 | 0.99 | 0.24 | 14.76 | 0.98 | 0.38 |
| Hex | C1 | 31 | 2 | 0 | 4B | 63 | 18 | F | 62 | 26 |
| Octal | 301 | 61 | 2 | 0 | 113 | 143 | 30 | 17 | 142 | 46 |
| Binary | 11000001 | 110001 | 10 | 0 | 1001011 | 1100011 | 11000 | 1111 | 1100010 | 100110 |
Color Harmonies of #C13102
Complementary color
Monochromatic Colors of #C13102
Black with #C13102
Text Example
Text Example
White with #C13102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13102; }
p { color: rgb(193,49,2); }
H1.HeaderClassName
{
color: #C13102;
}
.AnyTagClassName
{
color: #C13102;
}
</style>
background-color css
<style>
a { background-color: #C13102; }
a { background-color: rgb(193,49,2); }
div.DivClassName
{
background-color: #C13102;
}
.BgClassName
{
background-color: #C13102;
}
</style>
border-color css
<style>
span { border-color: #C13102; }
span { border-color: rgb(193,49,2); }
td.TdClassName
{
border-color: #C13102;
}
.TagClassName
{
border-color: #C13102;
}
</style>