Html Css Color HEX #C13707 Harley Davidson Orange
📋 copy color: '#C13707'red 193 ◦ green 55 ◦ blue 7
Shades of Harley Davidson Orange #C13707
Tints of Harley Davidson Orange #C13707
RGB
CMYK
RGB Variations
Color information
#C13707 (or 0xC13707) is known color: Harley Davidson Orange. HEX triplet: C1, 37 and 07. RGB value is (193,55,7). Sum of RGB (Red+Green+Blue) = 193+55+7=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C13707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13707 is #3EC8F8. Grayscale: #5B5B5B. Windows color (decimal): -4114681 or 473025. OLE color: 473025.
HSL color Cylindrical-coordinate representation of color #C13707: hue angle of 15.48º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C13707 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 7 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.24 |
| HSL | 15.48º | 0.93% | 0.39% | - |
| HSV(B) | 15.48º | 0.96% | 0.76% | - |
| XYZ | 23.4 | 14.09 | 1.69 | - |
| YUV | 90.79 | 80.72 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 7 | 0 | 0.72 | 0.96 | 0.24 | 15.48 | 0.93 | 0.39 |
| Hex | C1 | 37 | 7 | 0 | 48 | 60 | 18 | F | 5D | 27 |
| Octal | 301 | 67 | 7 | 0 | 110 | 140 | 30 | 17 | 135 | 47 |
| Binary | 11000001 | 110111 | 111 | 0 | 1001000 | 1100000 | 11000 | 1111 | 1011101 | 100111 |
Color Harmonies of #C13707
Complementary color
Monochromatic Colors of #C13707
Black with #C13707
Text Example
Text Example
White with #C13707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13707; }
p { color: rgb(193,55,7); }
H1.HeaderClassName
{
color: #C13707;
}
.AnyTagClassName
{
color: #C13707;
}
</style>
background-color css
<style>
a { background-color: #C13707; }
a { background-color: rgb(193,55,7); }
div.DivClassName
{
background-color: #C13707;
}
.BgClassName
{
background-color: #C13707;
}
</style>
border-color css
<style>
span { border-color: #C13707; }
span { border-color: rgb(193,55,7); }
td.TdClassName
{
border-color: #C13707;
}
.TagClassName
{
border-color: #C13707;
}
</style>