Html Css Color HEX #C93F11 Harley Davidson Orange
📋 copy color: '#C93F11'red 201 ◦ green 63 ◦ blue 17
Shades of Harley Davidson Orange #C93F11
Tints of Harley Davidson Orange #C93F11
RGB
CMYK
RGB Variations
Color information
#C93F11 (or 0xC93F11) is known color: Harley Davidson Orange. HEX triplet: C9, 3F and 11. RGB value is (201,63,17). Sum of RGB (Red+Green+Blue) = 201+63+17=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93F11 is #36C0EE. Grayscale: #636363. Windows color (decimal): -3588335 or 1130441. OLE color: 1130441.
HSL color Cylindrical-coordinate representation of color #C93F11: hue angle of 15º degrees, saturation: 0.84, 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 #C93F11 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 17 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.21 |
| HSL | 15º | 0.84% | 0.43% | - |
| HSV(B) | 15º | 0.92% | 0.79% | - |
| XYZ | 25.97 | 16.01 | 2.25 | - |
| YUV | 99.02 | 81.72 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 17 | 0 | 0.69 | 0.92 | 0.21 | 15 | 0.84 | 0.43 |
| Hex | C9 | 3F | 11 | 0 | 45 | 5C | 15 | F | 54 | 2B |
| Octal | 311 | 77 | 21 | 0 | 105 | 134 | 25 | 17 | 124 | 53 |
| Binary | 11001001 | 111111 | 10001 | 0 | 1000101 | 1011100 | 10101 | 1111 | 1010100 | 101011 |
Color Harmonies of #C93F11
Complementary color
Monochromatic Colors of #C93F11
Black with #C93F11
Text Example
Text Example
White with #C93F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93F11; }
p { color: rgb(201,63,17); }
H1.HeaderClassName
{
color: #C93F11;
}
.AnyTagClassName
{
color: #C93F11;
}
</style>
background-color css
<style>
a { background-color: #C93F11; }
a { background-color: rgb(201,63,17); }
div.DivClassName
{
background-color: #C93F11;
}
.BgClassName
{
background-color: #C93F11;
}
</style>
border-color css
<style>
span { border-color: #C93F11; }
span { border-color: rgb(201,63,17); }
td.TdClassName
{
border-color: #C93F11;
}
.TagClassName
{
border-color: #C93F11;
}
</style>