Html Css Color HEX #C1341E Harley Davidson Orange
📋 copy color: '#C1341E'red 193 ◦ green 52 ◦ blue 30
Shades of Harley Davidson Orange #C1341E
Tints of Harley Davidson Orange #C1341E
RGB
CMYK
RGB Variations
Color information
#C1341E (or 0xC1341E) is known color: Harley Davidson Orange. HEX triplet: C1, 34 and 1E. RGB value is (193,52,30). Sum of RGB (Red+Green+Blue) = 193+52+30=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C1341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1341E is #3ECBE1. Grayscale: #5B5B5B. Windows color (decimal): -4115426 or 1979585. OLE color: 1979585.
HSL color Cylindrical-coordinate representation of color #C1341E: hue angle of 8.1º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C1341E is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 30 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.24 |
| HSL | 8.1º | 0.73% | 0.44% | - |
| HSV(B) | 8.1º | 0.84% | 0.76% | - |
| XYZ | 23.45 | 13.89 | 2.67 | - |
| YUV | 91.65 | 93.21 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 30 | 0 | 0.73 | 0.84 | 0.24 | 8.1 | 0.73 | 0.44 |
| Hex | C1 | 34 | 1E | 0 | 49 | 54 | 18 | 8 | 49 | 2C |
| Octal | 301 | 64 | 36 | 0 | 111 | 124 | 30 | 10 | 111 | 54 |
| Binary | 11000001 | 110100 | 11110 | 0 | 1001001 | 1010100 | 11000 | 1000 | 1001001 | 101100 |
Color Harmonies of #C1341E
Complementary color
Monochromatic Colors of #C1341E
Black with #C1341E
Text Example
Text Example
White with #C1341E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1341E; }
p { color: rgb(193,52,30); }
H1.HeaderClassName
{
color: #C1341E;
}
.AnyTagClassName
{
color: #C1341E;
}
</style>
background-color css
<style>
a { background-color: #C1341E; }
a { background-color: rgb(193,52,30); }
div.DivClassName
{
background-color: #C1341E;
}
.BgClassName
{
background-color: #C1341E;
}
</style>
border-color css
<style>
span { border-color: #C1341E; }
span { border-color: rgb(193,52,30); }
td.TdClassName
{
border-color: #C1341E;
}
.TagClassName
{
border-color: #C1341E;
}
</style>