Html Css Color HEX #C13214 Harley Davidson Orange
📋 copy color: '#C13214'red 193 ◦ green 50 ◦ blue 20
Shades of Harley Davidson Orange #C13214
Tints of Harley Davidson Orange #C13214
RGB
CMYK
RGB Variations
Color information
#C13214 (or 0xC13214) is known color: Harley Davidson Orange. HEX triplet: C1, 32 and 14. RGB value is (193,50,20). Sum of RGB (Red+Green+Blue) = 193+50+20=263 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.38% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 193 - color contains mainly: red. Hex color #C13214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13214 is #3ECDEB. Grayscale: #595959. Windows color (decimal): -4115948 or 1323713. OLE color: 1323713.
HSL color Cylindrical-coordinate representation of color #C13214: hue angle of 10.4º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C13214 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 20 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.24 |
| HSL | 10.4º | 0.81% | 0.42% | - |
| HSV(B) | 10.4º | 0.9% | 0.76% | - |
| XYZ | 23.26 | 13.67 | 2.07 | - |
| YUV | 89.34 | 88.88 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 20 | 0 | 0.74 | 0.90 | 0.24 | 10.4 | 0.81 | 0.42 |
| Hex | C1 | 32 | 14 | 0 | 4A | 5A | 18 | A | 51 | 2A |
| Octal | 301 | 62 | 24 | 0 | 112 | 132 | 30 | 12 | 121 | 52 |
| Binary | 11000001 | 110010 | 10100 | 0 | 1001010 | 1011010 | 11000 | 1010 | 1010001 | 101010 |
Color Harmonies of #C13214
Complementary color
Monochromatic Colors of #C13214
Black with #C13214
Text Example
Text Example
White with #C13214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13214; }
p { color: rgb(193,50,20); }
H1.HeaderClassName
{
color: #C13214;
}
.AnyTagClassName
{
color: #C13214;
}
</style>
background-color css
<style>
a { background-color: #C13214; }
a { background-color: rgb(193,50,20); }
div.DivClassName
{
background-color: #C13214;
}
.BgClassName
{
background-color: #C13214;
}
</style>
border-color css
<style>
span { border-color: #C13214; }
span { border-color: rgb(193,50,20); }
td.TdClassName
{
border-color: #C13214;
}
.TagClassName
{
border-color: #C13214;
}
</style>