Html Css Color HEX #C93301 Harley Davidson Orange
📋 copy color: '#C93301'red 201 ◦ green 51 ◦ blue 1
Shades of Harley Davidson Orange #C93301
Tints of Harley Davidson Orange #C93301
RGB
CMYK
RGB Variations
Color information
#C93301 (or 0xC93301) is known color: Harley Davidson Orange. HEX triplet: C9, 33 and 01. RGB value is (201,51,1). Sum of RGB (Red+Green+Blue) = 201+51+1=253 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.45% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 201 - color contains mainly: red. Hex color #C93301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93301 is #36CCFE. Grayscale: #5A5A5A. Windows color (decimal): -3591423 or 78793. OLE color: 78793.
HSL color Cylindrical-coordinate representation of color #C93301: hue angle of 15º 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 #C93301 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 1 | - |
| CMYK | 0 | 0.75 | 1.00 | 0.21 |
| HSL | 15º | 0.99% | 0.4% | - |
| HSV(B) | 15º | 1% | 0.79% | - |
| XYZ | 25.28 | 14.79 | 1.55 | - |
| YUV | 90.15 | 77.7 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 1 | 0 | 0.75 | 1.00 | 0.21 | 15 | 0.99 | 0.4 |
| Hex | C9 | 33 | 1 | 0 | 4B | 64 | 15 | F | 63 | 28 |
| Octal | 311 | 63 | 1 | 0 | 113 | 144 | 25 | 17 | 143 | 50 |
| Binary | 11001001 | 110011 | 1 | 0 | 1001011 | 1100100 | 10101 | 1111 | 1100011 | 101000 |
Color Harmonies of #C93301
Complementary color
Monochromatic Colors of #C93301
Black with #C93301
Text Example
Text Example
White with #C93301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93301; }
p { color: rgb(201,51,1); }
H1.HeaderClassName
{
color: #C93301;
}
.AnyTagClassName
{
color: #C93301;
}
</style>
background-color css
<style>
a { background-color: #C93301; }
a { background-color: rgb(201,51,1); }
div.DivClassName
{
background-color: #C93301;
}
.BgClassName
{
background-color: #C93301;
}
</style>
border-color css
<style>
span { border-color: #C93301; }
span { border-color: rgb(201,51,1); }
td.TdClassName
{
border-color: #C93301;
}
.TagClassName
{
border-color: #C93301;
}
</style>