Html Css Color HEX #C23E17 Harley Davidson Orange
📋 copy color: '#C23E17'red 194 ◦ green 62 ◦ blue 23
Shades of Harley Davidson Orange #C23E17
Tints of Harley Davidson Orange #C23E17
RGB
CMYK
RGB Variations
Color information
#C23E17 (or 0xC23E17) is known color: Harley Davidson Orange. HEX triplet: C2, 3E and 17. RGB value is (194,62,23). Sum of RGB (Red+Green+Blue) = 194+62+23=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23E17 is #3DC1E8. Grayscale: #616161. Windows color (decimal): -4047337 or 1523394. OLE color: 1523394.
HSL color Cylindrical-coordinate representation of color #C23E17: hue angle of 13.68º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C23E17 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 62 | 23 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.24 |
| HSL | 13.68º | 0.79% | 0.43% | - |
| HSV(B) | 13.68º | 0.88% | 0.76% | - |
| XYZ | 24.13 | 14.98 | 2.43 | - |
| YUV | 97.02 | 86.23 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 23 | 0 | 0.68 | 0.88 | 0.24 | 13.68 | 0.79 | 0.43 |
| Hex | C2 | 3E | 17 | 0 | 44 | 58 | 18 | E | 4F | 2B |
| Octal | 302 | 76 | 27 | 0 | 104 | 130 | 30 | 16 | 117 | 53 |
| Binary | 11000010 | 111110 | 10111 | 0 | 1000100 | 1011000 | 11000 | 1110 | 1001111 | 101011 |
Color Harmonies of #C23E17
Complementary color
Monochromatic Colors of #C23E17
Black with #C23E17
Text Example
Text Example
White with #C23E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23E17; }
p { color: rgb(194,62,23); }
H1.HeaderClassName
{
color: #C23E17;
}
.AnyTagClassName
{
color: #C23E17;
}
</style>
background-color css
<style>
a { background-color: #C23E17; }
a { background-color: rgb(194,62,23); }
div.DivClassName
{
background-color: #C23E17;
}
.BgClassName
{
background-color: #C23E17;
}
</style>
border-color css
<style>
span { border-color: #C23E17; }
span { border-color: rgb(194,62,23); }
td.TdClassName
{
border-color: #C23E17;
}
.TagClassName
{
border-color: #C23E17;
}
</style>