Html Css Color HEX #C13521 Harley Davidson Orange
📋 copy color: '#C13521'red 193 ◦ green 53 ◦ blue 33
Shades of Harley Davidson Orange #C13521
Tints of Harley Davidson Orange #C13521
RGB
CMYK
RGB Variations
Color information
#C13521 (or 0xC13521) is known color: Harley Davidson Orange. HEX triplet: C1, 35 and 21. RGB value is (193,53,33). Sum of RGB (Red+Green+Blue) = 193+53+33=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C13521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13521 is #3ECADE. Grayscale: #5C5C5C. Windows color (decimal): -4115167 or 2176449. OLE color: 2176449.
HSL color Cylindrical-coordinate representation of color #C13521: hue angle of 7.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C13521 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 53 | 33 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.24 |
| HSL | 7.5º | 0.71% | 0.44% | - |
| HSV(B) | 7.5º | 0.83% | 0.76% | - |
| XYZ | 23.54 | 13.99 | 2.9 | - |
| YUV | 92.58 | 94.38 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 53 | 33 | 0 | 0.73 | 0.83 | 0.24 | 7.5 | 0.71 | 0.44 |
| Hex | C1 | 35 | 21 | 0 | 49 | 53 | 18 | 8 | 47 | 2C |
| Octal | 301 | 65 | 41 | 0 | 111 | 123 | 30 | 10 | 107 | 54 |
| Binary | 11000001 | 110101 | 100001 | 0 | 1001001 | 1010011 | 11000 | 1000 | 1000111 | 101100 |
Color Harmonies of #C13521
Complementary color
Monochromatic Colors of #C13521
Black with #C13521
Text Example
Text Example
White with #C13521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13521; }
p { color: rgb(193,53,33); }
H1.HeaderClassName
{
color: #C13521;
}
.AnyTagClassName
{
color: #C13521;
}
</style>
background-color css
<style>
a { background-color: #C13521; }
a { background-color: rgb(193,53,33); }
div.DivClassName
{
background-color: #C13521;
}
.BgClassName
{
background-color: #C13521;
}
</style>
border-color css
<style>
span { border-color: #C13521; }
span { border-color: rgb(193,53,33); }
td.TdClassName
{
border-color: #C13521;
}
.TagClassName
{
border-color: #C13521;
}
</style>