Html Css Color HEX #C1401B Harley Davidson Orange
📋 copy color: '#C1401B'red 193 ◦ green 64 ◦ blue 27
Shades of Harley Davidson Orange #C1401B
Tints of Harley Davidson Orange #C1401B
RGB
CMYK
RGB Variations
Color information
#C1401B (or 0xC1401B) is known color: Harley Davidson Orange. HEX triplet: C1, 40 and 1B. RGB value is (193,64,27). Sum of RGB (Red+Green+Blue) = 193+64+27=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C1401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1401B is #3EBFE4. Grayscale: #626262. Windows color (decimal): -4112357 or 1786049. OLE color: 1786049.
HSL color Cylindrical-coordinate representation of color #C1401B: hue angle of 13.37º 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 #C1401B is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 27 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.24 |
| HSL | 13.37º | 0.75% | 0.43% | - |
| HSV(B) | 13.37º | 0.86% | 0.76% | - |
| XYZ | 24.02 | 15.08 | 2.68 | - |
| YUV | 98.35 | 87.74 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 27 | 0 | 0.67 | 0.86 | 0.24 | 13.37 | 0.75 | 0.43 |
| Hex | C1 | 40 | 1B | 0 | 43 | 56 | 18 | D | 4B | 2B |
| Octal | 301 | 100 | 33 | 0 | 103 | 126 | 30 | 15 | 113 | 53 |
| Binary | 11000001 | 1000000 | 11011 | 0 | 1000011 | 1010110 | 11000 | 1101 | 1001011 | 101011 |
Color Harmonies of #C1401B
Complementary color
Monochromatic Colors of #C1401B
Black with #C1401B
Text Example
Text Example
White with #C1401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1401B; }
p { color: rgb(193,64,27); }
H1.HeaderClassName
{
color: #C1401B;
}
.AnyTagClassName
{
color: #C1401B;
}
</style>
background-color css
<style>
a { background-color: #C1401B; }
a { background-color: rgb(193,64,27); }
div.DivClassName
{
background-color: #C1401B;
}
.BgClassName
{
background-color: #C1401B;
}
</style>
border-color css
<style>
span { border-color: #C1401B; }
span { border-color: rgb(193,64,27); }
td.TdClassName
{
border-color: #C1401B;
}
.TagClassName
{
border-color: #C1401B;
}
</style>