Html Css Color HEX #C23010 Harley Davidson Orange
📋 copy color: '#C23010'red 194 ◦ green 48 ◦ blue 16
Shades of Harley Davidson Orange #C23010
Tints of Harley Davidson Orange #C23010
RGB
CMYK
RGB Variations
Color information
#C23010 (or 0xC23010) is known color: Harley Davidson Orange. HEX triplet: C2, 30 and 10. RGB value is (194,48,16). Sum of RGB (Red+Green+Blue) = 194+48+16=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C23010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23010 is #3DCFEF. Grayscale: #585858. Windows color (decimal): -4050928 or 1061058. OLE color: 1061058.
HSL color Cylindrical-coordinate representation of color #C23010: hue angle of 10.79º 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 #C23010 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 16 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.24 |
| HSL | 10.79º | 0.85% | 0.41% | - |
| HSV(B) | 10.79º | 0.92% | 0.76% | - |
| XYZ | 23.4 | 13.62 | 1.89 | - |
| YUV | 88.01 | 87.37 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 16 | 0 | 0.75 | 0.92 | 0.24 | 10.79 | 0.85 | 0.41 |
| Hex | C2 | 30 | 10 | 0 | 4B | 5C | 18 | B | 55 | 29 |
| Octal | 302 | 60 | 20 | 0 | 113 | 134 | 30 | 13 | 125 | 51 |
| Binary | 11000010 | 110000 | 10000 | 0 | 1001011 | 1011100 | 11000 | 1011 | 1010101 | 101001 |
Color Harmonies of #C23010
Complementary color
Monochromatic Colors of #C23010
Black with #C23010
Text Example
Text Example
White with #C23010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23010; }
p { color: rgb(194,48,16); }
H1.HeaderClassName
{
color: #C23010;
}
.AnyTagClassName
{
color: #C23010;
}
</style>
background-color css
<style>
a { background-color: #C23010; }
a { background-color: rgb(194,48,16); }
div.DivClassName
{
background-color: #C23010;
}
.BgClassName
{
background-color: #C23010;
}
</style>
border-color css
<style>
span { border-color: #C23010; }
span { border-color: rgb(194,48,16); }
td.TdClassName
{
border-color: #C23010;
}
.TagClassName
{
border-color: #C23010;
}
</style>