Html Css Color HEX #C13712 Harley Davidson Orange
📋 copy color: '#C13712'red 193 ◦ green 55 ◦ blue 18
Shades of Harley Davidson Orange #C13712
Tints of Harley Davidson Orange #C13712
RGB
CMYK
RGB Variations
Color information
#C13712 (or 0xC13712) is known color: Harley Davidson Orange. HEX triplet: C1, 37 and 12. RGB value is (193,55,18). Sum of RGB (Red+Green+Blue) = 193+55+18=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C13712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13712 is #3EC8ED. Grayscale: #5C5C5C. Windows color (decimal): -4114670 or 1193921. OLE color: 1193921.
HSL color Cylindrical-coordinate representation of color #C13712: hue angle of 12.69º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C13712 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 18 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.24 |
| HSL | 12.69º | 0.83% | 0.41% | - |
| HSV(B) | 12.69º | 0.91% | 0.76% | - |
| XYZ | 23.47 | 14.11 | 2.06 | - |
| YUV | 92.04 | 86.22 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 18 | 0 | 0.72 | 0.91 | 0.24 | 12.69 | 0.83 | 0.41 |
| Hex | C1 | 37 | 12 | 0 | 48 | 5B | 18 | D | 53 | 29 |
| Octal | 301 | 67 | 22 | 0 | 110 | 133 | 30 | 15 | 123 | 51 |
| Binary | 11000001 | 110111 | 10010 | 0 | 1001000 | 1011011 | 11000 | 1101 | 1010011 | 101001 |
Color Harmonies of #C13712
Complementary color
Monochromatic Colors of #C13712
Black with #C13712
Text Example
Text Example
White with #C13712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13712; }
p { color: rgb(193,55,18); }
H1.HeaderClassName
{
color: #C13712;
}
.AnyTagClassName
{
color: #C13712;
}
</style>
background-color css
<style>
a { background-color: #C13712; }
a { background-color: rgb(193,55,18); }
div.DivClassName
{
background-color: #C13712;
}
.BgClassName
{
background-color: #C13712;
}
</style>
border-color css
<style>
span { border-color: #C13712; }
span { border-color: rgb(193,55,18); }
td.TdClassName
{
border-color: #C13712;
}
.TagClassName
{
border-color: #C13712;
}
</style>