Html Css Color HEX #C93811 Harley Davidson Orange
📋 copy color: '#C93811'red 201 ◦ green 56 ◦ blue 17
Shades of Harley Davidson Orange #C93811
Tints of Harley Davidson Orange #C93811
RGB
CMYK
RGB Variations
Color information
#C93811 (or 0xC93811) is known color: Harley Davidson Orange. HEX triplet: C9, 38 and 11. RGB value is (201,56,17). Sum of RGB (Red+Green+Blue) = 201+56+17=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C93811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93811 is #36C7EE. Grayscale: #5F5F5F. Windows color (decimal): -3590127 or 1128649. OLE color: 1128649.
HSL color Cylindrical-coordinate representation of color #C93811: hue angle of 12.72º 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 #C93811 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 17 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.21 |
| HSL | 12.72º | 0.84% | 0.43% | - |
| HSV(B) | 12.72º | 0.92% | 0.79% | - |
| XYZ | 25.6 | 15.29 | 2.13 | - |
| YUV | 94.91 | 84.04 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 17 | 0 | 0.72 | 0.92 | 0.21 | 12.72 | 0.84 | 0.43 |
| Hex | C9 | 38 | 11 | 0 | 48 | 5C | 15 | D | 54 | 2B |
| Octal | 311 | 70 | 21 | 0 | 110 | 134 | 25 | 15 | 124 | 53 |
| Binary | 11001001 | 111000 | 10001 | 0 | 1001000 | 1011100 | 10101 | 1101 | 1010100 | 101011 |
Color Harmonies of #C93811
Complementary color
Monochromatic Colors of #C93811
Black with #C93811
Text Example
Text Example
White with #C93811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93811; }
p { color: rgb(201,56,17); }
H1.HeaderClassName
{
color: #C93811;
}
.AnyTagClassName
{
color: #C93811;
}
</style>
background-color css
<style>
a { background-color: #C93811; }
a { background-color: rgb(201,56,17); }
div.DivClassName
{
background-color: #C93811;
}
.BgClassName
{
background-color: #C93811;
}
</style>
border-color css
<style>
span { border-color: #C93811; }
span { border-color: rgb(201,56,17); }
td.TdClassName
{
border-color: #C93811;
}
.TagClassName
{
border-color: #C93811;
}
</style>