Html Css Color HEX #C9300A Harley Davidson Orange
📋 copy color: '#C9300A'red 201 ◦ green 48 ◦ blue 10
Shades of Harley Davidson Orange #C9300A
Tints of Harley Davidson Orange #C9300A
RGB
CMYK
RGB Variations
Color information
#C9300A (or 0xC9300A) is known color: Harley Davidson Orange. HEX triplet: C9, 30 and 0A. RGB value is (201,48,10). Sum of RGB (Red+Green+Blue) = 201+48+10=259 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.61% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 201 - color contains mainly: red. Hex color #C9300A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9300A is #36CFF5. Grayscale: #595959. Windows color (decimal): -3592182 or 667849. OLE color: 667849.
HSL color Cylindrical-coordinate representation of color #C9300A: hue angle of 11.94º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9300A is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 10 | - |
| CMYK | 0 | 0.76 | 0.95 | 0.21 |
| HSL | 11.94º | 0.91% | 0.41% | - |
| HSV(B) | 11.94º | 0.95% | 0.79% | - |
| XYZ | 25.2 | 14.55 | 1.77 | - |
| YUV | 89.42 | 83.19 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 10 | 0 | 0.76 | 0.95 | 0.21 | 11.94 | 0.91 | 0.41 |
| Hex | C9 | 30 | A | 0 | 4C | 5F | 15 | C | 5B | 29 |
| Octal | 311 | 60 | 12 | 0 | 114 | 137 | 25 | 14 | 133 | 51 |
| Binary | 11001001 | 110000 | 1010 | 0 | 1001100 | 1011111 | 10101 | 1100 | 1011011 | 101001 |
Color Harmonies of #C9300A
Complementary color
Monochromatic Colors of #C9300A
Black with #C9300A
Text Example
Text Example
White with #C9300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9300A; }
p { color: rgb(201,48,10); }
H1.HeaderClassName
{
color: #C9300A;
}
.AnyTagClassName
{
color: #C9300A;
}
</style>
background-color css
<style>
a { background-color: #C9300A; }
a { background-color: rgb(201,48,10); }
div.DivClassName
{
background-color: #C9300A;
}
.BgClassName
{
background-color: #C9300A;
}
</style>
border-color css
<style>
span { border-color: #C9300A; }
span { border-color: rgb(201,48,10); }
td.TdClassName
{
border-color: #C9300A;
}
.TagClassName
{
border-color: #C9300A;
}
</style>