Html Css Color HEX #C23311 Harley Davidson Orange
📋 copy color: '#C23311'red 194 ◦ green 51 ◦ blue 17
Shades of Harley Davidson Orange #C23311
Tints of Harley Davidson Orange #C23311
RGB
CMYK
RGB Variations
Color information
#C23311 (or 0xC23311) is known color: Harley Davidson Orange. HEX triplet: C2, 33 and 11. RGB value is (194,51,17). Sum of RGB (Red+Green+Blue) = 194+51+17=262 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.05% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 194 - color contains mainly: red. Hex color #C23311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23311 is #3DCCEE. Grayscale: #5A5A5A. Windows color (decimal): -4050159 or 1127362. OLE color: 1127362.
HSL color Cylindrical-coordinate representation of color #C23311: hue angle of 11.53º 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 #C23311 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 17 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.24 |
| HSL | 11.53º | 0.84% | 0.41% | - |
| HSV(B) | 11.53º | 0.91% | 0.76% | - |
| XYZ | 23.53 | 13.88 | 1.97 | - |
| YUV | 89.88 | 86.88 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 17 | 0 | 0.74 | 0.91 | 0.24 | 11.53 | 0.84 | 0.41 |
| Hex | C2 | 33 | 11 | 0 | 4A | 5B | 18 | C | 54 | 29 |
| Octal | 302 | 63 | 21 | 0 | 112 | 133 | 30 | 14 | 124 | 51 |
| Binary | 11000010 | 110011 | 10001 | 0 | 1001010 | 1011011 | 11000 | 1100 | 1010100 | 101001 |
Color Harmonies of #C23311
Complementary color
Monochromatic Colors of #C23311
Black with #C23311
Text Example
Text Example
White with #C23311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23311; }
p { color: rgb(194,51,17); }
H1.HeaderClassName
{
color: #C23311;
}
.AnyTagClassName
{
color: #C23311;
}
</style>
background-color css
<style>
a { background-color: #C23311; }
a { background-color: rgb(194,51,17); }
div.DivClassName
{
background-color: #C23311;
}
.BgClassName
{
background-color: #C23311;
}
</style>
border-color css
<style>
span { border-color: #C23311; }
span { border-color: rgb(194,51,17); }
td.TdClassName
{
border-color: #C23311;
}
.TagClassName
{
border-color: #C23311;
}
</style>