Html Css Color HEX #C93910 Harley Davidson Orange
📋 copy color: '#C93910'red 201 ◦ green 57 ◦ blue 16
Shades of Harley Davidson Orange #C93910
Tints of Harley Davidson Orange #C93910
RGB
CMYK
RGB Variations
Color information
#C93910 (or 0xC93910) is known color: Harley Davidson Orange. HEX triplet: C9, 39 and 10. RGB value is (201,57,16). Sum of RGB (Red+Green+Blue) = 201+57+16=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C93910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93910 is #36C6EF. Grayscale: #5F5F5F. Windows color (decimal): -3589872 or 1063369. OLE color: 1063369.
HSL color Cylindrical-coordinate representation of color #C93910: hue angle of 13.3º 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 #C93910 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 16 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.21 |
| HSL | 13.3º | 0.85% | 0.43% | - |
| HSV(B) | 13.3º | 0.92% | 0.79% | - |
| XYZ | 25.64 | 15.38 | 2.11 | - |
| YUV | 95.38 | 83.21 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 16 | 0 | 0.72 | 0.92 | 0.21 | 13.3 | 0.85 | 0.43 |
| Hex | C9 | 39 | 10 | 0 | 48 | 5C | 15 | D | 55 | 2B |
| Octal | 311 | 71 | 20 | 0 | 110 | 134 | 25 | 15 | 125 | 53 |
| Binary | 11001001 | 111001 | 10000 | 0 | 1001000 | 1011100 | 10101 | 1101 | 1010101 | 101011 |
Color Harmonies of #C93910
Complementary color
Monochromatic Colors of #C93910
Black with #C93910
Text Example
Text Example
White with #C93910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93910; }
p { color: rgb(201,57,16); }
H1.HeaderClassName
{
color: #C93910;
}
.AnyTagClassName
{
color: #C93910;
}
</style>
background-color css
<style>
a { background-color: #C93910; }
a { background-color: rgb(201,57,16); }
div.DivClassName
{
background-color: #C93910;
}
.BgClassName
{
background-color: #C93910;
}
</style>
border-color css
<style>
span { border-color: #C93910; }
span { border-color: rgb(201,57,16); }
td.TdClassName
{
border-color: #C93910;
}
.TagClassName
{
border-color: #C93910;
}
</style>