Html Css Color HEX #C93522 Harley Davidson Orange
📋 copy color: '#C93522'red 201 ◦ green 53 ◦ blue 34
Shades of Harley Davidson Orange #C93522
Tints of Harley Davidson Orange #C93522
RGB
CMYK
RGB Variations
Color information
#C93522 (or 0xC93522) is known color: Harley Davidson Orange. HEX triplet: C9, 35 and 22. RGB value is (201,53,34). Sum of RGB (Red+Green+Blue) = 201+53+34=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C93522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93522 is #36CADD. Grayscale: #5F5F5F. Windows color (decimal): -3590878 or 2241993. OLE color: 2241993.
HSL color Cylindrical-coordinate representation of color #C93522: hue angle of 6.83º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C93522 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 34 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.21 |
| HSL | 6.83º | 0.71% | 0.46% | - |
| HSV(B) | 6.83º | 0.83% | 0.79% | - |
| XYZ | 25.65 | 15.08 | 3.07 | - |
| YUV | 95.09 | 93.53 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 34 | 0 | 0.74 | 0.83 | 0.21 | 6.83 | 0.71 | 0.46 |
| Hex | C9 | 35 | 22 | 0 | 4A | 53 | 15 | 7 | 47 | 2E |
| Octal | 311 | 65 | 42 | 0 | 112 | 123 | 25 | 7 | 107 | 56 |
| Binary | 11001001 | 110101 | 100010 | 0 | 1001010 | 1010011 | 10101 | 111 | 1000111 | 101110 |
Color Harmonies of #C93522
Complementary color
Monochromatic Colors of #C93522
Black with #C93522
Text Example
Text Example
White with #C93522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93522; }
p { color: rgb(201,53,34); }
H1.HeaderClassName
{
color: #C93522;
}
.AnyTagClassName
{
color: #C93522;
}
</style>
background-color css
<style>
a { background-color: #C93522; }
a { background-color: rgb(201,53,34); }
div.DivClassName
{
background-color: #C93522;
}
.BgClassName
{
background-color: #C93522;
}
</style>
border-color css
<style>
span { border-color: #C93522; }
span { border-color: rgb(201,53,34); }
td.TdClassName
{
border-color: #C93522;
}
.TagClassName
{
border-color: #C93522;
}
</style>