Html Css Color HEX #C9320B Harley Davidson Orange
📋 copy color: '#C9320B'red 201 ◦ green 50 ◦ blue 11
Shades of Harley Davidson Orange #C9320B
Tints of Harley Davidson Orange #C9320B
RGB
CMYK
RGB Variations
Color information
#C9320B (or 0xC9320B) is known color: Harley Davidson Orange. HEX triplet: C9, 32 and 0B. RGB value is (201,50,11). Sum of RGB (Red+Green+Blue) = 201+50+11=262 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.72% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 201 - color contains mainly: red. Hex color #C9320B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9320B is #36CDF4. Grayscale: #5B5B5B. Windows color (decimal): -3591669 or 733897. OLE color: 733897.
HSL color Cylindrical-coordinate representation of color #C9320B: hue angle of 12.32º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9320B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 11 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.21 |
| HSL | 12.32º | 0.9% | 0.42% | - |
| HSV(B) | 12.32º | 0.95% | 0.79% | - |
| XYZ | 25.29 | 14.72 | 1.83 | - |
| YUV | 90.7 | 83.03 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 11 | 0 | 0.75 | 0.95 | 0.21 | 12.32 | 0.9 | 0.42 |
| Hex | C9 | 32 | B | 0 | 4B | 5F | 15 | C | 5A | 2A |
| Octal | 311 | 62 | 13 | 0 | 113 | 137 | 25 | 14 | 132 | 52 |
| Binary | 11001001 | 110010 | 1011 | 0 | 1001011 | 1011111 | 10101 | 1100 | 1011010 | 101010 |
Color Harmonies of #C9320B
Complementary color
Monochromatic Colors of #C9320B
Black with #C9320B
Text Example
Text Example
White with #C9320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9320B; }
p { color: rgb(201,50,11); }
H1.HeaderClassName
{
color: #C9320B;
}
.AnyTagClassName
{
color: #C9320B;
}
</style>
background-color css
<style>
a { background-color: #C9320B; }
a { background-color: rgb(201,50,11); }
div.DivClassName
{
background-color: #C9320B;
}
.BgClassName
{
background-color: #C9320B;
}
</style>
border-color css
<style>
span { border-color: #C9320B; }
span { border-color: rgb(201,50,11); }
td.TdClassName
{
border-color: #C9320B;
}
.TagClassName
{
border-color: #C9320B;
}
</style>