Html Css Color HEX #C9261A Harley Davidson Orange
📋 copy color: '#C9261A'red 201 ◦ green 38 ◦ blue 26
Shades of Harley Davidson Orange #C9261A
Tints of Harley Davidson Orange #C9261A
RGB
CMYK
RGB Variations
Color information
#C9261A (or 0xC9261A) is known color: Harley Davidson Orange. HEX triplet: C9, 26 and 1A. RGB value is (201,38,26). Sum of RGB (Red+Green+Blue) = 201+38+26=265 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.85% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 201 - color contains mainly: red. Hex color #C9261A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9261A is #36D9E5. Grayscale: #555555. Windows color (decimal): -3594726 or 1713865. OLE color: 1713865.
HSL color Cylindrical-coordinate representation of color #C9261A: hue angle of 4.11º degrees, saturation: 0.77, 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 #C9261A is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 26 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.21 |
| HSL | 4.11º | 0.77% | 0.45% | - |
| HSV(B) | 4.11º | 0.87% | 0.79% | - |
| XYZ | 24.97 | 13.88 | 2.34 | - |
| YUV | 85.37 | 94.5 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 26 | 0 | 0.81 | 0.87 | 0.21 | 4.11 | 0.77 | 0.45 |
| Hex | C9 | 26 | 1A | 0 | 51 | 57 | 15 | 4 | 4D | 2D |
| Octal | 311 | 46 | 32 | 0 | 121 | 127 | 25 | 4 | 115 | 55 |
| Binary | 11001001 | 100110 | 11010 | 0 | 1010001 | 1010111 | 10101 | 100 | 1001101 | 101101 |
Color Harmonies of #C9261A
Complementary color
Monochromatic Colors of #C9261A
Black with #C9261A
Text Example
Text Example
White with #C9261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9261A; }
p { color: rgb(201,38,26); }
H1.HeaderClassName
{
color: #C9261A;
}
.AnyTagClassName
{
color: #C9261A;
}
</style>
background-color css
<style>
a { background-color: #C9261A; }
a { background-color: rgb(201,38,26); }
div.DivClassName
{
background-color: #C9261A;
}
.BgClassName
{
background-color: #C9261A;
}
</style>
border-color css
<style>
span { border-color: #C9261A; }
span { border-color: rgb(201,38,26); }
td.TdClassName
{
border-color: #C9261A;
}
.TagClassName
{
border-color: #C9261A;
}
</style>