Html Css Color HEX #C23611 Harley Davidson Orange
📋 copy color: '#C23611'red 194 ◦ green 54 ◦ blue 17
Shades of Harley Davidson Orange #C23611
Tints of Harley Davidson Orange #C23611
RGB
CMYK
RGB Variations
Color information
#C23611 (or 0xC23611) is known color: Harley Davidson Orange. HEX triplet: C2, 36 and 11. RGB value is (194,54,17). Sum of RGB (Red+Green+Blue) = 194+54+17=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C23611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23611 is #3DC9EE. Grayscale: #5B5B5B. Windows color (decimal): -4049391 or 1128130. OLE color: 1128130.
HSL color Cylindrical-coordinate representation of color #C23611: hue angle of 12.54º 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 #C23611 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 17 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.24 |
| HSL | 12.54º | 0.84% | 0.41% | - |
| HSV(B) | 12.54º | 0.91% | 0.76% | - |
| XYZ | 23.67 | 14.15 | 2.01 | - |
| YUV | 91.64 | 85.88 | 201.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 17 | 0 | 0.72 | 0.91 | 0.24 | 12.54 | 0.84 | 0.41 |
| Hex | C2 | 36 | 11 | 0 | 48 | 5B | 18 | D | 54 | 29 |
| Octal | 302 | 66 | 21 | 0 | 110 | 133 | 30 | 15 | 124 | 51 |
| Binary | 11000010 | 110110 | 10001 | 0 | 1001000 | 1011011 | 11000 | 1101 | 1010100 | 101001 |
Color Harmonies of #C23611
Complementary color
Monochromatic Colors of #C23611
Black with #C23611
Text Example
Text Example
White with #C23611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23611; }
p { color: rgb(194,54,17); }
H1.HeaderClassName
{
color: #C23611;
}
.AnyTagClassName
{
color: #C23611;
}
</style>
background-color css
<style>
a { background-color: #C23611; }
a { background-color: rgb(194,54,17); }
div.DivClassName
{
background-color: #C23611;
}
.BgClassName
{
background-color: #C23611;
}
</style>
border-color css
<style>
span { border-color: #C23611; }
span { border-color: rgb(194,54,17); }
td.TdClassName
{
border-color: #C23611;
}
.TagClassName
{
border-color: #C23611;
}
</style>