Html Css Color HEX #C9381D Harley Davidson Orange
📋 copy color: '#C9381D'red 201 ◦ green 56 ◦ blue 29
Shades of Harley Davidson Orange #C9381D
Tints of Harley Davidson Orange #C9381D
RGB
CMYK
RGB Variations
Color information
#C9381D (or 0xC9381D) is known color: Harley Davidson Orange. HEX triplet: C9, 38 and 1D. RGB value is (201,56,29). Sum of RGB (Red+Green+Blue) = 201+56+29=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C9381D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9381D is #36C7E2. Grayscale: #606060. Windows color (decimal): -3590115 or 1915081. OLE color: 1915081.
HSL color Cylindrical-coordinate representation of color #C9381D: hue angle of 9.42º degrees, saturation: 0.75, 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 #C9381D is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 29 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.21 |
| HSL | 9.42º | 0.75% | 0.45% | - |
| HSV(B) | 9.42º | 0.86% | 0.79% | - |
| XYZ | 25.72 | 15.33 | 2.77 | - |
| YUV | 96.28 | 90.04 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 29 | 0 | 0.72 | 0.86 | 0.21 | 9.42 | 0.75 | 0.45 |
| Hex | C9 | 38 | 1D | 0 | 48 | 56 | 15 | 9 | 4B | 2D |
| Octal | 311 | 70 | 35 | 0 | 110 | 126 | 25 | 11 | 113 | 55 |
| Binary | 11001001 | 111000 | 11101 | 0 | 1001000 | 1010110 | 10101 | 1001 | 1001011 | 101101 |
Color Harmonies of #C9381D
Complementary color
Monochromatic Colors of #C9381D
Black with #C9381D
Text Example
Text Example
White with #C9381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9381D; }
p { color: rgb(201,56,29); }
H1.HeaderClassName
{
color: #C9381D;
}
.AnyTagClassName
{
color: #C9381D;
}
</style>
background-color css
<style>
a { background-color: #C9381D; }
a { background-color: rgb(201,56,29); }
div.DivClassName
{
background-color: #C9381D;
}
.BgClassName
{
background-color: #C9381D;
}
</style>
border-color css
<style>
span { border-color: #C9381D; }
span { border-color: rgb(201,56,29); }
td.TdClassName
{
border-color: #C9381D;
}
.TagClassName
{
border-color: #C9381D;
}
</style>