Html Css Color HEX #C9380C Harley Davidson Orange
📋 copy color: '#C9380C'red 201 ◦ green 56 ◦ blue 12
Shades of Harley Davidson Orange #C9380C
Tints of Harley Davidson Orange #C9380C
RGB
CMYK
RGB Variations
Color information
#C9380C (or 0xC9380C) is known color: Harley Davidson Orange. HEX triplet: C9, 38 and 0C. RGB value is (201,56,12). Sum of RGB (Red+Green+Blue) = 201+56+12=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C9380C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9380C is #36C7F3. Grayscale: #5E5E5E. Windows color (decimal): -3590132 or 800969. OLE color: 800969.
HSL color Cylindrical-coordinate representation of color #C9380C: hue angle of 13.97º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9380C is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 12 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.21 |
| HSL | 13.97º | 0.89% | 0.42% | - |
| HSV(B) | 13.97º | 0.94% | 0.79% | - |
| XYZ | 25.57 | 15.27 | 1.95 | - |
| YUV | 94.34 | 81.54 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 12 | 0 | 0.72 | 0.94 | 0.21 | 13.97 | 0.89 | 0.42 |
| Hex | C9 | 38 | C | 0 | 48 | 5E | 15 | E | 59 | 2A |
| Octal | 311 | 70 | 14 | 0 | 110 | 136 | 25 | 16 | 131 | 52 |
| Binary | 11001001 | 111000 | 1100 | 0 | 1001000 | 1011110 | 10101 | 1110 | 1011001 | 101010 |
Color Harmonies of #C9380C
Complementary color
Monochromatic Colors of #C9380C
Black with #C9380C
Text Example
Text Example
White with #C9380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9380C; }
p { color: rgb(201,56,12); }
H1.HeaderClassName
{
color: #C9380C;
}
.AnyTagClassName
{
color: #C9380C;
}
</style>
background-color css
<style>
a { background-color: #C9380C; }
a { background-color: rgb(201,56,12); }
div.DivClassName
{
background-color: #C9380C;
}
.BgClassName
{
background-color: #C9380C;
}
</style>
border-color css
<style>
span { border-color: #C9380C; }
span { border-color: rgb(201,56,12); }
td.TdClassName
{
border-color: #C9380C;
}
.TagClassName
{
border-color: #C9380C;
}
</style>