Html Css Color HEX #C93A0C Harley Davidson Orange
📋 copy color: '#C93A0C'red 201 ◦ green 58 ◦ blue 12
Shades of Harley Davidson Orange #C93A0C
Tints of Harley Davidson Orange #C93A0C
RGB
CMYK
RGB Variations
Color information
#C93A0C (or 0xC93A0C) is known color: Harley Davidson Orange. HEX triplet: C9, 3A and 0C. RGB value is (201,58,12). Sum of RGB (Red+Green+Blue) = 201+58+12=271 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.17% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93A0C is #36C5F3. Grayscale: #5F5F5F. Windows color (decimal): -3589620 or 801481. OLE color: 801481.
HSL color Cylindrical-coordinate representation of color #C93A0C: hue angle of 14.6º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C93A0C is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 12 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.21 |
| HSL | 14.6º | 0.89% | 0.42% | - |
| HSV(B) | 14.6º | 0.94% | 0.79% | - |
| XYZ | 25.67 | 15.47 | 1.98 | - |
| YUV | 95.51 | 80.88 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 12 | 0 | 0.71 | 0.94 | 0.21 | 14.6 | 0.89 | 0.42 |
| Hex | C9 | 3A | C | 0 | 47 | 5E | 15 | F | 59 | 2A |
| Octal | 311 | 72 | 14 | 0 | 107 | 136 | 25 | 17 | 131 | 52 |
| Binary | 11001001 | 111010 | 1100 | 0 | 1000111 | 1011110 | 10101 | 1111 | 1011001 | 101010 |
Color Harmonies of #C93A0C
Complementary color
Monochromatic Colors of #C93A0C
Black with #C93A0C
Text Example
Text Example
White with #C93A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93A0C; }
p { color: rgb(201,58,12); }
H1.HeaderClassName
{
color: #C93A0C;
}
.AnyTagClassName
{
color: #C93A0C;
}
</style>
background-color css
<style>
a { background-color: #C93A0C; }
a { background-color: rgb(201,58,12); }
div.DivClassName
{
background-color: #C93A0C;
}
.BgClassName
{
background-color: #C93A0C;
}
</style>
border-color css
<style>
span { border-color: #C93A0C; }
span { border-color: rgb(201,58,12); }
td.TdClassName
{
border-color: #C93A0C;
}
.TagClassName
{
border-color: #C93A0C;
}
</style>