Html Css Color HEX #C23210 Harley Davidson Orange
📋 copy color: '#C23210'red 194 ◦ green 50 ◦ blue 16
Shades of Harley Davidson Orange #C23210
Tints of Harley Davidson Orange #C23210
RGB
CMYK
RGB Variations
Color information
#C23210 (or 0xC23210) is known color: Harley Davidson Orange. HEX triplet: C2, 32 and 10. RGB value is (194,50,16). Sum of RGB (Red+Green+Blue) = 194+50+16=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C23210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23210 is #3DCDEF. Grayscale: #595959. Windows color (decimal): -4050416 or 1061570. OLE color: 1061570.
HSL color Cylindrical-coordinate representation of color #C23210: hue angle of 11.46º 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 #C23210 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 16 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.24 |
| HSL | 11.46º | 0.85% | 0.41% | - |
| HSV(B) | 11.46º | 0.92% | 0.76% | - |
| XYZ | 23.48 | 13.79 | 1.91 | - |
| YUV | 89.18 | 86.71 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 16 | 0 | 0.74 | 0.92 | 0.24 | 11.46 | 0.85 | 0.41 |
| Hex | C2 | 32 | 10 | 0 | 4A | 5C | 18 | B | 55 | 29 |
| Octal | 302 | 62 | 20 | 0 | 112 | 134 | 30 | 13 | 125 | 51 |
| Binary | 11000010 | 110010 | 10000 | 0 | 1001010 | 1011100 | 11000 | 1011 | 1010101 | 101001 |
Color Harmonies of #C23210
Complementary color
Monochromatic Colors of #C23210
Black with #C23210
Text Example
Text Example
White with #C23210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23210; }
p { color: rgb(194,50,16); }
H1.HeaderClassName
{
color: #C23210;
}
.AnyTagClassName
{
color: #C23210;
}
</style>
background-color css
<style>
a { background-color: #C23210; }
a { background-color: rgb(194,50,16); }
div.DivClassName
{
background-color: #C23210;
}
.BgClassName
{
background-color: #C23210;
}
</style>
border-color css
<style>
span { border-color: #C23210; }
span { border-color: rgb(194,50,16); }
td.TdClassName
{
border-color: #C23210;
}
.TagClassName
{
border-color: #C23210;
}
</style>