Html Css Color HEX #C93801 Harley Davidson Orange
📋 copy color: '#C93801'red 201 ◦ green 56 ◦ blue 1
Shades of Harley Davidson Orange #C93801
Tints of Harley Davidson Orange #C93801
RGB
CMYK
RGB Variations
Color information
#C93801 (or 0xC93801) is known color: Harley Davidson Orange. HEX triplet: C9, 38 and 01. RGB value is (201,56,1). Sum of RGB (Red+Green+Blue) = 201+56+1=258 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.91% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 201 - color contains mainly: red. Hex color #C93801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93801 is #36C7FE. Grayscale: #5D5D5D. Windows color (decimal): -3590143 or 80073. OLE color: 80073.
HSL color Cylindrical-coordinate representation of color #C93801: hue angle of 16.5º 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 #C93801 is Cyan = 0, Magento = 0.72, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 1 | - |
| CMYK | 0 | 0.72 | 1.00 | 0.21 |
| HSL | 16.5º | 0.99% | 0.4% | - |
| HSV(B) | 16.5º | 1% | 0.79% | - |
| XYZ | 25.51 | 15.25 | 1.63 | - |
| YUV | 93.09 | 76.04 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 1 | 0 | 0.72 | 1.00 | 0.21 | 16.5 | 0.99 | 0.4 |
| Hex | C9 | 38 | 1 | 0 | 48 | 64 | 15 | 10 | 63 | 28 |
| Octal | 311 | 70 | 1 | 0 | 110 | 144 | 25 | 20 | 143 | 50 |
| Binary | 11001001 | 111000 | 1 | 0 | 1001000 | 1100100 | 10101 | 10000 | 1100011 | 101000 |
Color Harmonies of #C93801
Complementary color
Monochromatic Colors of #C93801
Black with #C93801
Text Example
Text Example
White with #C93801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93801; }
p { color: rgb(201,56,1); }
H1.HeaderClassName
{
color: #C93801;
}
.AnyTagClassName
{
color: #C93801;
}
</style>
background-color css
<style>
a { background-color: #C93801; }
a { background-color: rgb(201,56,1); }
div.DivClassName
{
background-color: #C93801;
}
.BgClassName
{
background-color: #C93801;
}
</style>
border-color css
<style>
span { border-color: #C93801; }
span { border-color: rgb(201,56,1); }
td.TdClassName
{
border-color: #C93801;
}
.TagClassName
{
border-color: #C93801;
}
</style>