Html Css Color HEX #C93209 Harley Davidson Orange
📋 copy color: '#C93209'red 201 ◦ green 50 ◦ blue 9
Shades of Harley Davidson Orange #C93209
Tints of Harley Davidson Orange #C93209
RGB
CMYK
RGB Variations
Color information
#C93209 (or 0xC93209) is known color: Harley Davidson Orange. HEX triplet: C9, 32 and 09. RGB value is (201,50,9). Sum of RGB (Red+Green+Blue) = 201+50+9=260 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.31% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 201 - color contains mainly: red. Hex color #C93209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93209 is #36CDF6. Grayscale: #5A5A5A. Windows color (decimal): -3591671 or 602825. OLE color: 602825.
HSL color Cylindrical-coordinate representation of color #C93209: hue angle of 12.81º 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 #C93209 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 9 | - |
| CMYK | 0 | 0.75 | 0.96 | 0.21 |
| HSL | 12.81º | 0.91% | 0.41% | - |
| HSV(B) | 12.81º | 0.96% | 0.79% | - |
| XYZ | 25.28 | 14.72 | 1.77 | - |
| YUV | 90.48 | 82.03 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 9 | 0 | 0.75 | 0.96 | 0.21 | 12.81 | 0.91 | 0.41 |
| Hex | C9 | 32 | 9 | 0 | 4B | 60 | 15 | D | 5B | 29 |
| Octal | 311 | 62 | 11 | 0 | 113 | 140 | 25 | 15 | 133 | 51 |
| Binary | 11001001 | 110010 | 1001 | 0 | 1001011 | 1100000 | 10101 | 1101 | 1011011 | 101001 |
Color Harmonies of #C93209
Complementary color
Monochromatic Colors of #C93209
Black with #C93209
Text Example
Text Example
White with #C93209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93209; }
p { color: rgb(201,50,9); }
H1.HeaderClassName
{
color: #C93209;
}
.AnyTagClassName
{
color: #C93209;
}
</style>
background-color css
<style>
a { background-color: #C93209; }
a { background-color: rgb(201,50,9); }
div.DivClassName
{
background-color: #C93209;
}
.BgClassName
{
background-color: #C93209;
}
</style>
border-color css
<style>
span { border-color: #C93209; }
span { border-color: rgb(201,50,9); }
td.TdClassName
{
border-color: #C93209;
}
.TagClassName
{
border-color: #C93209;
}
</style>