Html Css Color HEX #C93A10 Harley Davidson Orange
📋 copy color: '#C93A10'red 201 ◦ green 58 ◦ blue 16
Shades of Harley Davidson Orange #C93A10
Tints of Harley Davidson Orange #C93A10
RGB
CMYK
RGB Variations
Color information
#C93A10 (or 0xC93A10) is known color: Harley Davidson Orange. HEX triplet: C9, 3A and 10. RGB value is (201,58,16). Sum of RGB (Red+Green+Blue) = 201+58+16=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93A10 is #36C5EF. Grayscale: #606060. Windows color (decimal): -3589616 or 1063625. OLE color: 1063625.
HSL color Cylindrical-coordinate representation of color #C93A10: hue angle of 13.62º 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 #C93A10 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 16 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.21 |
| HSL | 13.62º | 0.85% | 0.43% | - |
| HSV(B) | 13.62º | 0.92% | 0.79% | - |
| XYZ | 25.69 | 15.48 | 2.12 | - |
| YUV | 95.97 | 82.88 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 16 | 0 | 0.71 | 0.92 | 0.21 | 13.62 | 0.85 | 0.43 |
| Hex | C9 | 3A | 10 | 0 | 47 | 5C | 15 | E | 55 | 2B |
| Octal | 311 | 72 | 20 | 0 | 107 | 134 | 25 | 16 | 125 | 53 |
| Binary | 11001001 | 111010 | 10000 | 0 | 1000111 | 1011100 | 10101 | 1110 | 1010101 | 101011 |
Color Harmonies of #C93A10
Complementary color
Monochromatic Colors of #C93A10
Black with #C93A10
Text Example
Text Example
White with #C93A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93A10; }
p { color: rgb(201,58,16); }
H1.HeaderClassName
{
color: #C93A10;
}
.AnyTagClassName
{
color: #C93A10;
}
</style>
background-color css
<style>
a { background-color: #C93A10; }
a { background-color: rgb(201,58,16); }
div.DivClassName
{
background-color: #C93A10;
}
.BgClassName
{
background-color: #C93A10;
}
</style>
border-color css
<style>
span { border-color: #C93A10; }
span { border-color: rgb(201,58,16); }
td.TdClassName
{
border-color: #C93A10;
}
.TagClassName
{
border-color: #C93A10;
}
</style>