Html Css Color HEX #C13020 Harley Davidson Orange
📋 copy color: '#C13020'red 193 ◦ green 48 ◦ blue 32
Shades of Harley Davidson Orange #C13020
Tints of Harley Davidson Orange #C13020
RGB
CMYK
RGB Variations
Color information
#C13020 (or 0xC13020) is known color: Harley Davidson Orange. HEX triplet: C1, 30 and 20. RGB value is (193,48,32). Sum of RGB (Red+Green+Blue) = 193+48+32=273 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.70% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 193 - color contains mainly: red. Hex color #C13020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13020 is #3ECFDF. Grayscale: #595959. Windows color (decimal): -4116448 or 2109633. OLE color: 2109633.
HSL color Cylindrical-coordinate representation of color #C13020: hue angle of 5.96º degrees, saturation: 0.72, 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 #C13020 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 48 | 32 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.24 |
| HSL | 5.96º | 0.72% | 0.44% | - |
| HSV(B) | 5.96º | 0.83% | 0.76% | - |
| XYZ | 23.31 | 13.56 | 2.75 | - |
| YUV | 89.53 | 95.54 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 48 | 32 | 0 | 0.75 | 0.83 | 0.24 | 5.96 | 0.72 | 0.44 |
| Hex | C1 | 30 | 20 | 0 | 4B | 53 | 18 | 6 | 48 | 2C |
| Octal | 301 | 60 | 40 | 0 | 113 | 123 | 30 | 6 | 110 | 54 |
| Binary | 11000001 | 110000 | 100000 | 0 | 1001011 | 1010011 | 11000 | 110 | 1001000 | 101100 |
Color Harmonies of #C13020
Complementary color
Monochromatic Colors of #C13020
Black with #C13020
Text Example
Text Example
White with #C13020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13020; }
p { color: rgb(193,48,32); }
H1.HeaderClassName
{
color: #C13020;
}
.AnyTagClassName
{
color: #C13020;
}
</style>
background-color css
<style>
a { background-color: #C13020; }
a { background-color: rgb(193,48,32); }
div.DivClassName
{
background-color: #C13020;
}
.BgClassName
{
background-color: #C13020;
}
</style>
border-color css
<style>
span { border-color: #C13020; }
span { border-color: rgb(193,48,32); }
td.TdClassName
{
border-color: #C13020;
}
.TagClassName
{
border-color: #C13020;
}
</style>