Html Css Color HEX #C0331D Harley Davidson Orange
📋 copy color: '#C0331D'red 192 ◦ green 51 ◦ blue 29
Shades of Harley Davidson Orange #C0331D
Tints of Harley Davidson Orange #C0331D
RGB
CMYK
RGB Variations
Color information
#C0331D (or 0xC0331D) is known color: Harley Davidson Orange. HEX triplet: C0, 33 and 1D. RGB value is (192,51,29). Sum of RGB (Red+Green+Blue) = 192+51+29=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C0331D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0331D is #3FCCE2. Grayscale: #5A5A5A. Windows color (decimal): -4181219 or 1913792. OLE color: 1913792.
HSL color Cylindrical-coordinate representation of color #C0331D: hue angle of 8.1º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0331D is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 29 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.25 |
| HSL | 8.1º | 0.74% | 0.43% | - |
| HSV(B) | 8.1º | 0.85% | 0.75% | - |
| XYZ | 23.14 | 13.66 | 2.58 | - |
| YUV | 90.65 | 93.21 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 29 | 0 | 0.73 | 0.85 | 0.25 | 8.1 | 0.74 | 0.43 |
| Hex | C0 | 33 | 1D | 0 | 49 | 55 | 19 | 8 | 4A | 2B |
| Octal | 300 | 63 | 35 | 0 | 111 | 125 | 31 | 10 | 112 | 53 |
| Binary | 11000000 | 110011 | 11101 | 0 | 1001001 | 1010101 | 11001 | 1000 | 1001010 | 101011 |
Color Harmonies of #C0331D
Complementary color
Monochromatic Colors of #C0331D
Black with #C0331D
Text Example
Text Example
White with #C0331D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0331D; }
p { color: rgb(192,51,29); }
H1.HeaderClassName
{
color: #C0331D;
}
.AnyTagClassName
{
color: #C0331D;
}
</style>
background-color css
<style>
a { background-color: #C0331D; }
a { background-color: rgb(192,51,29); }
div.DivClassName
{
background-color: #C0331D;
}
.BgClassName
{
background-color: #C0331D;
}
</style>
border-color css
<style>
span { border-color: #C0331D; }
span { border-color: rgb(192,51,29); }
td.TdClassName
{
border-color: #C0331D;
}
.TagClassName
{
border-color: #C0331D;
}
</style>