Html Css Color HEX #C0411F Harley Davidson Orange
📋 copy color: '#C0411F'red 192 ◦ green 65 ◦ blue 31
Shades of Harley Davidson Orange #C0411F
Tints of Harley Davidson Orange #C0411F
RGB
CMYK
RGB Variations
Color information
#C0411F (or 0xC0411F) is known color: Harley Davidson Orange. HEX triplet: C0, 41 and 1F. RGB value is (192,65,31). Sum of RGB (Red+Green+Blue) = 192+65+31=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C0411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0411F is #3FBEE0. Grayscale: #636363. Windows color (decimal): -4177633 or 2048448. OLE color: 2048448.
HSL color Cylindrical-coordinate representation of color #C0411F: hue angle of 12.67º 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 #C0411F is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 31 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.25 |
| HSL | 12.67º | 0.72% | 0.44% | - |
| HSV(B) | 12.67º | 0.84% | 0.75% | - |
| XYZ | 23.88 | 15.09 | 2.95 | - |
| YUV | 99.1 | 89.58 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 31 | 0 | 0.66 | 0.84 | 0.25 | 12.67 | 0.72 | 0.44 |
| Hex | C0 | 41 | 1F | 0 | 42 | 54 | 19 | D | 48 | 2C |
| Octal | 300 | 101 | 37 | 0 | 102 | 124 | 31 | 15 | 110 | 54 |
| Binary | 11000000 | 1000001 | 11111 | 0 | 1000010 | 1010100 | 11001 | 1101 | 1001000 | 101100 |
Color Harmonies of #C0411F
Complementary color
Monochromatic Colors of #C0411F
Black with #C0411F
Text Example
Text Example
White with #C0411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0411F; }
p { color: rgb(192,65,31); }
H1.HeaderClassName
{
color: #C0411F;
}
.AnyTagClassName
{
color: #C0411F;
}
</style>
background-color css
<style>
a { background-color: #C0411F; }
a { background-color: rgb(192,65,31); }
div.DivClassName
{
background-color: #C0411F;
}
.BgClassName
{
background-color: #C0411F;
}
</style>
border-color css
<style>
span { border-color: #C0411F; }
span { border-color: rgb(192,65,31); }
td.TdClassName
{
border-color: #C0411F;
}
.TagClassName
{
border-color: #C0411F;
}
</style>