Html Css Color HEX #C93222 Harley Davidson Orange
📋 copy color: '#C93222'red 201 ◦ green 50 ◦ blue 34
Shades of Harley Davidson Orange #C93222
Tints of Harley Davidson Orange #C93222
RGB
CMYK
RGB Variations
Color information
#C93222 (or 0xC93222) is known color: Harley Davidson Orange. HEX triplet: C9, 32 and 22. RGB value is (201,50,34). Sum of RGB (Red+Green+Blue) = 201+50+34=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C93222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93222 is #36CDDD. Grayscale: #5D5D5D. Windows color (decimal): -3591646 or 2241225. OLE color: 2241225.
HSL color Cylindrical-coordinate representation of color #C93222: hue angle of 5.75º 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 #C93222 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 34 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.21 |
| HSL | 5.75º | 0.71% | 0.46% | - |
| HSV(B) | 5.75º | 0.83% | 0.79% | - |
| XYZ | 25.52 | 14.81 | 3.03 | - |
| YUV | 93.33 | 94.53 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 34 | 0 | 0.75 | 0.83 | 0.21 | 5.75 | 0.71 | 0.46 |
| Hex | C9 | 32 | 22 | 0 | 4B | 53 | 15 | 6 | 47 | 2E |
| Octal | 311 | 62 | 42 | 0 | 113 | 123 | 25 | 6 | 107 | 56 |
| Binary | 11001001 | 110010 | 100010 | 0 | 1001011 | 1010011 | 10101 | 110 | 1000111 | 101110 |
Color Harmonies of #C93222
Complementary color
Monochromatic Colors of #C93222
Black with #C93222
Text Example
Text Example
White with #C93222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93222; }
p { color: rgb(201,50,34); }
H1.HeaderClassName
{
color: #C93222;
}
.AnyTagClassName
{
color: #C93222;
}
</style>
background-color css
<style>
a { background-color: #C93222; }
a { background-color: rgb(201,50,34); }
div.DivClassName
{
background-color: #C93222;
}
.BgClassName
{
background-color: #C93222;
}
</style>
border-color css
<style>
span { border-color: #C93222; }
span { border-color: rgb(201,50,34); }
td.TdClassName
{
border-color: #C93222;
}
.TagClassName
{
border-color: #C93222;
}
</style>