Html Css Color HEX #C9351E Harley Davidson Orange
📋 copy color: '#C9351E'red 201 ◦ green 53 ◦ blue 30
Shades of Harley Davidson Orange #C9351E
Tints of Harley Davidson Orange #C9351E
RGB
CMYK
RGB Variations
Color information
#C9351E (or 0xC9351E) is known color: Harley Davidson Orange. HEX triplet: C9, 35 and 1E. RGB value is (201,53,30). Sum of RGB (Red+Green+Blue) = 201+53+30=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 30 (12.11% from 255 or 10.56% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C9351E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9351E is #36CAE1. Grayscale: #5E5E5E. Windows color (decimal): -3590882 or 1979849. OLE color: 1979849.
HSL color Cylindrical-coordinate representation of color #C9351E: hue angle of 8.07º 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 #C9351E is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 30 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.21 |
| HSL | 8.07º | 0.74% | 0.45% | - |
| HSV(B) | 8.07º | 0.85% | 0.79% | - |
| XYZ | 25.59 | 15.06 | 2.79 | - |
| YUV | 94.63 | 91.53 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 30 | 0 | 0.74 | 0.85 | 0.21 | 8.07 | 0.74 | 0.45 |
| Hex | C9 | 35 | 1E | 0 | 4A | 55 | 15 | 8 | 4A | 2D |
| Octal | 311 | 65 | 36 | 0 | 112 | 125 | 25 | 10 | 112 | 55 |
| Binary | 11001001 | 110101 | 11110 | 0 | 1001010 | 1010101 | 10101 | 1000 | 1001010 | 101101 |
Color Harmonies of #C9351E
Complementary color
Monochromatic Colors of #C9351E
Black with #C9351E
Text Example
Text Example
White with #C9351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9351E; }
p { color: rgb(201,53,30); }
H1.HeaderClassName
{
color: #C9351E;
}
.AnyTagClassName
{
color: #C9351E;
}
</style>
background-color css
<style>
a { background-color: #C9351E; }
a { background-color: rgb(201,53,30); }
div.DivClassName
{
background-color: #C9351E;
}
.BgClassName
{
background-color: #C9351E;
}
</style>
border-color css
<style>
span { border-color: #C9351E; }
span { border-color: rgb(201,53,30); }
td.TdClassName
{
border-color: #C9351E;
}
.TagClassName
{
border-color: #C9351E;
}
</style>