Html Css Color HEX #C1331C Harley Davidson Orange
📋 copy color: '#C1331C'red 193 ◦ green 51 ◦ blue 28
Shades of Harley Davidson Orange #C1331C
Tints of Harley Davidson Orange #C1331C
RGB
CMYK
RGB Variations
Color information
#C1331C (or 0xC1331C) is known color: Harley Davidson Orange. HEX triplet: C1, 33 and 1C. RGB value is (193,51,28). Sum of RGB (Red+Green+Blue) = 193+51+28=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C1331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1331C is #3ECCE3. Grayscale: #5B5B5B. Windows color (decimal): -4115684 or 1848257. OLE color: 1848257.
HSL color Cylindrical-coordinate representation of color #C1331C: hue angle of 8.36º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C1331C is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 51 | 28 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.24 |
| HSL | 8.36º | 0.75% | 0.43% | - |
| HSV(B) | 8.36º | 0.85% | 0.76% | - |
| XYZ | 23.39 | 13.79 | 2.53 | - |
| YUV | 90.84 | 92.54 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 28 | 0 | 0.74 | 0.85 | 0.24 | 8.36 | 0.75 | 0.43 |
| Hex | C1 | 33 | 1C | 0 | 4A | 55 | 18 | 8 | 4B | 2B |
| Octal | 301 | 63 | 34 | 0 | 112 | 125 | 30 | 10 | 113 | 53 |
| Binary | 11000001 | 110011 | 11100 | 0 | 1001010 | 1010101 | 11000 | 1000 | 1001011 | 101011 |
Color Harmonies of #C1331C
Complementary color
Monochromatic Colors of #C1331C
Black with #C1331C
Text Example
Text Example
White with #C1331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1331C; }
p { color: rgb(193,51,28); }
H1.HeaderClassName
{
color: #C1331C;
}
.AnyTagClassName
{
color: #C1331C;
}
</style>
background-color css
<style>
a { background-color: #C1331C; }
a { background-color: rgb(193,51,28); }
div.DivClassName
{
background-color: #C1331C;
}
.BgClassName
{
background-color: #C1331C;
}
</style>
border-color css
<style>
span { border-color: #C1331C; }
span { border-color: rgb(193,51,28); }
td.TdClassName
{
border-color: #C1331C;
}
.TagClassName
{
border-color: #C1331C;
}
</style>