Html Css Color HEX #C1311B Harley Davidson Orange
📋 copy color: '#C1311B'red 193 ◦ green 49 ◦ blue 27
Shades of Harley Davidson Orange #C1311B
Tints of Harley Davidson Orange #C1311B
RGB
CMYK
RGB Variations
Color information
#C1311B (or 0xC1311B) is known color: Harley Davidson Orange. HEX triplet: C1, 31 and 1B. RGB value is (193,49,27). Sum of RGB (Red+Green+Blue) = 193+49+27=269 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.75% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 193 - color contains mainly: red. Hex color #C1311B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1311B is #3ECEE4. Grayscale: #595959. Windows color (decimal): -4116197 or 1782209. OLE color: 1782209.
HSL color Cylindrical-coordinate representation of color #C1311B: hue angle of 7.95º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C1311B is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 27 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.24 |
| HSL | 7.95º | 0.75% | 0.43% | - |
| HSV(B) | 7.95º | 0.86% | 0.76% | - |
| XYZ | 23.29 | 13.61 | 2.44 | - |
| YUV | 89.55 | 92.71 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 27 | 0 | 0.75 | 0.86 | 0.24 | 7.95 | 0.75 | 0.43 |
| Hex | C1 | 31 | 1B | 0 | 4B | 56 | 18 | 8 | 4B | 2B |
| Octal | 301 | 61 | 33 | 0 | 113 | 126 | 30 | 10 | 113 | 53 |
| Binary | 11000001 | 110001 | 11011 | 0 | 1001011 | 1010110 | 11000 | 1000 | 1001011 | 101011 |
Color Harmonies of #C1311B
Complementary color
Monochromatic Colors of #C1311B
Black with #C1311B
Text Example
Text Example
White with #C1311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1311B; }
p { color: rgb(193,49,27); }
H1.HeaderClassName
{
color: #C1311B;
}
.AnyTagClassName
{
color: #C1311B;
}
</style>
background-color css
<style>
a { background-color: #C1311B; }
a { background-color: rgb(193,49,27); }
div.DivClassName
{
background-color: #C1311B;
}
.BgClassName
{
background-color: #C1311B;
}
</style>
border-color css
<style>
span { border-color: #C1311B; }
span { border-color: rgb(193,49,27); }
td.TdClassName
{
border-color: #C1311B;
}
.TagClassName
{
border-color: #C1311B;
}
</style>