Html Css Color HEX #C23711 Harley Davidson Orange
📋 copy color: '#C23711'red 194 ◦ green 55 ◦ blue 17
Shades of Harley Davidson Orange #C23711
Tints of Harley Davidson Orange #C23711
RGB
CMYK
RGB Variations
Color information
#C23711 (or 0xC23711) is known color: Harley Davidson Orange. HEX triplet: C2, 37 and 11. RGB value is (194,55,17). Sum of RGB (Red+Green+Blue) = 194+55+17=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C23711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23711 is #3DC8EE. Grayscale: #5C5C5C. Windows color (decimal): -4049135 or 1128386. OLE color: 1128386.
HSL color Cylindrical-coordinate representation of color #C23711: hue angle of 12.88º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C23711 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 17 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.24 |
| HSL | 12.88º | 0.84% | 0.41% | - |
| HSV(B) | 12.88º | 0.91% | 0.76% | - |
| XYZ | 23.72 | 14.24 | 2.03 | - |
| YUV | 92.23 | 85.55 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 17 | 0 | 0.72 | 0.91 | 0.24 | 12.88 | 0.84 | 0.41 |
| Hex | C2 | 37 | 11 | 0 | 48 | 5B | 18 | D | 54 | 29 |
| Octal | 302 | 67 | 21 | 0 | 110 | 133 | 30 | 15 | 124 | 51 |
| Binary | 11000010 | 110111 | 10001 | 0 | 1001000 | 1011011 | 11000 | 1101 | 1010100 | 101001 |
Color Harmonies of #C23711
Complementary color
Monochromatic Colors of #C23711
Black with #C23711
Text Example
Text Example
White with #C23711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23711; }
p { color: rgb(194,55,17); }
H1.HeaderClassName
{
color: #C23711;
}
.AnyTagClassName
{
color: #C23711;
}
</style>
background-color css
<style>
a { background-color: #C23711; }
a { background-color: rgb(194,55,17); }
div.DivClassName
{
background-color: #C23711;
}
.BgClassName
{
background-color: #C23711;
}
</style>
border-color css
<style>
span { border-color: #C23711; }
span { border-color: rgb(194,55,17); }
td.TdClassName
{
border-color: #C23711;
}
.TagClassName
{
border-color: #C23711;
}
</style>