Html Css Color HEX #C0331F Harley Davidson Orange
📋 copy color: '#C0331F'red 192 ◦ green 51 ◦ blue 31
Shades of Harley Davidson Orange #C0331F
Tints of Harley Davidson Orange #C0331F
RGB
CMYK
RGB Variations
Color information
#C0331F (or 0xC0331F) is known color: Harley Davidson Orange. HEX triplet: C0, 33 and 1F. RGB value is (192,51,31). Sum of RGB (Red+Green+Blue) = 192+51+31=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C0331F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0331F is #3FCCE0. Grayscale: #5B5B5B. Windows color (decimal): -4181217 or 2044864. OLE color: 2044864.
HSL color Cylindrical-coordinate representation of color #C0331F: hue angle of 7.45º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0331F is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 31 | - |
| CMYK | 0 | 0.73 | 0.84 | 0.25 |
| HSL | 7.45º | 0.72% | 0.44% | - |
| HSV(B) | 7.45º | 0.84% | 0.75% | - |
| XYZ | 23.17 | 13.67 | 2.71 | - |
| YUV | 90.88 | 94.21 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 31 | 0 | 0.73 | 0.84 | 0.25 | 7.45 | 0.72 | 0.44 |
| Hex | C0 | 33 | 1F | 0 | 49 | 54 | 19 | 7 | 48 | 2C |
| Octal | 300 | 63 | 37 | 0 | 111 | 124 | 31 | 7 | 110 | 54 |
| Binary | 11000000 | 110011 | 11111 | 0 | 1001001 | 1010100 | 11001 | 111 | 1001000 | 101100 |
Color Harmonies of #C0331F
Complementary color
Monochromatic Colors of #C0331F
Black with #C0331F
Text Example
Text Example
White with #C0331F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0331F; }
p { color: rgb(192,51,31); }
H1.HeaderClassName
{
color: #C0331F;
}
.AnyTagClassName
{
color: #C0331F;
}
</style>
background-color css
<style>
a { background-color: #C0331F; }
a { background-color: rgb(192,51,31); }
div.DivClassName
{
background-color: #C0331F;
}
.BgClassName
{
background-color: #C0331F;
}
</style>
border-color css
<style>
span { border-color: #C0331F; }
span { border-color: rgb(192,51,31); }
td.TdClassName
{
border-color: #C0331F;
}
.TagClassName
{
border-color: #C0331F;
}
</style>