Html Css Color HEX #C13D14 Harley Davidson Orange
📋 copy color: '#C13D14'red 193 ◦ green 61 ◦ blue 20
Shades of Harley Davidson Orange #C13D14
Tints of Harley Davidson Orange #C13D14
RGB
CMYK
RGB Variations
Color information
#C13D14 (or 0xC13D14) is known color: Harley Davidson Orange. HEX triplet: C1, 3D and 14. RGB value is (193,61,20). Sum of RGB (Red+Green+Blue) = 193+61+20=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13D14 is #3EC2EB. Grayscale: #606060. Windows color (decimal): -4113132 or 1326529. OLE color: 1326529.
HSL color Cylindrical-coordinate representation of color #C13D14: hue angle of 14.22º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C13D14 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 61 | 20 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.24 |
| HSL | 14.22º | 0.81% | 0.42% | - |
| HSV(B) | 14.22º | 0.9% | 0.76% | - |
| XYZ | 23.79 | 14.73 | 2.25 | - |
| YUV | 95.79 | 85.23 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 61 | 20 | 0 | 0.68 | 0.90 | 0.24 | 14.22 | 0.81 | 0.42 |
| Hex | C1 | 3D | 14 | 0 | 44 | 5A | 18 | E | 51 | 2A |
| Octal | 301 | 75 | 24 | 0 | 104 | 132 | 30 | 16 | 121 | 52 |
| Binary | 11000001 | 111101 | 10100 | 0 | 1000100 | 1011010 | 11000 | 1110 | 1010001 | 101010 |
Color Harmonies of #C13D14
Complementary color
Monochromatic Colors of #C13D14
Black with #C13D14
Text Example
Text Example
White with #C13D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13D14; }
p { color: rgb(193,61,20); }
H1.HeaderClassName
{
color: #C13D14;
}
.AnyTagClassName
{
color: #C13D14;
}
</style>
background-color css
<style>
a { background-color: #C13D14; }
a { background-color: rgb(193,61,20); }
div.DivClassName
{
background-color: #C13D14;
}
.BgClassName
{
background-color: #C13D14;
}
</style>
border-color css
<style>
span { border-color: #C13D14; }
span { border-color: rgb(193,61,20); }
td.TdClassName
{
border-color: #C13D14;
}
.TagClassName
{
border-color: #C13D14;
}
</style>