Html Css Color HEX #C93521 Harley Davidson Orange
📋 copy color: '#C93521'red 201 ◦ green 53 ◦ blue 33
Shades of Harley Davidson Orange #C93521
Tints of Harley Davidson Orange #C93521
RGB
CMYK
RGB Variations
Color information
#C93521 (or 0xC93521) is known color: Harley Davidson Orange. HEX triplet: C9, 35 and 21. RGB value is (201,53,33). Sum of RGB (Red+Green+Blue) = 201+53+33=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C93521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93521 is #36CADE. Grayscale: #5F5F5F. Windows color (decimal): -3590879 or 2176457. OLE color: 2176457.
HSL color Cylindrical-coordinate representation of color #C93521: hue angle of 7.14º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C93521 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 33 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.21 |
| HSL | 7.14º | 0.72% | 0.46% | - |
| HSV(B) | 7.14º | 0.84% | 0.79% | - |
| XYZ | 25.64 | 15.07 | 3 | - |
| YUV | 94.97 | 93.03 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 33 | 0 | 0.74 | 0.84 | 0.21 | 7.14 | 0.72 | 0.46 |
| Hex | C9 | 35 | 21 | 0 | 4A | 54 | 15 | 7 | 48 | 2E |
| Octal | 311 | 65 | 41 | 0 | 112 | 124 | 25 | 7 | 110 | 56 |
| Binary | 11001001 | 110101 | 100001 | 0 | 1001010 | 1010100 | 10101 | 111 | 1001000 | 101110 |
Color Harmonies of #C93521
Complementary color
Monochromatic Colors of #C93521
Black with #C93521
Text Example
Text Example
White with #C93521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93521; }
p { color: rgb(201,53,33); }
H1.HeaderClassName
{
color: #C93521;
}
.AnyTagClassName
{
color: #C93521;
}
</style>
background-color css
<style>
a { background-color: #C93521; }
a { background-color: rgb(201,53,33); }
div.DivClassName
{
background-color: #C93521;
}
.BgClassName
{
background-color: #C93521;
}
</style>
border-color css
<style>
span { border-color: #C93521; }
span { border-color: rgb(201,53,33); }
td.TdClassName
{
border-color: #C93521;
}
.TagClassName
{
border-color: #C93521;
}
</style>