Html Css Color HEX #C93517 Harley Davidson Orange
📋 copy color: '#C93517'red 201 ◦ green 53 ◦ blue 23
Shades of Harley Davidson Orange #C93517
Tints of Harley Davidson Orange #C93517
RGB
CMYK
RGB Variations
Color information
#C93517 (or 0xC93517) is known color: Harley Davidson Orange. HEX triplet: C9, 35 and 17. RGB value is (201,53,23). Sum of RGB (Red+Green+Blue) = 201+53+23=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C93517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93517 is #36CAE8. Grayscale: #5E5E5E. Windows color (decimal): -3590889 or 1521097. OLE color: 1521097.
HSL color Cylindrical-coordinate representation of color #C93517: hue angle of 10.11º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C93517 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 23 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.21 |
| HSL | 10.11º | 0.79% | 0.44% | - |
| HSV(B) | 10.11º | 0.89% | 0.79% | - |
| XYZ | 25.52 | 15.03 | 2.37 | - |
| YUV | 93.83 | 88.03 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 23 | 0 | 0.74 | 0.89 | 0.21 | 10.11 | 0.79 | 0.44 |
| Hex | C9 | 35 | 17 | 0 | 4A | 59 | 15 | A | 4F | 2C |
| Octal | 311 | 65 | 27 | 0 | 112 | 131 | 25 | 12 | 117 | 54 |
| Binary | 11001001 | 110101 | 10111 | 0 | 1001010 | 1011001 | 10101 | 1010 | 1001111 | 101100 |
Color Harmonies of #C93517
Complementary color
Monochromatic Colors of #C93517
Black with #C93517
Text Example
Text Example
White with #C93517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93517; }
p { color: rgb(201,53,23); }
H1.HeaderClassName
{
color: #C93517;
}
.AnyTagClassName
{
color: #C93517;
}
</style>
background-color css
<style>
a { background-color: #C93517; }
a { background-color: rgb(201,53,23); }
div.DivClassName
{
background-color: #C93517;
}
.BgClassName
{
background-color: #C93517;
}
</style>
border-color css
<style>
span { border-color: #C93517; }
span { border-color: rgb(201,53,23); }
td.TdClassName
{
border-color: #C93517;
}
.TagClassName
{
border-color: #C93517;
}
</style>