Html Css Color HEX #C23710 Harley Davidson Orange
📋 copy color: '#C23710'red 194 ◦ green 55 ◦ blue 16
Shades of Harley Davidson Orange #C23710
Tints of Harley Davidson Orange #C23710
RGB
CMYK
RGB Variations
Color information
#C23710 (or 0xC23710) is known color: Harley Davidson Orange. HEX triplet: C2, 37 and 10. RGB value is (194,55,16). Sum of RGB (Red+Green+Blue) = 194+55+16=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C23710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23710 is #3DC8EF. Grayscale: #5C5C5C. Windows color (decimal): -4049136 or 1062850. OLE color: 1062850.
HSL color Cylindrical-coordinate representation of color #C23710: hue angle of 13.15º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C23710 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 16 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.24 |
| HSL | 13.15º | 0.85% | 0.41% | - |
| HSV(B) | 13.15º | 0.92% | 0.76% | - |
| XYZ | 23.71 | 14.24 | 1.99 | - |
| YUV | 92.12 | 85.05 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 16 | 0 | 0.72 | 0.92 | 0.24 | 13.15 | 0.85 | 0.41 |
| Hex | C2 | 37 | 10 | 0 | 48 | 5C | 18 | D | 55 | 29 |
| Octal | 302 | 67 | 20 | 0 | 110 | 134 | 30 | 15 | 125 | 51 |
| Binary | 11000010 | 110111 | 10000 | 0 | 1001000 | 1011100 | 11000 | 1101 | 1010101 | 101001 |
Color Harmonies of #C23710
Complementary color
Monochromatic Colors of #C23710
Black with #C23710
Text Example
Text Example
White with #C23710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23710; }
p { color: rgb(194,55,16); }
H1.HeaderClassName
{
color: #C23710;
}
.AnyTagClassName
{
color: #C23710;
}
</style>
background-color css
<style>
a { background-color: #C23710; }
a { background-color: rgb(194,55,16); }
div.DivClassName
{
background-color: #C23710;
}
.BgClassName
{
background-color: #C23710;
}
</style>
border-color css
<style>
span { border-color: #C23710; }
span { border-color: rgb(194,55,16); }
td.TdClassName
{
border-color: #C23710;
}
.TagClassName
{
border-color: #C23710;
}
</style>