Html Css Color HEX #C23B11 Harley Davidson Orange
📋 copy color: '#C23B11'red 194 ◦ green 59 ◦ blue 17
Shades of Harley Davidson Orange #C23B11
Tints of Harley Davidson Orange #C23B11
RGB
CMYK
RGB Variations
Color information
#C23B11 (or 0xC23B11) is known color: Harley Davidson Orange. HEX triplet: C2, 3B and 11. RGB value is (194,59,17). Sum of RGB (Red+Green+Blue) = 194+59+17=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23B11 is #3DC4EE. Grayscale: #5E5E5E. Windows color (decimal): -4048111 or 1129410. OLE color: 1129410.
HSL color Cylindrical-coordinate representation of color #C23B11: hue angle of 14.24º 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 #C23B11 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 59 | 17 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.24 |
| HSL | 14.24º | 0.84% | 0.41% | - |
| HSV(B) | 14.24º | 0.91% | 0.76% | - |
| XYZ | 23.91 | 14.64 | 2.1 | - |
| YUV | 94.58 | 84.23 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 17 | 0 | 0.70 | 0.91 | 0.24 | 14.24 | 0.84 | 0.41 |
| Hex | C2 | 3B | 11 | 0 | 46 | 5B | 18 | E | 54 | 29 |
| Octal | 302 | 73 | 21 | 0 | 106 | 133 | 30 | 16 | 124 | 51 |
| Binary | 11000010 | 111011 | 10001 | 0 | 1000110 | 1011011 | 11000 | 1110 | 1010100 | 101001 |
Color Harmonies of #C23B11
Complementary color
Monochromatic Colors of #C23B11
Black with #C23B11
Text Example
Text Example
White with #C23B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23B11; }
p { color: rgb(194,59,17); }
H1.HeaderClassName
{
color: #C23B11;
}
.AnyTagClassName
{
color: #C23B11;
}
</style>
background-color css
<style>
a { background-color: #C23B11; }
a { background-color: rgb(194,59,17); }
div.DivClassName
{
background-color: #C23B11;
}
.BgClassName
{
background-color: #C23B11;
}
</style>
border-color css
<style>
span { border-color: #C23B11; }
span { border-color: rgb(194,59,17); }
td.TdClassName
{
border-color: #C23B11;
}
.TagClassName
{
border-color: #C23B11;
}
</style>