Html Css Color HEX #C23211 Harley Davidson Orange
📋 copy color: '#C23211'red 194 ◦ green 50 ◦ blue 17
Shades of Harley Davidson Orange #C23211
Tints of Harley Davidson Orange #C23211
RGB
CMYK
RGB Variations
Color information
#C23211 (or 0xC23211) is known color: Harley Davidson Orange. HEX triplet: C2, 32 and 11. RGB value is (194,50,17). Sum of RGB (Red+Green+Blue) = 194+50+17=261 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.33% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 194 - color contains mainly: red. Hex color #C23211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23211 is #3DCDEE. Grayscale: #595959. Windows color (decimal): -4050415 or 1127106. OLE color: 1127106.
HSL color Cylindrical-coordinate representation of color #C23211: hue angle of 11.19º 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 #C23211 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 17 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.24 |
| HSL | 11.19º | 0.84% | 0.41% | - |
| HSV(B) | 11.19º | 0.91% | 0.76% | - |
| XYZ | 23.49 | 13.79 | 1.95 | - |
| YUV | 89.29 | 87.21 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 17 | 0 | 0.74 | 0.91 | 0.24 | 11.19 | 0.84 | 0.41 |
| Hex | C2 | 32 | 11 | 0 | 4A | 5B | 18 | B | 54 | 29 |
| Octal | 302 | 62 | 21 | 0 | 112 | 133 | 30 | 13 | 124 | 51 |
| Binary | 11000010 | 110010 | 10001 | 0 | 1001010 | 1011011 | 11000 | 1011 | 1010100 | 101001 |
Color Harmonies of #C23211
Complementary color
Monochromatic Colors of #C23211
Black with #C23211
Text Example
Text Example
White with #C23211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23211; }
p { color: rgb(194,50,17); }
H1.HeaderClassName
{
color: #C23211;
}
.AnyTagClassName
{
color: #C23211;
}
</style>
background-color css
<style>
a { background-color: #C23211; }
a { background-color: rgb(194,50,17); }
div.DivClassName
{
background-color: #C23211;
}
.BgClassName
{
background-color: #C23211;
}
</style>
border-color css
<style>
span { border-color: #C23211; }
span { border-color: rgb(194,50,17); }
td.TdClassName
{
border-color: #C23211;
}
.TagClassName
{
border-color: #C23211;
}
</style>