Html Css Color HEX #C13220 Harley Davidson Orange
📋 copy color: '#C13220'red 193 ◦ green 50 ◦ blue 32
Shades of Harley Davidson Orange #C13220
Tints of Harley Davidson Orange #C13220
RGB
CMYK
RGB Variations
Color information
#C13220 (or 0xC13220) is known color: Harley Davidson Orange. HEX triplet: C1, 32 and 20. RGB value is (193,50,32). Sum of RGB (Red+Green+Blue) = 193+50+32=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C13220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13220 is #3ECDDF. Grayscale: #5A5A5A. Windows color (decimal): -4115936 or 2110145. OLE color: 2110145.
HSL color Cylindrical-coordinate representation of color #C13220: hue angle of 6.71º 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 #C13220 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 32 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.24 |
| HSL | 6.71º | 0.72% | 0.44% | - |
| HSV(B) | 6.71º | 0.83% | 0.76% | - |
| XYZ | 23.39 | 13.72 | 2.78 | - |
| YUV | 90.71 | 94.88 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 32 | 0 | 0.74 | 0.83 | 0.24 | 6.71 | 0.72 | 0.44 |
| Hex | C1 | 32 | 20 | 0 | 4A | 53 | 18 | 7 | 48 | 2C |
| Octal | 301 | 62 | 40 | 0 | 112 | 123 | 30 | 7 | 110 | 54 |
| Binary | 11000001 | 110010 | 100000 | 0 | 1001010 | 1010011 | 11000 | 111 | 1001000 | 101100 |
Color Harmonies of #C13220
Complementary color
Monochromatic Colors of #C13220
Black with #C13220
Text Example
Text Example
White with #C13220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13220; }
p { color: rgb(193,50,32); }
H1.HeaderClassName
{
color: #C13220;
}
.AnyTagClassName
{
color: #C13220;
}
</style>
background-color css
<style>
a { background-color: #C13220; }
a { background-color: rgb(193,50,32); }
div.DivClassName
{
background-color: #C13220;
}
.BgClassName
{
background-color: #C13220;
}
</style>
border-color css
<style>
span { border-color: #C13220; }
span { border-color: rgb(193,50,32); }
td.TdClassName
{
border-color: #C13220;
}
.TagClassName
{
border-color: #C13220;
}
</style>