Html Css Color HEX #C9411B Harley Davidson Orange
📋 copy color: '#C9411B'red 201 ◦ green 65 ◦ blue 27
Shades of Harley Davidson Orange #C9411B
Tints of Harley Davidson Orange #C9411B
RGB
CMYK
RGB Variations
Color information
#C9411B (or 0xC9411B) is known color: Harley Davidson Orange. HEX triplet: C9, 41 and 1B. RGB value is (201,65,27). Sum of RGB (Red+Green+Blue) = 201+65+27=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C9411B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9411B is #36BEE4. Grayscale: #656565. Windows color (decimal): -3587813 or 1786313. OLE color: 1786313.
HSL color Cylindrical-coordinate representation of color #C9411B: hue angle of 13.1º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9411B is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 65 | 27 | - |
| CMYK | 0 | 0.68 | 0.87 | 0.21 |
| HSL | 13.1º | 0.76% | 0.45% | - |
| HSV(B) | 13.1º | 0.87% | 0.79% | - |
| XYZ | 26.18 | 16.28 | 2.8 | - |
| YUV | 101.33 | 86.06 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 27 | 0 | 0.68 | 0.87 | 0.21 | 13.1 | 0.76 | 0.45 |
| Hex | C9 | 41 | 1B | 0 | 44 | 57 | 15 | D | 4C | 2D |
| Octal | 311 | 101 | 33 | 0 | 104 | 127 | 25 | 15 | 114 | 55 |
| Binary | 11001001 | 1000001 | 11011 | 0 | 1000100 | 1010111 | 10101 | 1101 | 1001100 | 101101 |
Color Harmonies of #C9411B
Complementary color
Monochromatic Colors of #C9411B
Black with #C9411B
Text Example
Text Example
White with #C9411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9411B; }
p { color: rgb(201,65,27); }
H1.HeaderClassName
{
color: #C9411B;
}
.AnyTagClassName
{
color: #C9411B;
}
</style>
background-color css
<style>
a { background-color: #C9411B; }
a { background-color: rgb(201,65,27); }
div.DivClassName
{
background-color: #C9411B;
}
.BgClassName
{
background-color: #C9411B;
}
</style>
border-color css
<style>
span { border-color: #C9411B; }
span { border-color: rgb(201,65,27); }
td.TdClassName
{
border-color: #C9411B;
}
.TagClassName
{
border-color: #C9411B;
}
</style>