Html Css Color HEX #C93901 Harley Davidson Orange
📋 copy color: '#C93901'red 201 ◦ green 57 ◦ blue 1
Shades of Harley Davidson Orange #C93901
Tints of Harley Davidson Orange #C93901
RGB
CMYK
RGB Variations
Color information
#C93901 (or 0xC93901) is known color: Harley Davidson Orange. HEX triplet: C9, 39 and 01. RGB value is (201,57,1). Sum of RGB (Red+Green+Blue) = 201+57+1=259 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.61% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 201 - color contains mainly: red. Hex color #C93901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93901 is #36C6FE. Grayscale: #5E5E5E. Windows color (decimal): -3589887 or 80329. OLE color: 80329.
HSL color Cylindrical-coordinate representation of color #C93901: hue angle of 16.8º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C93901 is Cyan = 0, Magento = 0.72, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 1 | - |
| CMYK | 0 | 0.72 | 1.00 | 0.21 |
| HSL | 16.8º | 0.99% | 0.4% | - |
| HSV(B) | 16.8º | 1% | 0.79% | - |
| XYZ | 25.56 | 15.35 | 1.64 | - |
| YUV | 93.67 | 75.71 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 1 | 0 | 0.72 | 1.00 | 0.21 | 16.8 | 0.99 | 0.4 |
| Hex | C9 | 39 | 1 | 0 | 48 | 64 | 15 | 11 | 63 | 28 |
| Octal | 311 | 71 | 1 | 0 | 110 | 144 | 25 | 21 | 143 | 50 |
| Binary | 11001001 | 111001 | 1 | 0 | 1001000 | 1100100 | 10101 | 10001 | 1100011 | 101000 |
Color Harmonies of #C93901
Complementary color
Monochromatic Colors of #C93901
Black with #C93901
Text Example
Text Example
White with #C93901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93901; }
p { color: rgb(201,57,1); }
H1.HeaderClassName
{
color: #C93901;
}
.AnyTagClassName
{
color: #C93901;
}
</style>
background-color css
<style>
a { background-color: #C93901; }
a { background-color: rgb(201,57,1); }
div.DivClassName
{
background-color: #C93901;
}
.BgClassName
{
background-color: #C93901;
}
</style>
border-color css
<style>
span { border-color: #C93901; }
span { border-color: rgb(201,57,1); }
td.TdClassName
{
border-color: #C93901;
}
.TagClassName
{
border-color: #C93901;
}
</style>