Html Css Color HEX #C93A0A Harley Davidson Orange
📋 copy color: '#C93A0A'red 201 ◦ green 58 ◦ blue 10
Shades of Harley Davidson Orange #C93A0A
Tints of Harley Davidson Orange #C93A0A
RGB
CMYK
RGB Variations
Color information
#C93A0A (or 0xC93A0A) is known color: Harley Davidson Orange. HEX triplet: C9, 3A and 0A. RGB value is (201,58,10). Sum of RGB (Red+Green+Blue) = 201+58+10=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93A0A is #36C5F5. Grayscale: #5F5F5F. Windows color (decimal): -3589622 or 670409. OLE color: 670409.
HSL color Cylindrical-coordinate representation of color #C93A0A: hue angle of 15.08º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C93A0A is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 10 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.21 |
| HSL | 15.08º | 0.91% | 0.41% | - |
| HSV(B) | 15.08º | 0.95% | 0.79% | - |
| XYZ | 25.66 | 15.47 | 1.92 | - |
| YUV | 95.29 | 79.88 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 10 | 0 | 0.71 | 0.95 | 0.21 | 15.08 | 0.91 | 0.41 |
| Hex | C9 | 3A | A | 0 | 47 | 5F | 15 | F | 5B | 29 |
| Octal | 311 | 72 | 12 | 0 | 107 | 137 | 25 | 17 | 133 | 51 |
| Binary | 11001001 | 111010 | 1010 | 0 | 1000111 | 1011111 | 10101 | 1111 | 1011011 | 101001 |
Color Harmonies of #C93A0A
Complementary color
Monochromatic Colors of #C93A0A
Black with #C93A0A
Text Example
Text Example
White with #C93A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93A0A; }
p { color: rgb(201,58,10); }
H1.HeaderClassName
{
color: #C93A0A;
}
.AnyTagClassName
{
color: #C93A0A;
}
</style>
background-color css
<style>
a { background-color: #C93A0A; }
a { background-color: rgb(201,58,10); }
div.DivClassName
{
background-color: #C93A0A;
}
.BgClassName
{
background-color: #C93A0A;
}
</style>
border-color css
<style>
span { border-color: #C93A0A; }
span { border-color: rgb(201,58,10); }
td.TdClassName
{
border-color: #C93A0A;
}
.TagClassName
{
border-color: #C93A0A;
}
</style>