Html Css Color HEX #C9341A Harley Davidson Orange
📋 copy color: '#C9341A'red 201 ◦ green 52 ◦ blue 26
Shades of Harley Davidson Orange #C9341A
Tints of Harley Davidson Orange #C9341A
RGB
CMYK
RGB Variations
Color information
#C9341A (or 0xC9341A) is known color: Harley Davidson Orange. HEX triplet: C9, 34 and 1A. RGB value is (201,52,26). Sum of RGB (Red+Green+Blue) = 201+52+26=279 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.04% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 201 - color contains mainly: red. Hex color #C9341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9341A is #36CBE5. Grayscale: #5D5D5D. Windows color (decimal): -3591142 or 1717449. OLE color: 1717449.
HSL color Cylindrical-coordinate representation of color #C9341A: hue angle of 8.91º 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 #C9341A is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 26 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.21 |
| HSL | 8.91º | 0.77% | 0.45% | - |
| HSV(B) | 8.91º | 0.87% | 0.79% | - |
| XYZ | 25.5 | 14.95 | 2.52 | - |
| YUV | 93.59 | 89.86 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 26 | 0 | 0.74 | 0.87 | 0.21 | 8.91 | 0.77 | 0.45 |
| Hex | C9 | 34 | 1A | 0 | 4A | 57 | 15 | 9 | 4D | 2D |
| Octal | 311 | 64 | 32 | 0 | 112 | 127 | 25 | 11 | 115 | 55 |
| Binary | 11001001 | 110100 | 11010 | 0 | 1001010 | 1010111 | 10101 | 1001 | 1001101 | 101101 |
Color Harmonies of #C9341A
Complementary color
Monochromatic Colors of #C9341A
Black with #C9341A
Text Example
Text Example
White with #C9341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9341A; }
p { color: rgb(201,52,26); }
H1.HeaderClassName
{
color: #C9341A;
}
.AnyTagClassName
{
color: #C9341A;
}
</style>
background-color css
<style>
a { background-color: #C9341A; }
a { background-color: rgb(201,52,26); }
div.DivClassName
{
background-color: #C9341A;
}
.BgClassName
{
background-color: #C9341A;
}
</style>
border-color css
<style>
span { border-color: #C9341A; }
span { border-color: rgb(201,52,26); }
td.TdClassName
{
border-color: #C9341A;
}
.TagClassName
{
border-color: #C9341A;
}
</style>