Html Css Color HEX #C1301F Harley Davidson Orange
📋 copy color: '#C1301F'red 193 ◦ green 48 ◦ blue 31
Shades of Harley Davidson Orange #C1301F
Tints of Harley Davidson Orange #C1301F
RGB
CMYK
RGB Variations
Color information
#C1301F (or 0xC1301F) is known color: Harley Davidson Orange. HEX triplet: C1, 30 and 1F. RGB value is (193,48,31). Sum of RGB (Red+Green+Blue) = 193+48+31=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C1301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1301F is #3ECFE0. Grayscale: #595959. Windows color (decimal): -4116449 or 2044097. OLE color: 2044097.
HSL color Cylindrical-coordinate representation of color #C1301F: hue angle of 6.3º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1301F is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 31 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.24 |
| HSL | 6.3º | 0.72% | 0.44% | - |
| HSV(B) | 6.3º | 0.84% | 0.76% | - |
| XYZ | 23.3 | 13.55 | 2.68 | - |
| YUV | 89.42 | 95.04 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 31 | 0 | 0.75 | 0.84 | 0.24 | 6.3 | 0.72 | 0.44 |
| Hex | C1 | 30 | 1F | 0 | 4B | 54 | 18 | 6 | 48 | 2C |
| Octal | 301 | 60 | 37 | 0 | 113 | 124 | 30 | 6 | 110 | 54 |
| Binary | 11000001 | 110000 | 11111 | 0 | 1001011 | 1010100 | 11000 | 110 | 1001000 | 101100 |
Color Harmonies of #C1301F
Complementary color
Monochromatic Colors of #C1301F
Black with #C1301F
Text Example
Text Example
White with #C1301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1301F; }
p { color: rgb(193,48,31); }
H1.HeaderClassName
{
color: #C1301F;
}
.AnyTagClassName
{
color: #C1301F;
}
</style>
background-color css
<style>
a { background-color: #C1301F; }
a { background-color: rgb(193,48,31); }
div.DivClassName
{
background-color: #C1301F;
}
.BgClassName
{
background-color: #C1301F;
}
</style>
border-color css
<style>
span { border-color: #C1301F; }
span { border-color: rgb(193,48,31); }
td.TdClassName
{
border-color: #C1301F;
}
.TagClassName
{
border-color: #C1301F;
}
</style>