Html Css Color HEX #C23C11 Harley Davidson Orange
📋 copy color: '#C23C11'red 194 ◦ green 60 ◦ blue 17
Shades of Harley Davidson Orange #C23C11
Tints of Harley Davidson Orange #C23C11
RGB
CMYK
RGB Variations
Color information
#C23C11 (or 0xC23C11) is known color: Harley Davidson Orange. HEX triplet: C2, 3C and 11. RGB value is (194,60,17). Sum of RGB (Red+Green+Blue) = 194+60+17=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23C11 is #3DC3EE. Grayscale: #5F5F5F. Windows color (decimal): -4047855 or 1129666. OLE color: 1129666.
HSL color Cylindrical-coordinate representation of color #C23C11: hue angle of 14.58º 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 #C23C11 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 17 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.24 |
| HSL | 14.58º | 0.84% | 0.41% | - |
| HSV(B) | 14.58º | 0.91% | 0.76% | - |
| XYZ | 23.97 | 14.74 | 2.11 | - |
| YUV | 95.16 | 83.89 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 17 | 0 | 0.69 | 0.91 | 0.24 | 14.58 | 0.84 | 0.41 |
| Hex | C2 | 3C | 11 | 0 | 45 | 5B | 18 | F | 54 | 29 |
| Octal | 302 | 74 | 21 | 0 | 105 | 133 | 30 | 17 | 124 | 51 |
| Binary | 11000010 | 111100 | 10001 | 0 | 1000101 | 1011011 | 11000 | 1111 | 1010100 | 101001 |
Color Harmonies of #C23C11
Complementary color
Monochromatic Colors of #C23C11
Black with #C23C11
Text Example
Text Example
White with #C23C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C11; }
p { color: rgb(194,60,17); }
H1.HeaderClassName
{
color: #C23C11;
}
.AnyTagClassName
{
color: #C23C11;
}
</style>
background-color css
<style>
a { background-color: #C23C11; }
a { background-color: rgb(194,60,17); }
div.DivClassName
{
background-color: #C23C11;
}
.BgClassName
{
background-color: #C23C11;
}
</style>
border-color css
<style>
span { border-color: #C23C11; }
span { border-color: rgb(194,60,17); }
td.TdClassName
{
border-color: #C23C11;
}
.TagClassName
{
border-color: #C23C11;
}
</style>