Html Css Color HEX #C93915 Harley Davidson Orange
📋 copy color: '#C93915'red 201 ◦ green 57 ◦ blue 21
Shades of Harley Davidson Orange #C93915
Tints of Harley Davidson Orange #C93915
RGB
CMYK
RGB Variations
Color information
#C93915 (or 0xC93915) is known color: Harley Davidson Orange. HEX triplet: C9, 39 and 15. RGB value is (201,57,21). Sum of RGB (Red+Green+Blue) = 201+57+21=279 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.04% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 201 - color contains mainly: red. Hex color #C93915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93915 is #36C6EA. Grayscale: #606060. Windows color (decimal): -3589867 or 1391049. OLE color: 1391049.
HSL color Cylindrical-coordinate representation of color #C93915: hue angle of 12º 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 #C93915 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 21 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.21 |
| HSL | 12º | 0.81% | 0.44% | - |
| HSV(B) | 12º | 0.9% | 0.79% | - |
| XYZ | 25.69 | 15.4 | 2.33 | - |
| YUV | 95.95 | 85.71 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 21 | 0 | 0.72 | 0.90 | 0.21 | 12 | 0.81 | 0.44 |
| Hex | C9 | 39 | 15 | 0 | 48 | 5A | 15 | C | 51 | 2C |
| Octal | 311 | 71 | 25 | 0 | 110 | 132 | 25 | 14 | 121 | 54 |
| Binary | 11001001 | 111001 | 10101 | 0 | 1001000 | 1011010 | 10101 | 1100 | 1010001 | 101100 |
Color Harmonies of #C93915
Complementary color
Monochromatic Colors of #C93915
Black with #C93915
Text Example
Text Example
White with #C93915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93915; }
p { color: rgb(201,57,21); }
H1.HeaderClassName
{
color: #C93915;
}
.AnyTagClassName
{
color: #C93915;
}
</style>
background-color css
<style>
a { background-color: #C93915; }
a { background-color: rgb(201,57,21); }
div.DivClassName
{
background-color: #C93915;
}
.BgClassName
{
background-color: #C93915;
}
</style>
border-color css
<style>
span { border-color: #C93915; }
span { border-color: rgb(201,57,21); }
td.TdClassName
{
border-color: #C93915;
}
.TagClassName
{
border-color: #C93915;
}
</style>