Html Css Color HEX #C93009 Harley Davidson Orange
📋 copy color: '#C93009'red 201 ◦ green 48 ◦ blue 9
Shades of Harley Davidson Orange #C93009
Tints of Harley Davidson Orange #C93009
RGB
CMYK
RGB Variations
Color information
#C93009 (or 0xC93009) is known color: Harley Davidson Orange. HEX triplet: C9, 30 and 09. RGB value is (201,48,9). Sum of RGB (Red+Green+Blue) = 201+48+9=258 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.91% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 201 - color contains mainly: red. Hex color #C93009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93009 is #36CFF6. Grayscale: #595959. Windows color (decimal): -3592183 or 602313. OLE color: 602313.
HSL color Cylindrical-coordinate representation of color #C93009: hue angle of 12.19º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C93009 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 9 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.21 |
| HSL | 12.19º | 0.91% | 0.41% | - |
| HSV(B) | 12.19º | 0.96% | 0.79% | - |
| XYZ | 25.19 | 14.55 | 1.74 | - |
| YUV | 89.3 | 82.69 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 9 | 0 | 0.76 | 0.96 | 0.21 | 12.19 | 0.91 | 0.41 |
| Hex | C9 | 30 | 9 | 0 | 4C | 60 | 15 | C | 5B | 29 |
| Octal | 311 | 60 | 11 | 0 | 114 | 140 | 25 | 14 | 133 | 51 |
| Binary | 11001001 | 110000 | 1001 | 0 | 1001100 | 1100000 | 10101 | 1100 | 1011011 | 101001 |
Color Harmonies of #C93009
Complementary color
Monochromatic Colors of #C93009
Black with #C93009
Text Example
Text Example
White with #C93009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93009; }
p { color: rgb(201,48,9); }
H1.HeaderClassName
{
color: #C93009;
}
.AnyTagClassName
{
color: #C93009;
}
</style>
background-color css
<style>
a { background-color: #C93009; }
a { background-color: rgb(201,48,9); }
div.DivClassName
{
background-color: #C93009;
}
.BgClassName
{
background-color: #C93009;
}
</style>
border-color css
<style>
span { border-color: #C93009; }
span { border-color: rgb(201,48,9); }
td.TdClassName
{
border-color: #C93009;
}
.TagClassName
{
border-color: #C93009;
}
</style>