Html Css Color HEX #C13421 Harley Davidson Orange
📋 copy color: '#C13421'red 193 ◦ green 52 ◦ blue 33
Shades of Harley Davidson Orange #C13421
Tints of Harley Davidson Orange #C13421
RGB
CMYK
RGB Variations
Color information
#C13421 (or 0xC13421) is known color: Harley Davidson Orange. HEX triplet: C1, 34 and 21. RGB value is (193,52,33). Sum of RGB (Red+Green+Blue) = 193+52+33=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C13421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13421 is #3ECBDE. Grayscale: #5C5C5C. Windows color (decimal): -4115423 or 2176193. OLE color: 2176193.
HSL color Cylindrical-coordinate representation of color #C13421: hue angle of 7.12º 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 #C13421 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 33 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.24 |
| HSL | 7.13º | 0.71% | 0.44% | - |
| HSV(B) | 7.13º | 0.83% | 0.76% | - |
| XYZ | 23.49 | 13.9 | 2.88 | - |
| YUV | 91.99 | 94.71 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 33 | 0 | 0.73 | 0.83 | 0.24 | 7.13 | 0.71 | 0.44 |
| Hex | C1 | 34 | 21 | 0 | 49 | 53 | 18 | 7 | 47 | 2C |
| Octal | 301 | 64 | 41 | 0 | 111 | 123 | 30 | 7 | 107 | 54 |
| Binary | 11000001 | 110100 | 100001 | 0 | 1001001 | 1010011 | 11000 | 111 | 1000111 | 101100 |
Color Harmonies of #C13421
Complementary color
Monochromatic Colors of #C13421
Black with #C13421
Text Example
Text Example
White with #C13421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13421; }
p { color: rgb(193,52,33); }
H1.HeaderClassName
{
color: #C13421;
}
.AnyTagClassName
{
color: #C13421;
}
</style>
background-color css
<style>
a { background-color: #C13421; }
a { background-color: rgb(193,52,33); }
div.DivClassName
{
background-color: #C13421;
}
.BgClassName
{
background-color: #C13421;
}
</style>
border-color css
<style>
span { border-color: #C13421; }
span { border-color: rgb(193,52,33); }
td.TdClassName
{
border-color: #C13421;
}
.TagClassName
{
border-color: #C13421;
}
</style>