Html Css Color HEX #C93001 Harley Davidson Orange
📋 copy color: '#C93001'red 201 ◦ green 48 ◦ blue 1
Shades of Harley Davidson Orange #C93001
Tints of Harley Davidson Orange #C93001
RGB
CMYK
RGB Variations
Color information
#C93001 (or 0xC93001) is known color: Harley Davidson Orange. HEX triplet: C9, 30 and 01. RGB value is (201,48,1). Sum of RGB (Red+Green+Blue) = 201+48+1=250 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.4% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 201 - color contains mainly: red. Hex color #C93001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93001 is #36CFFE. Grayscale: #585858. Windows color (decimal): -3592191 or 78025. OLE color: 78025.
HSL color Cylindrical-coordinate representation of color #C93001: hue angle of 14.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 #C93001 is Cyan = 0, Magento = 0.76, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 1 | - |
| CMYK | 0 | 0.76 | 1.00 | 0.21 |
| HSL | 14.1º | 0.99% | 0.4% | - |
| HSV(B) | 14.1º | 1% | 0.79% | - |
| XYZ | 25.15 | 14.53 | 1.51 | - |
| YUV | 88.39 | 78.69 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 1 | 0 | 0.76 | 1.00 | 0.21 | 14.1 | 0.99 | 0.4 |
| Hex | C9 | 30 | 1 | 0 | 4C | 64 | 15 | E | 63 | 28 |
| Octal | 311 | 60 | 1 | 0 | 114 | 144 | 25 | 16 | 143 | 50 |
| Binary | 11001001 | 110000 | 1 | 0 | 1001100 | 1100100 | 10101 | 1110 | 1100011 | 101000 |
Color Harmonies of #C93001
Complementary color
Monochromatic Colors of #C93001
Black with #C93001
Text Example
Text Example
White with #C93001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93001; }
p { color: rgb(201,48,1); }
H1.HeaderClassName
{
color: #C93001;
}
.AnyTagClassName
{
color: #C93001;
}
</style>
background-color css
<style>
a { background-color: #C93001; }
a { background-color: rgb(201,48,1); }
div.DivClassName
{
background-color: #C93001;
}
.BgClassName
{
background-color: #C93001;
}
</style>
border-color css
<style>
span { border-color: #C93001; }
span { border-color: rgb(201,48,1); }
td.TdClassName
{
border-color: #C93001;
}
.TagClassName
{
border-color: #C93001;
}
</style>