Html Css Color HEX #C9261C Harley Davidson Orange
📋 copy color: '#C9261C'red 201 ◦ green 38 ◦ blue 28
Shades of Harley Davidson Orange #C9261C
Tints of Harley Davidson Orange #C9261C
RGB
CMYK
RGB Variations
Color information
#C9261C (or 0xC9261C) is known color: Harley Davidson Orange. HEX triplet: C9, 26 and 1C. RGB value is (201,38,28). Sum of RGB (Red+Green+Blue) = 201+38+28=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C9261C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9261C is #36D9E3. Grayscale: #555555. Windows color (decimal): -3594724 or 1844937. OLE color: 1844937.
HSL color Cylindrical-coordinate representation of color #C9261C: hue angle of 3.47º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9261C is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 38 | 28 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.21 |
| HSL | 3.47º | 0.76% | 0.45% | - |
| HSV(B) | 3.47º | 0.86% | 0.79% | - |
| XYZ | 24.99 | 13.89 | 2.46 | - |
| YUV | 85.6 | 95.5 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 38 | 28 | 0 | 0.81 | 0.86 | 0.21 | 3.47 | 0.76 | 0.45 |
| Hex | C9 | 26 | 1C | 0 | 51 | 56 | 15 | 3 | 4C | 2D |
| Octal | 311 | 46 | 34 | 0 | 121 | 126 | 25 | 3 | 114 | 55 |
| Binary | 11001001 | 100110 | 11100 | 0 | 1010001 | 1010110 | 10101 | 11 | 1001100 | 101101 |
Color Harmonies of #C9261C
Complementary color
Monochromatic Colors of #C9261C
Black with #C9261C
Text Example
Text Example
White with #C9261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9261C; }
p { color: rgb(201,38,28); }
H1.HeaderClassName
{
color: #C9261C;
}
.AnyTagClassName
{
color: #C9261C;
}
</style>
background-color css
<style>
a { background-color: #C9261C; }
a { background-color: rgb(201,38,28); }
div.DivClassName
{
background-color: #C9261C;
}
.BgClassName
{
background-color: #C9261C;
}
</style>
border-color css
<style>
span { border-color: #C9261C; }
span { border-color: rgb(201,38,28); }
td.TdClassName
{
border-color: #C9261C;
}
.TagClassName
{
border-color: #C9261C;
}
</style>