Html Css Color HEX #C13D1A Harley Davidson Orange
📋 copy color: '#C13D1A'red 193 ◦ green 61 ◦ blue 26
Shades of Harley Davidson Orange #C13D1A
Tints of Harley Davidson Orange #C13D1A
RGB
CMYK
RGB Variations
Color information
#C13D1A (or 0xC13D1A) is known color: Harley Davidson Orange. HEX triplet: C1, 3D and 1A. RGB value is (193,61,26). Sum of RGB (Red+Green+Blue) = 193+61+26=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13D1A is #3EC2E5. Grayscale: #606060. Windows color (decimal): -4113126 or 1719745. OLE color: 1719745.
HSL color Cylindrical-coordinate representation of color #C13D1A: hue angle of 12.57º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C13D1A is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 26 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.24 |
| HSL | 12.57º | 0.76% | 0.43% | - |
| HSV(B) | 12.57º | 0.87% | 0.76% | - |
| XYZ | 23.85 | 14.75 | 2.57 | - |
| YUV | 96.48 | 88.23 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 26 | 0 | 0.68 | 0.87 | 0.24 | 12.57 | 0.76 | 0.43 |
| Hex | C1 | 3D | 1A | 0 | 44 | 57 | 18 | D | 4C | 2B |
| Octal | 301 | 75 | 32 | 0 | 104 | 127 | 30 | 15 | 114 | 53 |
| Binary | 11000001 | 111101 | 11010 | 0 | 1000100 | 1010111 | 11000 | 1101 | 1001100 | 101011 |
Color Harmonies of #C13D1A
Complementary color
Monochromatic Colors of #C13D1A
Black with #C13D1A
Text Example
Text Example
White with #C13D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D1A; }
p { color: rgb(193,61,26); }
H1.HeaderClassName
{
color: #C13D1A;
}
.AnyTagClassName
{
color: #C13D1A;
}
</style>
background-color css
<style>
a { background-color: #C13D1A; }
a { background-color: rgb(193,61,26); }
div.DivClassName
{
background-color: #C13D1A;
}
.BgClassName
{
background-color: #C13D1A;
}
</style>
border-color css
<style>
span { border-color: #C13D1A; }
span { border-color: rgb(193,61,26); }
td.TdClassName
{
border-color: #C13D1A;
}
.TagClassName
{
border-color: #C13D1A;
}
</style>