Html Css Color HEX #C93701 Harley Davidson Orange
📋 copy color: '#C93701'red 201 ◦ green 55 ◦ blue 1
Shades of Harley Davidson Orange #C93701
Tints of Harley Davidson Orange #C93701
RGB
CMYK
RGB Variations
Color information
#C93701 (or 0xC93701) is known color: Harley Davidson Orange. HEX triplet: C9, 37 and 01. RGB value is (201,55,1). Sum of RGB (Red+Green+Blue) = 201+55+1=257 (34% of max value = 765). Red value is 201 (78.91% from 255 or 78.21% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 201 - color contains mainly: red. Hex color #C93701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93701 is #36C8FE. Grayscale: #5C5C5C. Windows color (decimal): -3590399 or 79817. OLE color: 79817.
HSL color Cylindrical-coordinate representation of color #C93701: hue angle of 16.2º 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 #C93701 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 55 | 1 | - |
| CMYK | 0 | 0.73 | 1.00 | 0.21 |
| HSL | 16.2º | 0.99% | 0.4% | - |
| HSV(B) | 16.2º | 1% | 0.79% | - |
| XYZ | 25.46 | 15.15 | 1.61 | - |
| YUV | 92.5 | 76.37 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 1 | 0 | 0.73 | 1.00 | 0.21 | 16.2 | 0.99 | 0.4 |
| Hex | C9 | 37 | 1 | 0 | 49 | 64 | 15 | 10 | 63 | 28 |
| Octal | 311 | 67 | 1 | 0 | 111 | 144 | 25 | 20 | 143 | 50 |
| Binary | 11001001 | 110111 | 1 | 0 | 1001001 | 1100100 | 10101 | 10000 | 1100011 | 101000 |
Color Harmonies of #C93701
Complementary color
Monochromatic Colors of #C93701
Black with #C93701
Text Example
Text Example
White with #C93701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93701; }
p { color: rgb(201,55,1); }
H1.HeaderClassName
{
color: #C93701;
}
.AnyTagClassName
{
color: #C93701;
}
</style>
background-color css
<style>
a { background-color: #C93701; }
a { background-color: rgb(201,55,1); }
div.DivClassName
{
background-color: #C93701;
}
.BgClassName
{
background-color: #C93701;
}
</style>
border-color css
<style>
span { border-color: #C93701; }
span { border-color: rgb(201,55,1); }
td.TdClassName
{
border-color: #C93701;
}
.TagClassName
{
border-color: #C93701;
}
</style>