Html Css Color HEX #C9300D Harley Davidson Orange
📋 copy color: '#C9300D'red 201 ◦ green 48 ◦ blue 13
Shades of Harley Davidson Orange #C9300D
Tints of Harley Davidson Orange #C9300D
RGB
CMYK
RGB Variations
Color information
#C9300D (or 0xC9300D) is known color: Harley Davidson Orange. HEX triplet: C9, 30 and 0D. RGB value is (201,48,13). Sum of RGB (Red+Green+Blue) = 201+48+13=262 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.72% from 262); Green value is 48 (19.14% from 255 or 18.32% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 201 - color contains mainly: red. Hex color #C9300D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9300D is #36CFF2. Grayscale: #5A5A5A. Windows color (decimal): -3592179 or 864457. OLE color: 864457.
HSL color Cylindrical-coordinate representation of color #C9300D: hue angle of 11.17º degrees, saturation: 0.88, 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 #C9300D is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 13 | - |
| CMYK | 0 | 0.76 | 0.94 | 0.21 |
| HSL | 11.17º | 0.88% | 0.42% | - |
| HSV(B) | 11.17º | 0.94% | 0.79% | - |
| XYZ | 25.22 | 14.56 | 1.86 | - |
| YUV | 89.76 | 84.69 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 13 | 0 | 0.76 | 0.94 | 0.21 | 11.17 | 0.88 | 0.42 |
| Hex | C9 | 30 | D | 0 | 4C | 5E | 15 | B | 58 | 2A |
| Octal | 311 | 60 | 15 | 0 | 114 | 136 | 25 | 13 | 130 | 52 |
| Binary | 11001001 | 110000 | 1101 | 0 | 1001100 | 1011110 | 10101 | 1011 | 1011000 | 101010 |
Color Harmonies of #C9300D
Complementary color
Monochromatic Colors of #C9300D
Black with #C9300D
Text Example
Text Example
White with #C9300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9300D; }
p { color: rgb(201,48,13); }
H1.HeaderClassName
{
color: #C9300D;
}
.AnyTagClassName
{
color: #C9300D;
}
</style>
background-color css
<style>
a { background-color: #C9300D; }
a { background-color: rgb(201,48,13); }
div.DivClassName
{
background-color: #C9300D;
}
.BgClassName
{
background-color: #C9300D;
}
</style>
border-color css
<style>
span { border-color: #C9300D; }
span { border-color: rgb(201,48,13); }
td.TdClassName
{
border-color: #C9300D;
}
.TagClassName
{
border-color: #C9300D;
}
</style>