Html Css Color HEX #C13D1E Harley Davidson Orange
📋 copy color: '#C13D1E'red 193 ◦ green 61 ◦ blue 30
Shades of Harley Davidson Orange #C13D1E
Tints of Harley Davidson Orange #C13D1E
RGB
CMYK
RGB Variations
Color information
#C13D1E (or 0xC13D1E) is known color: Harley Davidson Orange. HEX triplet: C1, 3D and 1E. RGB value is (193,61,30). Sum of RGB (Red+Green+Blue) = 193+61+30=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13D1E is #3EC2E1. Grayscale: #616161. Windows color (decimal): -4113122 or 1981889. OLE color: 1981889.
HSL color Cylindrical-coordinate representation of color #C13D1E: hue angle of 11.41º degrees, saturation: 0.73, 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 #C13D1E is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 30 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.24 |
| HSL | 11.41º | 0.73% | 0.44% | - |
| HSV(B) | 11.41º | 0.84% | 0.76% | - |
| XYZ | 23.9 | 14.77 | 2.82 | - |
| YUV | 96.93 | 90.23 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 30 | 0 | 0.68 | 0.84 | 0.24 | 11.41 | 0.73 | 0.44 |
| Hex | C1 | 3D | 1E | 0 | 44 | 54 | 18 | B | 49 | 2C |
| Octal | 301 | 75 | 36 | 0 | 104 | 124 | 30 | 13 | 111 | 54 |
| Binary | 11000001 | 111101 | 11110 | 0 | 1000100 | 1010100 | 11000 | 1011 | 1001001 | 101100 |
Color Harmonies of #C13D1E
Complementary color
Monochromatic Colors of #C13D1E
Black with #C13D1E
Text Example
Text Example
White with #C13D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D1E; }
p { color: rgb(193,61,30); }
H1.HeaderClassName
{
color: #C13D1E;
}
.AnyTagClassName
{
color: #C13D1E;
}
</style>
background-color css
<style>
a { background-color: #C13D1E; }
a { background-color: rgb(193,61,30); }
div.DivClassName
{
background-color: #C13D1E;
}
.BgClassName
{
background-color: #C13D1E;
}
</style>
border-color css
<style>
span { border-color: #C13D1E; }
span { border-color: rgb(193,61,30); }
td.TdClassName
{
border-color: #C13D1E;
}
.TagClassName
{
border-color: #C13D1E;
}
</style>