Html Css Color HEX #C0381A Harley Davidson Orange
📋 copy color: '#C0381A'red 192 ◦ green 56 ◦ blue 26
Shades of Harley Davidson Orange #C0381A
Tints of Harley Davidson Orange #C0381A
RGB
CMYK
RGB Variations
Color information
#C0381A (or 0xC0381A) is known color: Harley Davidson Orange. HEX triplet: C0, 38 and 1A. RGB value is (192,56,26). Sum of RGB (Red+Green+Blue) = 192+56+26=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C0381A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0381A is #3FC7E5. Grayscale: #5D5D5D. Windows color (decimal): -4179942 or 1718464. OLE color: 1718464.
HSL color Cylindrical-coordinate representation of color #C0381A: hue angle of 10.84º degrees, saturation: 0.76, 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 #C0381A is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 26 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.25 |
| HSL | 10.84º | 0.76% | 0.43% | - |
| HSV(B) | 10.84º | 0.86% | 0.75% | - |
| XYZ | 23.34 | 14.11 | 2.47 | - |
| YUV | 93.24 | 90.06 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 26 | 0 | 0.71 | 0.86 | 0.25 | 10.84 | 0.76 | 0.43 |
| Hex | C0 | 38 | 1A | 0 | 47 | 56 | 19 | B | 4C | 2B |
| Octal | 300 | 70 | 32 | 0 | 107 | 126 | 31 | 13 | 114 | 53 |
| Binary | 11000000 | 111000 | 11010 | 0 | 1000111 | 1010110 | 11001 | 1011 | 1001100 | 101011 |
Color Harmonies of #C0381A
Complementary color
Monochromatic Colors of #C0381A
Black with #C0381A
Text Example
Text Example
White with #C0381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0381A; }
p { color: rgb(192,56,26); }
H1.HeaderClassName
{
color: #C0381A;
}
.AnyTagClassName
{
color: #C0381A;
}
</style>
background-color css
<style>
a { background-color: #C0381A; }
a { background-color: rgb(192,56,26); }
div.DivClassName
{
background-color: #C0381A;
}
.BgClassName
{
background-color: #C0381A;
}
</style>
border-color css
<style>
span { border-color: #C0381A; }
span { border-color: rgb(192,56,26); }
td.TdClassName
{
border-color: #C0381A;
}
.TagClassName
{
border-color: #C0381A;
}
</style>