Html Css Color HEX #C0351F Harley Davidson Orange
📋 copy color: '#C0351F'red 192 ◦ green 53 ◦ blue 31
Shades of Harley Davidson Orange #C0351F
Tints of Harley Davidson Orange #C0351F
RGB
CMYK
RGB Variations
Color information
#C0351F (or 0xC0351F) is known color: Harley Davidson Orange. HEX triplet: C0, 35 and 1F. RGB value is (192,53,31). Sum of RGB (Red+Green+Blue) = 192+53+31=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C0351F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0351F is #3FCAE0. Grayscale: #5C5C5C. Windows color (decimal): -4180705 or 2045376. OLE color: 2045376.
HSL color Cylindrical-coordinate representation of color #C0351F: hue angle of 8.2º 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 #C0351F is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 31 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.25 |
| HSL | 8.2º | 0.72% | 0.44% | - |
| HSV(B) | 8.2º | 0.84% | 0.75% | - |
| XYZ | 23.26 | 13.85 | 2.74 | - |
| YUV | 92.05 | 93.55 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 31 | 0 | 0.72 | 0.84 | 0.25 | 8.2 | 0.72 | 0.44 |
| Hex | C0 | 35 | 1F | 0 | 48 | 54 | 19 | 8 | 48 | 2C |
| Octal | 300 | 65 | 37 | 0 | 110 | 124 | 31 | 10 | 110 | 54 |
| Binary | 11000000 | 110101 | 11111 | 0 | 1001000 | 1010100 | 11001 | 1000 | 1001000 | 101100 |
Color Harmonies of #C0351F
Complementary color
Monochromatic Colors of #C0351F
Black with #C0351F
Text Example
Text Example
White with #C0351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0351F; }
p { color: rgb(192,53,31); }
H1.HeaderClassName
{
color: #C0351F;
}
.AnyTagClassName
{
color: #C0351F;
}
</style>
background-color css
<style>
a { background-color: #C0351F; }
a { background-color: rgb(192,53,31); }
div.DivClassName
{
background-color: #C0351F;
}
.BgClassName
{
background-color: #C0351F;
}
</style>
border-color css
<style>
span { border-color: #C0351F; }
span { border-color: rgb(192,53,31); }
td.TdClassName
{
border-color: #C0351F;
}
.TagClassName
{
border-color: #C0351F;
}
</style>