Html Css Color HEX #C93215 Harley Davidson Orange
📋 copy color: '#C93215'red 201 ◦ green 50 ◦ blue 21
Shades of Harley Davidson Orange #C93215
Tints of Harley Davidson Orange #C93215
RGB
CMYK
RGB Variations
Color information
#C93215 (or 0xC93215) is known color: Harley Davidson Orange. HEX triplet: C9, 32 and 15. RGB value is (201,50,21). Sum of RGB (Red+Green+Blue) = 201+50+21=272 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.90% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 201 - color contains mainly: red. Hex color #C93215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93215 is #36CDEA. Grayscale: #5C5C5C. Windows color (decimal): -3591659 or 1389257. OLE color: 1389257.
HSL color Cylindrical-coordinate representation of color #C93215: hue angle of 9.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C93215 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 21 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.21 |
| HSL | 9.67º | 0.81% | 0.44% | - |
| HSV(B) | 9.67º | 0.9% | 0.79% | - |
| XYZ | 25.36 | 14.75 | 2.22 | - |
| YUV | 91.84 | 88.03 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 21 | 0 | 0.75 | 0.90 | 0.21 | 9.67 | 0.81 | 0.44 |
| Hex | C9 | 32 | 15 | 0 | 4B | 5A | 15 | A | 51 | 2C |
| Octal | 311 | 62 | 25 | 0 | 113 | 132 | 25 | 12 | 121 | 54 |
| Binary | 11001001 | 110010 | 10101 | 0 | 1001011 | 1011010 | 10101 | 1010 | 1010001 | 101100 |
Color Harmonies of #C93215
Complementary color
Monochromatic Colors of #C93215
Black with #C93215
Text Example
Text Example
White with #C93215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93215; }
p { color: rgb(201,50,21); }
H1.HeaderClassName
{
color: #C93215;
}
.AnyTagClassName
{
color: #C93215;
}
</style>
background-color css
<style>
a { background-color: #C93215; }
a { background-color: rgb(201,50,21); }
div.DivClassName
{
background-color: #C93215;
}
.BgClassName
{
background-color: #C93215;
}
</style>
border-color css
<style>
span { border-color: #C93215; }
span { border-color: rgb(201,50,21); }
td.TdClassName
{
border-color: #C93215;
}
.TagClassName
{
border-color: #C93215;
}
</style>