Html Css Color HEX #C13420 Harley Davidson Orange
📋 copy color: '#C13420'red 193 ◦ green 52 ◦ blue 32
Shades of Harley Davidson Orange #C13420
Tints of Harley Davidson Orange #C13420
RGB
CMYK
RGB Variations
Color information
#C13420 (or 0xC13420) is known color: Harley Davidson Orange. HEX triplet: C1, 34 and 20. RGB value is (193,52,32). Sum of RGB (Red+Green+Blue) = 193+52+32=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C13420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13420 is #3ECBDF. Grayscale: #5C5C5C. Windows color (decimal): -4115424 or 2110657. OLE color: 2110657.
HSL color Cylindrical-coordinate representation of color #C13420: hue angle of 7.45º 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 #C13420 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 32 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.24 |
| HSL | 7.45º | 0.72% | 0.44% | - |
| HSV(B) | 7.45º | 0.83% | 0.76% | - |
| XYZ | 23.48 | 13.9 | 2.81 | - |
| YUV | 91.88 | 94.21 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 32 | 0 | 0.73 | 0.83 | 0.24 | 7.45 | 0.72 | 0.44 |
| Hex | C1 | 34 | 20 | 0 | 49 | 53 | 18 | 7 | 48 | 2C |
| Octal | 301 | 64 | 40 | 0 | 111 | 123 | 30 | 7 | 110 | 54 |
| Binary | 11000001 | 110100 | 100000 | 0 | 1001001 | 1010011 | 11000 | 111 | 1001000 | 101100 |
Color Harmonies of #C13420
Complementary color
Monochromatic Colors of #C13420
Black with #C13420
Text Example
Text Example
White with #C13420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13420; }
p { color: rgb(193,52,32); }
H1.HeaderClassName
{
color: #C13420;
}
.AnyTagClassName
{
color: #C13420;
}
</style>
background-color css
<style>
a { background-color: #C13420; }
a { background-color: rgb(193,52,32); }
div.DivClassName
{
background-color: #C13420;
}
.BgClassName
{
background-color: #C13420;
}
</style>
border-color css
<style>
span { border-color: #C13420; }
span { border-color: rgb(193,52,32); }
td.TdClassName
{
border-color: #C13420;
}
.TagClassName
{
border-color: #C13420;
}
</style>