Html Css Color HEX #C1331B Harley Davidson Orange
📋 copy color: '#C1331B'red 193 ◦ green 51 ◦ blue 27
Shades of Harley Davidson Orange #C1331B
Tints of Harley Davidson Orange #C1331B
RGB
CMYK
RGB Variations
Color information
#C1331B (or 0xC1331B) is known color: Harley Davidson Orange. HEX triplet: C1, 33 and 1B. RGB value is (193,51,27). Sum of RGB (Red+Green+Blue) = 193+51+27=271 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.22% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 193 - color contains mainly: red. Hex color #C1331B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1331B is #3ECCE4. Grayscale: #5A5A5A. Windows color (decimal): -4115685 or 1782721. OLE color: 1782721.
HSL color Cylindrical-coordinate representation of color #C1331B: hue angle of 8.67º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C1331B is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 51 | 27 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.24 |
| HSL | 8.67º | 0.75% | 0.43% | - |
| HSV(B) | 8.67º | 0.86% | 0.76% | - |
| XYZ | 23.37 | 13.78 | 2.47 | - |
| YUV | 90.72 | 92.04 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 51 | 27 | 0 | 0.74 | 0.86 | 0.24 | 8.67 | 0.75 | 0.43 |
| Hex | C1 | 33 | 1B | 0 | 4A | 56 | 18 | 9 | 4B | 2B |
| Octal | 301 | 63 | 33 | 0 | 112 | 126 | 30 | 11 | 113 | 53 |
| Binary | 11000001 | 110011 | 11011 | 0 | 1001010 | 1010110 | 11000 | 1001 | 1001011 | 101011 |
Color Harmonies of #C1331B
Complementary color
Monochromatic Colors of #C1331B
Black with #C1331B
Text Example
Text Example
White with #C1331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1331B; }
p { color: rgb(193,51,27); }
H1.HeaderClassName
{
color: #C1331B;
}
.AnyTagClassName
{
color: #C1331B;
}
</style>
background-color css
<style>
a { background-color: #C1331B; }
a { background-color: rgb(193,51,27); }
div.DivClassName
{
background-color: #C1331B;
}
.BgClassName
{
background-color: #C1331B;
}
</style>
border-color css
<style>
span { border-color: #C1331B; }
span { border-color: rgb(193,51,27); }
td.TdClassName
{
border-color: #C1331B;
}
.TagClassName
{
border-color: #C1331B;
}
</style>