Html Css Color HEX #C93221 Harley Davidson Orange
📋 copy color: '#C93221'red 201 ◦ green 50 ◦ blue 33
Shades of Harley Davidson Orange #C93221
Tints of Harley Davidson Orange #C93221
RGB
CMYK
RGB Variations
Color information
#C93221 (or 0xC93221) is known color: Harley Davidson Orange. HEX triplet: C9, 32 and 21. RGB value is (201,50,33). Sum of RGB (Red+Green+Blue) = 201+50+33=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 50 (19.92% from 255 or 17.61% from 284); Blue value is 33 (13.28% from 255 or 11.62% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C93221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93221 is #36CDDE. Grayscale: #5D5D5D. Windows color (decimal): -3591647 or 2175689. OLE color: 2175689.
HSL color Cylindrical-coordinate representation of color #C93221: hue angle of 6.07º 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 #C93221 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 33 | - |
| CMYK | 0 | 0.75 | 0.84 | 0.21 |
| HSL | 6.07º | 0.72% | 0.46% | - |
| HSV(B) | 6.07º | 0.84% | 0.79% | - |
| XYZ | 25.5 | 14.81 | 2.95 | - |
| YUV | 93.21 | 94.03 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 33 | 0 | 0.75 | 0.84 | 0.21 | 6.07 | 0.72 | 0.46 |
| Hex | C9 | 32 | 21 | 0 | 4B | 54 | 15 | 6 | 48 | 2E |
| Octal | 311 | 62 | 41 | 0 | 113 | 124 | 25 | 6 | 110 | 56 |
| Binary | 11001001 | 110010 | 100001 | 0 | 1001011 | 1010100 | 10101 | 110 | 1001000 | 101110 |
Color Harmonies of #C93221
Complementary color
Monochromatic Colors of #C93221
Black with #C93221
Text Example
Text Example
White with #C93221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93221; }
p { color: rgb(201,50,33); }
H1.HeaderClassName
{
color: #C93221;
}
.AnyTagClassName
{
color: #C93221;
}
</style>
background-color css
<style>
a { background-color: #C93221; }
a { background-color: rgb(201,50,33); }
div.DivClassName
{
background-color: #C93221;
}
.BgClassName
{
background-color: #C93221;
}
</style>
border-color css
<style>
span { border-color: #C93221; }
span { border-color: rgb(201,50,33); }
td.TdClassName
{
border-color: #C93221;
}
.TagClassName
{
border-color: #C93221;
}
</style>