Html Css Color HEX #C9381C Harley Davidson Orange
📋 copy color: '#C9381C'red 201 ◦ green 56 ◦ blue 28
Shades of Harley Davidson Orange #C9381C
Tints of Harley Davidson Orange #C9381C
RGB
CMYK
RGB Variations
Color information
#C9381C (or 0xC9381C) is known color: Harley Davidson Orange. HEX triplet: C9, 38 and 1C. RGB value is (201,56,28). Sum of RGB (Red+Green+Blue) = 201+56+28=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C9381C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9381C is #36C7E3. Grayscale: #606060. Windows color (decimal): -3590116 or 1849545. OLE color: 1849545.
HSL color Cylindrical-coordinate representation of color #C9381C: hue angle of 9.71º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9381C is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 28 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.21 |
| HSL | 9.71º | 0.76% | 0.45% | - |
| HSV(B) | 9.71º | 0.86% | 0.79% | - |
| XYZ | 25.71 | 15.33 | 2.7 | - |
| YUV | 96.16 | 89.54 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 28 | 0 | 0.72 | 0.86 | 0.21 | 9.71 | 0.76 | 0.45 |
| Hex | C9 | 38 | 1C | 0 | 48 | 56 | 15 | A | 4C | 2D |
| Octal | 311 | 70 | 34 | 0 | 110 | 126 | 25 | 12 | 114 | 55 |
| Binary | 11001001 | 111000 | 11100 | 0 | 1001000 | 1010110 | 10101 | 1010 | 1001100 | 101101 |
Color Harmonies of #C9381C
Complementary color
Monochromatic Colors of #C9381C
Black with #C9381C
Text Example
Text Example
White with #C9381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9381C; }
p { color: rgb(201,56,28); }
H1.HeaderClassName
{
color: #C9381C;
}
.AnyTagClassName
{
color: #C9381C;
}
</style>
background-color css
<style>
a { background-color: #C9381C; }
a { background-color: rgb(201,56,28); }
div.DivClassName
{
background-color: #C9381C;
}
.BgClassName
{
background-color: #C9381C;
}
</style>
border-color css
<style>
span { border-color: #C9381C; }
span { border-color: rgb(201,56,28); }
td.TdClassName
{
border-color: #C9381C;
}
.TagClassName
{
border-color: #C9381C;
}
</style>