Html Css Color HEX #C93B16 Harley Davidson Orange
📋 copy color: '#C93B16'red 201 ◦ green 59 ◦ blue 22
Shades of Harley Davidson Orange #C93B16
Tints of Harley Davidson Orange #C93B16
RGB
CMYK
RGB Variations
Color information
#C93B16 (or 0xC93B16) is known color: Harley Davidson Orange. HEX triplet: C9, 3B and 16. RGB value is (201,59,22). Sum of RGB (Red+Green+Blue) = 201+59+22=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C93B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93B16 is #36C4E9. Grayscale: #616161. Windows color (decimal): -3589354 or 1457097. OLE color: 1457097.
HSL color Cylindrical-coordinate representation of color #C93B16: hue angle of 12.4º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C93B16 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 59 | 22 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.21 |
| HSL | 12.4º | 0.8% | 0.44% | - |
| HSV(B) | 12.4º | 0.89% | 0.79% | - |
| XYZ | 25.8 | 15.6 | 2.41 | - |
| YUV | 97.24 | 85.54 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 59 | 22 | 0 | 0.71 | 0.89 | 0.21 | 12.4 | 0.8 | 0.44 |
| Hex | C9 | 3B | 16 | 0 | 47 | 59 | 15 | C | 50 | 2C |
| Octal | 311 | 73 | 26 | 0 | 107 | 131 | 25 | 14 | 120 | 54 |
| Binary | 11001001 | 111011 | 10110 | 0 | 1000111 | 1011001 | 10101 | 1100 | 1010000 | 101100 |
Color Harmonies of #C93B16
Complementary color
Monochromatic Colors of #C93B16
Black with #C93B16
Text Example
Text Example
White with #C93B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93B16; }
p { color: rgb(201,59,22); }
H1.HeaderClassName
{
color: #C93B16;
}
.AnyTagClassName
{
color: #C93B16;
}
</style>
background-color css
<style>
a { background-color: #C93B16; }
a { background-color: rgb(201,59,22); }
div.DivClassName
{
background-color: #C93B16;
}
.BgClassName
{
background-color: #C93B16;
}
</style>
border-color css
<style>
span { border-color: #C93B16; }
span { border-color: rgb(201,59,22); }
td.TdClassName
{
border-color: #C93B16;
}
.TagClassName
{
border-color: #C93B16;
}
</style>