Html Css Color HEX #C93122 Harley Davidson Orange
📋 copy color: '#C93122'red 201 ◦ green 49 ◦ blue 34
Shades of Harley Davidson Orange #C93122
Tints of Harley Davidson Orange #C93122
RGB
CMYK
RGB Variations
Color information
#C93122 (or 0xC93122) is known color: Harley Davidson Orange. HEX triplet: C9, 31 and 22. RGB value is (201,49,34). Sum of RGB (Red+Green+Blue) = 201+49+34=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 34 (13.67% from 255 or 11.97% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C93122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93122 is #36CEDD. Grayscale: #5C5C5C. Windows color (decimal): -3591902 or 2240969. OLE color: 2240969.
HSL color Cylindrical-coordinate representation of color #C93122: hue angle of 5.39º 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 #C93122 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 34 | - |
| CMYK | 0 | 0.76 | 0.83 | 0.21 |
| HSL | 5.39º | 0.71% | 0.46% | - |
| HSV(B) | 5.39º | 0.83% | 0.79% | - |
| XYZ | 25.47 | 14.73 | 3.01 | - |
| YUV | 92.74 | 94.86 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 34 | 0 | 0.76 | 0.83 | 0.21 | 5.39 | 0.71 | 0.46 |
| Hex | C9 | 31 | 22 | 0 | 4C | 53 | 15 | 5 | 47 | 2E |
| Octal | 311 | 61 | 42 | 0 | 114 | 123 | 25 | 5 | 107 | 56 |
| Binary | 11001001 | 110001 | 100010 | 0 | 1001100 | 1010011 | 10101 | 101 | 1000111 | 101110 |
Color Harmonies of #C93122
Complementary color
Monochromatic Colors of #C93122
Black with #C93122
Text Example
Text Example
White with #C93122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93122; }
p { color: rgb(201,49,34); }
H1.HeaderClassName
{
color: #C93122;
}
.AnyTagClassName
{
color: #C93122;
}
</style>
background-color css
<style>
a { background-color: #C93122; }
a { background-color: rgb(201,49,34); }
div.DivClassName
{
background-color: #C93122;
}
.BgClassName
{
background-color: #C93122;
}
</style>
border-color css
<style>
span { border-color: #C93122; }
span { border-color: rgb(201,49,34); }
td.TdClassName
{
border-color: #C93122;
}
.TagClassName
{
border-color: #C93122;
}
</style>