Html Css Color HEX #C13514 Harley Davidson Orange
📋 copy color: '#C13514'red 193 ◦ green 53 ◦ blue 20
Shades of Harley Davidson Orange #C13514
Tints of Harley Davidson Orange #C13514
RGB
CMYK
RGB Variations
Color information
#C13514 (or 0xC13514) is known color: Harley Davidson Orange. HEX triplet: C1, 35 and 14. RGB value is (193,53,20). Sum of RGB (Red+Green+Blue) = 193+53+20=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C13514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13514 is #3ECAEB. Grayscale: #5B5B5B. Windows color (decimal): -4115180 or 1324481. OLE color: 1324481.
HSL color Cylindrical-coordinate representation of color #C13514: hue angle of 11.45º 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 #C13514 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 20 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.24 |
| HSL | 11.45º | 0.81% | 0.42% | - |
| HSV(B) | 11.45º | 0.9% | 0.76% | - |
| XYZ | 23.39 | 13.93 | 2.12 | - |
| YUV | 91.1 | 87.88 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 20 | 0 | 0.73 | 0.90 | 0.24 | 11.45 | 0.81 | 0.42 |
| Hex | C1 | 35 | 14 | 0 | 49 | 5A | 18 | B | 51 | 2A |
| Octal | 301 | 65 | 24 | 0 | 111 | 132 | 30 | 13 | 121 | 52 |
| Binary | 11000001 | 110101 | 10100 | 0 | 1001001 | 1011010 | 11000 | 1011 | 1010001 | 101010 |
Color Harmonies of #C13514
Complementary color
Monochromatic Colors of #C13514
Black with #C13514
Text Example
Text Example
White with #C13514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13514; }
p { color: rgb(193,53,20); }
H1.HeaderClassName
{
color: #C13514;
}
.AnyTagClassName
{
color: #C13514;
}
</style>
background-color css
<style>
a { background-color: #C13514; }
a { background-color: rgb(193,53,20); }
div.DivClassName
{
background-color: #C13514;
}
.BgClassName
{
background-color: #C13514;
}
</style>
border-color css
<style>
span { border-color: #C13514; }
span { border-color: rgb(193,53,20); }
td.TdClassName
{
border-color: #C13514;
}
.TagClassName
{
border-color: #C13514;
}
</style>