Html Css Color HEX #C93920 Harley Davidson Orange
📋 copy color: '#C93920'red 201 ◦ green 57 ◦ blue 32
Shades of Harley Davidson Orange #C93920
Tints of Harley Davidson Orange #C93920
RGB
CMYK
RGB Variations
Color information
#C93920 (or 0xC93920) is known color: Harley Davidson Orange. HEX triplet: C9, 39 and 20. RGB value is (201,57,32). Sum of RGB (Red+Green+Blue) = 201+57+32=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C93920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93920 is #36C6DF. Grayscale: #616161. Windows color (decimal): -3589856 or 2111945. OLE color: 2111945.
HSL color Cylindrical-coordinate representation of color #C93920: hue angle of 8.88º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C93920 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 32 | - |
| CMYK | 0 | 0.72 | 0.84 | 0.21 |
| HSL | 8.88º | 0.73% | 0.46% | - |
| HSV(B) | 8.88º | 0.84% | 0.79% | - |
| XYZ | 25.81 | 15.45 | 2.99 | - |
| YUV | 97.21 | 91.21 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 32 | 0 | 0.72 | 0.84 | 0.21 | 8.88 | 0.73 | 0.46 |
| Hex | C9 | 39 | 20 | 0 | 48 | 54 | 15 | 9 | 49 | 2E |
| Octal | 311 | 71 | 40 | 0 | 110 | 124 | 25 | 11 | 111 | 56 |
| Binary | 11001001 | 111001 | 100000 | 0 | 1001000 | 1010100 | 10101 | 1001 | 1001001 | 101110 |
Color Harmonies of #C93920
Complementary color
Monochromatic Colors of #C93920
Black with #C93920
Text Example
Text Example
White with #C93920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93920; }
p { color: rgb(201,57,32); }
H1.HeaderClassName
{
color: #C93920;
}
.AnyTagClassName
{
color: #C93920;
}
</style>
background-color css
<style>
a { background-color: #C93920; }
a { background-color: rgb(201,57,32); }
div.DivClassName
{
background-color: #C93920;
}
.BgClassName
{
background-color: #C93920;
}
</style>
border-color css
<style>
span { border-color: #C93920; }
span { border-color: rgb(201,57,32); }
td.TdClassName
{
border-color: #C93920;
}
.TagClassName
{
border-color: #C93920;
}
</style>