Html Css Color HEX #C1301B Harley Davidson Orange
📋 copy color: '#C1301B'red 193 ◦ green 48 ◦ blue 27
Shades of Harley Davidson Orange #C1301B
Tints of Harley Davidson Orange #C1301B
RGB
CMYK
RGB Variations
Color information
#C1301B (or 0xC1301B) is known color: Harley Davidson Orange. HEX triplet: C1, 30 and 1B. RGB value is (193,48,27). Sum of RGB (Red+Green+Blue) = 193+48+27=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C1301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1301B is #3ECFE4. Grayscale: #595959. Windows color (decimal): -4116453 or 1781953. OLE color: 1781953.
HSL color Cylindrical-coordinate representation of color #C1301B: hue angle of 7.59º 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 #C1301B is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 27 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.24 |
| HSL | 7.59º | 0.75% | 0.43% | - |
| HSV(B) | 7.59º | 0.86% | 0.76% | - |
| XYZ | 23.25 | 13.53 | 2.42 | - |
| YUV | 88.96 | 93.04 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 27 | 0 | 0.75 | 0.86 | 0.24 | 7.59 | 0.75 | 0.43 |
| Hex | C1 | 30 | 1B | 0 | 4B | 56 | 18 | 8 | 4B | 2B |
| Octal | 301 | 60 | 33 | 0 | 113 | 126 | 30 | 10 | 113 | 53 |
| Binary | 11000001 | 110000 | 11011 | 0 | 1001011 | 1010110 | 11000 | 1000 | 1001011 | 101011 |
Color Harmonies of #C1301B
Complementary color
Monochromatic Colors of #C1301B
Black with #C1301B
Text Example
Text Example
White with #C1301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1301B; }
p { color: rgb(193,48,27); }
H1.HeaderClassName
{
color: #C1301B;
}
.AnyTagClassName
{
color: #C1301B;
}
</style>
background-color css
<style>
a { background-color: #C1301B; }
a { background-color: rgb(193,48,27); }
div.DivClassName
{
background-color: #C1301B;
}
.BgClassName
{
background-color: #C1301B;
}
</style>
border-color css
<style>
span { border-color: #C1301B; }
span { border-color: rgb(193,48,27); }
td.TdClassName
{
border-color: #C1301B;
}
.TagClassName
{
border-color: #C1301B;
}
</style>