Html Css Color HEX #C9351F Harley Davidson Orange
📋 copy color: '#C9351F'red 201 ◦ green 53 ◦ blue 31
Shades of Harley Davidson Orange #C9351F
Tints of Harley Davidson Orange #C9351F
RGB
CMYK
RGB Variations
Color information
#C9351F (or 0xC9351F) is known color: Harley Davidson Orange. HEX triplet: C9, 35 and 1F. RGB value is (201,53,31). Sum of RGB (Red+Green+Blue) = 201+53+31=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C9351F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9351F is #36CAE0. Grayscale: #5E5E5E. Windows color (decimal): -3590881 or 2045385. OLE color: 2045385.
HSL color Cylindrical-coordinate representation of color #C9351F: hue angle of 7.76º degrees, saturation: 0.73, 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 #C9351F is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 31 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.21 |
| HSL | 7.76º | 0.73% | 0.45% | - |
| HSV(B) | 7.76º | 0.85% | 0.79% | - |
| XYZ | 25.61 | 15.06 | 2.85 | - |
| YUV | 94.74 | 92.03 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 31 | 0 | 0.74 | 0.85 | 0.21 | 7.76 | 0.73 | 0.45 |
| Hex | C9 | 35 | 1F | 0 | 4A | 55 | 15 | 8 | 49 | 2D |
| Octal | 311 | 65 | 37 | 0 | 112 | 125 | 25 | 10 | 111 | 55 |
| Binary | 11001001 | 110101 | 11111 | 0 | 1001010 | 1010101 | 10101 | 1000 | 1001001 | 101101 |
Color Harmonies of #C9351F
Complementary color
Monochromatic Colors of #C9351F
Black with #C9351F
Text Example
Text Example
White with #C9351F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9351F; }
p { color: rgb(201,53,31); }
H1.HeaderClassName
{
color: #C9351F;
}
.AnyTagClassName
{
color: #C9351F;
}
</style>
background-color css
<style>
a { background-color: #C9351F; }
a { background-color: rgb(201,53,31); }
div.DivClassName
{
background-color: #C9351F;
}
.BgClassName
{
background-color: #C9351F;
}
</style>
border-color css
<style>
span { border-color: #C9351F; }
span { border-color: rgb(201,53,31); }
td.TdClassName
{
border-color: #C9351F;
}
.TagClassName
{
border-color: #C9351F;
}
</style>