Html Css Color HEX #C1371B Harley Davidson Orange
📋 copy color: '#C1371B'red 193 ◦ green 55 ◦ blue 27
Shades of Harley Davidson Orange #C1371B
Tints of Harley Davidson Orange #C1371B
RGB
CMYK
RGB Variations
Color information
#C1371B (or 0xC1371B) is known color: Harley Davidson Orange. HEX triplet: C1, 37 and 1B. RGB value is (193,55,27). Sum of RGB (Red+Green+Blue) = 193+55+27=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C1371B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1371B is #3EC8E4. Grayscale: #5D5D5D. Windows color (decimal): -4114661 or 1783745. OLE color: 1783745.
HSL color Cylindrical-coordinate representation of color #C1371B: hue angle of 10.12º 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 #C1371B is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 27 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.24 |
| HSL | 10.12º | 0.75% | 0.43% | - |
| HSV(B) | 10.12º | 0.86% | 0.76% | - |
| XYZ | 23.56 | 14.15 | 2.53 | - |
| YUV | 93.07 | 90.72 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 27 | 0 | 0.72 | 0.86 | 0.24 | 10.12 | 0.75 | 0.43 |
| Hex | C1 | 37 | 1B | 0 | 48 | 56 | 18 | A | 4B | 2B |
| Octal | 301 | 67 | 33 | 0 | 110 | 126 | 30 | 12 | 113 | 53 |
| Binary | 11000001 | 110111 | 11011 | 0 | 1001000 | 1010110 | 11000 | 1010 | 1001011 | 101011 |
Color Harmonies of #C1371B
Complementary color
Monochromatic Colors of #C1371B
Black with #C1371B
Text Example
Text Example
White with #C1371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1371B; }
p { color: rgb(193,55,27); }
H1.HeaderClassName
{
color: #C1371B;
}
.AnyTagClassName
{
color: #C1371B;
}
</style>
background-color css
<style>
a { background-color: #C1371B; }
a { background-color: rgb(193,55,27); }
div.DivClassName
{
background-color: #C1371B;
}
.BgClassName
{
background-color: #C1371B;
}
</style>
border-color css
<style>
span { border-color: #C1371B; }
span { border-color: rgb(193,55,27); }
td.TdClassName
{
border-color: #C1371B;
}
.TagClassName
{
border-color: #C1371B;
}
</style>