Html Css Color HEX #C93206 Harley Davidson Orange
📋 copy color: '#C93206'red 201 ◦ green 50 ◦ blue 6
Shades of Harley Davidson Orange #C93206
Tints of Harley Davidson Orange #C93206
RGB
CMYK
RGB Variations
Color information
#C93206 (or 0xC93206) is known color: Harley Davidson Orange. HEX triplet: C9, 32 and 06. RGB value is (201,50,6). Sum of RGB (Red+Green+Blue) = 201+50+6=257 (34% of max value = 765). Red value is 201 (78.91% from 255 or 78.21% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 201 - color contains mainly: red. Hex color #C93206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93206 is #36CDF9. Grayscale: #5A5A5A. Windows color (decimal): -3591674 or 406217. OLE color: 406217.
HSL color Cylindrical-coordinate representation of color #C93206: hue angle of 13.54º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C93206 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 6 | - |
| CMYK | 0 | 0.75 | 0.97 | 0.21 |
| HSL | 13.54º | 0.94% | 0.41% | - |
| HSV(B) | 13.54º | 0.97% | 0.79% | - |
| XYZ | 25.26 | 14.71 | 1.68 | - |
| YUV | 90.13 | 80.53 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 6 | 0 | 0.75 | 0.97 | 0.21 | 13.54 | 0.94 | 0.41 |
| Hex | C9 | 32 | 6 | 0 | 4B | 61 | 15 | E | 5E | 29 |
| Octal | 311 | 62 | 6 | 0 | 113 | 141 | 25 | 16 | 136 | 51 |
| Binary | 11001001 | 110010 | 110 | 0 | 1001011 | 1100001 | 10101 | 1110 | 1011110 | 101001 |
Color Harmonies of #C93206
Complementary color
Monochromatic Colors of #C93206
Black with #C93206
Text Example
Text Example
White with #C93206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93206; }
p { color: rgb(201,50,6); }
H1.HeaderClassName
{
color: #C93206;
}
.AnyTagClassName
{
color: #C93206;
}
</style>
background-color css
<style>
a { background-color: #C93206; }
a { background-color: rgb(201,50,6); }
div.DivClassName
{
background-color: #C93206;
}
.BgClassName
{
background-color: #C93206;
}
</style>
border-color css
<style>
span { border-color: #C93206; }
span { border-color: rgb(201,50,6); }
td.TdClassName
{
border-color: #C93206;
}
.TagClassName
{
border-color: #C93206;
}
</style>