Html Css Color HEX #C12603 Harley Davidson Orange
📋 copy color: '#C12603'red 193 ◦ green 38 ◦ blue 3
Shades of Harley Davidson Orange #C12603
Tints of Harley Davidson Orange #C12603
RGB
CMYK
RGB Variations
Color information
#C12603 (or 0xC12603) is known color: Harley Davidson Orange. HEX triplet: C1, 26 and 03. RGB value is (193,38,3). Sum of RGB (Red+Green+Blue) = 193+38+3=234 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.48% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 193 - color contains mainly: red. Hex color #C12603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12603 is #3ED9FC. Grayscale: #505050. Windows color (decimal): -4119037 or 206529. OLE color: 206529.
HSL color Cylindrical-coordinate representation of color #C12603: hue angle of 11.05º 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 #C12603 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 3 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.24 |
| HSL | 11.05º | 0.97% | 0.38% | - |
| HSV(B) | 11.05º | 0.98% | 0.76% | - |
| XYZ | 22.7 | 12.73 | 1.35 | - |
| YUV | 80.36 | 84.35 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 3 | 0 | 0.80 | 0.98 | 0.24 | 11.05 | 0.97 | 0.38 |
| Hex | C1 | 26 | 3 | 0 | 50 | 62 | 18 | B | 61 | 26 |
| Octal | 301 | 46 | 3 | 0 | 120 | 142 | 30 | 13 | 141 | 46 |
| Binary | 11000001 | 100110 | 11 | 0 | 1010000 | 1100010 | 11000 | 1011 | 1100001 | 100110 |
Color Harmonies of #C12603
Complementary color
Monochromatic Colors of #C12603
Black with #C12603
Text Example
Text Example
White with #C12603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12603; }
p { color: rgb(193,38,3); }
H1.HeaderClassName
{
color: #C12603;
}
.AnyTagClassName
{
color: #C12603;
}
</style>
background-color css
<style>
a { background-color: #C12603; }
a { background-color: rgb(193,38,3); }
div.DivClassName
{
background-color: #C12603;
}
.BgClassName
{
background-color: #C12603;
}
</style>
border-color css
<style>
span { border-color: #C12603; }
span { border-color: rgb(193,38,3); }
td.TdClassName
{
border-color: #C12603;
}
.TagClassName
{
border-color: #C12603;
}
</style>