Html Css Color HEX #C93322 Harley Davidson Orange
📋 copy color: '#C93322'red 201 ◦ green 51 ◦ blue 34
Shades of Harley Davidson Orange #C93322
Tints of Harley Davidson Orange #C93322
RGB
CMYK
RGB Variations
Color information
#C93322 (or 0xC93322) is known color: Harley Davidson Orange. HEX triplet: C9, 33 and 22. RGB value is (201,51,34). Sum of RGB (Red+Green+Blue) = 201+51+34=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C93322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93322 is #36CCDD. Grayscale: #5E5E5E. Windows color (decimal): -3591390 or 2241481. OLE color: 2241481.
HSL color Cylindrical-coordinate representation of color #C93322: hue angle of 6.11º 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 #C93322 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 51 | 34 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.21 |
| HSL | 6.11º | 0.71% | 0.46% | - |
| HSV(B) | 6.11º | 0.83% | 0.79% | - |
| XYZ | 25.56 | 14.9 | 3.04 | - |
| YUV | 93.91 | 94.2 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 51 | 34 | 0 | 0.75 | 0.83 | 0.21 | 6.11 | 0.71 | 0.46 |
| Hex | C9 | 33 | 22 | 0 | 4B | 53 | 15 | 6 | 47 | 2E |
| Octal | 311 | 63 | 42 | 0 | 113 | 123 | 25 | 6 | 107 | 56 |
| Binary | 11001001 | 110011 | 100010 | 0 | 1001011 | 1010011 | 10101 | 110 | 1000111 | 101110 |
Color Harmonies of #C93322
Complementary color
Monochromatic Colors of #C93322
Black with #C93322
Text Example
Text Example
White with #C93322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93322; }
p { color: rgb(201,51,34); }
H1.HeaderClassName
{
color: #C93322;
}
.AnyTagClassName
{
color: #C93322;
}
</style>
background-color css
<style>
a { background-color: #C93322; }
a { background-color: rgb(201,51,34); }
div.DivClassName
{
background-color: #C93322;
}
.BgClassName
{
background-color: #C93322;
}
</style>
border-color css
<style>
span { border-color: #C93322; }
span { border-color: rgb(201,51,34); }
td.TdClassName
{
border-color: #C93322;
}
.TagClassName
{
border-color: #C93322;
}
</style>