Html Css Color HEX #C1200D Harley Davidson Orange
📋 copy color: '#C1200D'red 193 ◦ green 32 ◦ blue 13
Shades of Harley Davidson Orange #C1200D
Tints of Harley Davidson Orange #C1200D
RGB
CMYK
RGB Variations
Color information
#C1200D (or 0xC1200D) is known color: Harley Davidson Orange. HEX triplet: C1, 20 and 0D. RGB value is (193,32,13). Sum of RGB (Red+Green+Blue) = 193+32+13=238 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.09% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 193 - color contains mainly: red. Hex color #C1200D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1200D is #3EDFF2. Grayscale: #4E4E4E. Windows color (decimal): -4120563 or 860353. OLE color: 860353.
HSL color Cylindrical-coordinate representation of color #C1200D: hue angle of 6.33º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1200D is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 13 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.24 |
| HSL | 6.33º | 0.87% | 0.4% | - |
| HSV(B) | 6.33º | 0.93% | 0.76% | - |
| XYZ | 22.58 | 12.4 | 1.58 | - |
| YUV | 77.97 | 91.34 | 210.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 13 | 0 | 0.83 | 0.93 | 0.24 | 6.33 | 0.87 | 0.4 |
| Hex | C1 | 20 | D | 0 | 53 | 5D | 18 | 6 | 57 | 28 |
| Octal | 301 | 40 | 15 | 0 | 123 | 135 | 30 | 6 | 127 | 50 |
| Binary | 11000001 | 100000 | 1101 | 0 | 1010011 | 1011101 | 11000 | 110 | 1010111 | 101000 |
Color Harmonies of #C1200D
Complementary color
Monochromatic Colors of #C1200D
Black with #C1200D
Text Example
Text Example
White with #C1200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1200D; }
p { color: rgb(193,32,13); }
H1.HeaderClassName
{
color: #C1200D;
}
.AnyTagClassName
{
color: #C1200D;
}
</style>
background-color css
<style>
a { background-color: #C1200D; }
a { background-color: rgb(193,32,13); }
div.DivClassName
{
background-color: #C1200D;
}
.BgClassName
{
background-color: #C1200D;
}
</style>
border-color css
<style>
span { border-color: #C1200D; }
span { border-color: rgb(193,32,13); }
td.TdClassName
{
border-color: #C1200D;
}
.TagClassName
{
border-color: #C1200D;
}
</style>