Html Css Color HEX #C13504 Harley Davidson Orange
📋 copy color: '#C13504'red 193 ◦ green 53 ◦ blue 4
Shades of Harley Davidson Orange #C13504
Tints of Harley Davidson Orange #C13504
RGB
CMYK
RGB Variations
Color information
#C13504 (or 0xC13504) is known color: Harley Davidson Orange. HEX triplet: C1, 35 and 04. RGB value is (193,53,4). Sum of RGB (Red+Green+Blue) = 193+53+4=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C13504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13504 is #3ECAFB. Grayscale: #595959. Windows color (decimal): -4115196 or 275905. OLE color: 275905.
HSL color Cylindrical-coordinate representation of color #C13504: hue angle of 15.56º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C13504 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 4 | - |
| CMYK | 0 | 0.73 | 0.98 | 0.24 |
| HSL | 15.56º | 0.96% | 0.39% | - |
| HSV(B) | 15.56º | 0.98% | 0.76% | - |
| XYZ | 23.29 | 13.89 | 1.57 | - |
| YUV | 89.27 | 79.88 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 4 | 0 | 0.73 | 0.98 | 0.24 | 15.56 | 0.96 | 0.39 |
| Hex | C1 | 35 | 4 | 0 | 49 | 62 | 18 | 10 | 60 | 27 |
| Octal | 301 | 65 | 4 | 0 | 111 | 142 | 30 | 20 | 140 | 47 |
| Binary | 11000001 | 110101 | 100 | 0 | 1001001 | 1100010 | 11000 | 10000 | 1100000 | 100111 |
Color Harmonies of #C13504
Complementary color
Monochromatic Colors of #C13504
Black with #C13504
Text Example
Text Example
White with #C13504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13504; }
p { color: rgb(193,53,4); }
H1.HeaderClassName
{
color: #C13504;
}
.AnyTagClassName
{
color: #C13504;
}
</style>
background-color css
<style>
a { background-color: #C13504; }
a { background-color: rgb(193,53,4); }
div.DivClassName
{
background-color: #C13504;
}
.BgClassName
{
background-color: #C13504;
}
</style>
border-color css
<style>
span { border-color: #C13504; }
span { border-color: rgb(193,53,4); }
td.TdClassName
{
border-color: #C13504;
}
.TagClassName
{
border-color: #C13504;
}
</style>