Html Css Color HEX #C93420 Harley Davidson Orange
📋 copy color: '#C93420'red 201 ◦ green 52 ◦ blue 32
Shades of Harley Davidson Orange #C93420
Tints of Harley Davidson Orange #C93420
RGB
CMYK
RGB Variations
Color information
#C93420 (or 0xC93420) is known color: Harley Davidson Orange. HEX triplet: C9, 34 and 20. RGB value is (201,52,32). Sum of RGB (Red+Green+Blue) = 201+52+32=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C93420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93420 is #36CBDF. Grayscale: #5E5E5E. Windows color (decimal): -3591136 or 2110665. OLE color: 2110665.
HSL color Cylindrical-coordinate representation of color #C93420: hue angle of 7.1º 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 #C93420 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 32 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.21 |
| HSL | 7.1º | 0.73% | 0.46% | - |
| HSV(B) | 7.1º | 0.84% | 0.79% | - |
| XYZ | 25.58 | 14.98 | 2.91 | - |
| YUV | 94.27 | 92.86 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 32 | 0 | 0.74 | 0.84 | 0.21 | 7.1 | 0.73 | 0.46 |
| Hex | C9 | 34 | 20 | 0 | 4A | 54 | 15 | 7 | 49 | 2E |
| Octal | 311 | 64 | 40 | 0 | 112 | 124 | 25 | 7 | 111 | 56 |
| Binary | 11001001 | 110100 | 100000 | 0 | 1001010 | 1010100 | 10101 | 111 | 1001001 | 101110 |
Color Harmonies of #C93420
Complementary color
Monochromatic Colors of #C93420
Black with #C93420
Text Example
Text Example
White with #C93420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93420; }
p { color: rgb(201,52,32); }
H1.HeaderClassName
{
color: #C93420;
}
.AnyTagClassName
{
color: #C93420;
}
</style>
background-color css
<style>
a { background-color: #C93420; }
a { background-color: rgb(201,52,32); }
div.DivClassName
{
background-color: #C93420;
}
.BgClassName
{
background-color: #C93420;
}
</style>
border-color css
<style>
span { border-color: #C93420; }
span { border-color: rgb(201,52,32); }
td.TdClassName
{
border-color: #C93420;
}
.TagClassName
{
border-color: #C93420;
}
</style>