Html Css Color HEX #C93210 Harley Davidson Orange
📋 copy color: '#C93210'red 201 ◦ green 50 ◦ blue 16
Shades of Harley Davidson Orange #C93210
Tints of Harley Davidson Orange #C93210
RGB
CMYK
RGB Variations
Color information
#C93210 (or 0xC93210) is known color: Harley Davidson Orange. HEX triplet: C9, 32 and 10. RGB value is (201,50,16). Sum of RGB (Red+Green+Blue) = 201+50+16=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C93210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93210 is #36CDEF. Grayscale: #5B5B5B. Windows color (decimal): -3591664 or 1061577. OLE color: 1061577.
HSL color Cylindrical-coordinate representation of color #C93210: hue angle of 11.03º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C93210 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 16 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.21 |
| HSL | 11.03º | 0.85% | 0.43% | - |
| HSV(B) | 11.03º | 0.92% | 0.79% | - |
| XYZ | 25.32 | 14.74 | 2 | - |
| YUV | 91.27 | 85.53 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 16 | 0 | 0.75 | 0.92 | 0.21 | 11.03 | 0.85 | 0.43 |
| Hex | C9 | 32 | 10 | 0 | 4B | 5C | 15 | B | 55 | 2B |
| Octal | 311 | 62 | 20 | 0 | 113 | 134 | 25 | 13 | 125 | 53 |
| Binary | 11001001 | 110010 | 10000 | 0 | 1001011 | 1011100 | 10101 | 1011 | 1010101 | 101011 |
Color Harmonies of #C93210
Complementary color
Monochromatic Colors of #C93210
Black with #C93210
Text Example
Text Example
White with #C93210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93210; }
p { color: rgb(201,50,16); }
H1.HeaderClassName
{
color: #C93210;
}
.AnyTagClassName
{
color: #C93210;
}
</style>
background-color css
<style>
a { background-color: #C93210; }
a { background-color: rgb(201,50,16); }
div.DivClassName
{
background-color: #C93210;
}
.BgClassName
{
background-color: #C93210;
}
</style>
border-color css
<style>
span { border-color: #C93210; }
span { border-color: rgb(201,50,16); }
td.TdClassName
{
border-color: #C93210;
}
.TagClassName
{
border-color: #C93210;
}
</style>