Html Css Color HEX #C9261E Harley Davidson Orange
📋 copy color: '#C9261E'red 201 ◦ green 38 ◦ blue 30
Shades of Harley Davidson Orange #C9261E
Tints of Harley Davidson Orange #C9261E
RGB
CMYK
RGB Variations
Color information
#C9261E (or 0xC9261E) is known color: Harley Davidson Orange. HEX triplet: C9, 26 and 1E. RGB value is (201,38,30). Sum of RGB (Red+Green+Blue) = 201+38+30=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C9261E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9261E is #36D9E1. Grayscale: #565656. Windows color (decimal): -3594722 or 1976009. OLE color: 1976009.
HSL color Cylindrical-coordinate representation of color #C9261E: hue angle of 2.81º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9261E is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 30 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.21 |
| HSL | 2.81º | 0.74% | 0.45% | - |
| HSV(B) | 2.81º | 0.85% | 0.79% | - |
| XYZ | 25.01 | 13.9 | 2.59 | - |
| YUV | 85.83 | 96.5 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 30 | 0 | 0.81 | 0.85 | 0.21 | 2.81 | 0.74 | 0.45 |
| Hex | C9 | 26 | 1E | 0 | 51 | 55 | 15 | 3 | 4A | 2D |
| Octal | 311 | 46 | 36 | 0 | 121 | 125 | 25 | 3 | 112 | 55 |
| Binary | 11001001 | 100110 | 11110 | 0 | 1010001 | 1010101 | 10101 | 11 | 1001010 | 101101 |
Color Harmonies of #C9261E
Complementary color
Monochromatic Colors of #C9261E
Black with #C9261E
Text Example
Text Example
White with #C9261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9261E; }
p { color: rgb(201,38,30); }
H1.HeaderClassName
{
color: #C9261E;
}
.AnyTagClassName
{
color: #C9261E;
}
</style>
background-color css
<style>
a { background-color: #C9261E; }
a { background-color: rgb(201,38,30); }
div.DivClassName
{
background-color: #C9261E;
}
.BgClassName
{
background-color: #C9261E;
}
</style>
border-color css
<style>
span { border-color: #C9261E; }
span { border-color: rgb(201,38,30); }
td.TdClassName
{
border-color: #C9261E;
}
.TagClassName
{
border-color: #C9261E;
}
</style>