Html Css Color HEX #C93A01 Harley Davidson Orange
📋 copy color: '#C93A01'red 201 ◦ green 58 ◦ blue 1
Shades of Harley Davidson Orange #C93A01
Tints of Harley Davidson Orange #C93A01
RGB
CMYK
RGB Variations
Color information
#C93A01 (or 0xC93A01) is known color: Harley Davidson Orange. HEX triplet: C9, 3A and 01. RGB value is (201,58,1). Sum of RGB (Red+Green+Blue) = 201+58+1=260 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.31% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93A01 is #36C5FE. Grayscale: #5E5E5E. Windows color (decimal): -3589631 or 80585. OLE color: 80585.
HSL color Cylindrical-coordinate representation of color #C93A01: hue angle of 17.1º 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 #C93A01 is Cyan = 0, Magento = 0.71, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 1 | - |
| CMYK | 0 | 0.71 | 1.00 | 0.21 |
| HSL | 17.1º | 0.99% | 0.4% | - |
| HSV(B) | 17.1º | 1% | 0.79% | - |
| XYZ | 25.61 | 15.45 | 1.66 | - |
| YUV | 94.26 | 75.38 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 1 | 0 | 0.71 | 1.00 | 0.21 | 17.1 | 0.99 | 0.4 |
| Hex | C9 | 3A | 1 | 0 | 47 | 64 | 15 | 11 | 63 | 28 |
| Octal | 311 | 72 | 1 | 0 | 107 | 144 | 25 | 21 | 143 | 50 |
| Binary | 11001001 | 111010 | 1 | 0 | 1000111 | 1100100 | 10101 | 10001 | 1100011 | 101000 |
Color Harmonies of #C93A01
Complementary color
Monochromatic Colors of #C93A01
Black with #C93A01
Text Example
Text Example
White with #C93A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93A01; }
p { color: rgb(201,58,1); }
H1.HeaderClassName
{
color: #C93A01;
}
.AnyTagClassName
{
color: #C93A01;
}
</style>
background-color css
<style>
a { background-color: #C93A01; }
a { background-color: rgb(201,58,1); }
div.DivClassName
{
background-color: #C93A01;
}
.BgClassName
{
background-color: #C93A01;
}
</style>
border-color css
<style>
span { border-color: #C93A01; }
span { border-color: rgb(201,58,1); }
td.TdClassName
{
border-color: #C93A01;
}
.TagClassName
{
border-color: #C93A01;
}
</style>