Html Css Color HEX #C1350D Harley Davidson Orange
📋 copy color: '#C1350D'red 193 ◦ green 53 ◦ blue 13
Shades of Harley Davidson Orange #C1350D
Tints of Harley Davidson Orange #C1350D
RGB
CMYK
RGB Variations
Color information
#C1350D (or 0xC1350D) is known color: Harley Davidson Orange. HEX triplet: C1, 35 and 0D. RGB value is (193,53,13). Sum of RGB (Red+Green+Blue) = 193+53+13=259 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.52% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 193 - color contains mainly: red. Hex color #C1350D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1350D is #3ECAF2. Grayscale: #5A5A5A. Windows color (decimal): -4115187 or 865729. OLE color: 865729.
HSL color Cylindrical-coordinate representation of color #C1350D: hue angle of 13.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1350D is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 13 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.24 |
| HSL | 13.33º | 0.87% | 0.4% | - |
| HSV(B) | 13.33º | 0.93% | 0.76% | - |
| XYZ | 23.34 | 13.91 | 1.84 | - |
| YUV | 90.3 | 84.38 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 13 | 0 | 0.73 | 0.93 | 0.24 | 13.33 | 0.87 | 0.4 |
| Hex | C1 | 35 | D | 0 | 49 | 5D | 18 | D | 57 | 28 |
| Octal | 301 | 65 | 15 | 0 | 111 | 135 | 30 | 15 | 127 | 50 |
| Binary | 11000001 | 110101 | 1101 | 0 | 1001001 | 1011101 | 11000 | 1101 | 1010111 | 101000 |
Color Harmonies of #C1350D
Complementary color
Monochromatic Colors of #C1350D
Black with #C1350D
Text Example
Text Example
White with #C1350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1350D; }
p { color: rgb(193,53,13); }
H1.HeaderClassName
{
color: #C1350D;
}
.AnyTagClassName
{
color: #C1350D;
}
</style>
background-color css
<style>
a { background-color: #C1350D; }
a { background-color: rgb(193,53,13); }
div.DivClassName
{
background-color: #C1350D;
}
.BgClassName
{
background-color: #C1350D;
}
</style>
border-color css
<style>
span { border-color: #C1350D; }
span { border-color: rgb(193,53,13); }
td.TdClassName
{
border-color: #C1350D;
}
.TagClassName
{
border-color: #C1350D;
}
</style>