Html Css Color HEX #C0391B Harley Davidson Orange
📋 copy color: '#C0391B'red 192 ◦ green 57 ◦ blue 27
Shades of Harley Davidson Orange #C0391B
Tints of Harley Davidson Orange #C0391B
RGB
CMYK
RGB Variations
Color information
#C0391B (or 0xC0391B) is known color: Harley Davidson Orange. HEX triplet: C0, 39 and 1B. RGB value is (192,57,27). Sum of RGB (Red+Green+Blue) = 192+57+27=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C0391B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0391B is #3FC6E4. Grayscale: #5E5E5E. Windows color (decimal): -4179685 or 1784256. OLE color: 1784256.
HSL color Cylindrical-coordinate representation of color #C0391B: hue angle of 10.91º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0391B is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 27 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.25 |
| HSL | 10.91º | 0.75% | 0.43% | - |
| HSV(B) | 10.91º | 0.86% | 0.75% | - |
| XYZ | 23.4 | 14.21 | 2.55 | - |
| YUV | 93.95 | 90.23 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 27 | 0 | 0.70 | 0.86 | 0.25 | 10.91 | 0.75 | 0.43 |
| Hex | C0 | 39 | 1B | 0 | 46 | 56 | 19 | B | 4B | 2B |
| Octal | 300 | 71 | 33 | 0 | 106 | 126 | 31 | 13 | 113 | 53 |
| Binary | 11000000 | 111001 | 11011 | 0 | 1000110 | 1010110 | 11001 | 1011 | 1001011 | 101011 |
Color Harmonies of #C0391B
Complementary color
Monochromatic Colors of #C0391B
Black with #C0391B
Text Example
Text Example
White with #C0391B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0391B; }
p { color: rgb(192,57,27); }
H1.HeaderClassName
{
color: #C0391B;
}
.AnyTagClassName
{
color: #C0391B;
}
</style>
background-color css
<style>
a { background-color: #C0391B; }
a { background-color: rgb(192,57,27); }
div.DivClassName
{
background-color: #C0391B;
}
.BgClassName
{
background-color: #C0391B;
}
</style>
border-color css
<style>
span { border-color: #C0391B; }
span { border-color: rgb(192,57,27); }
td.TdClassName
{
border-color: #C0391B;
}
.TagClassName
{
border-color: #C0391B;
}
</style>