Html Css Color HEX #C23217 Harley Davidson Orange
📋 copy color: '#C23217'red 194 ◦ green 50 ◦ blue 23
Shades of Harley Davidson Orange #C23217
Tints of Harley Davidson Orange #C23217
RGB
CMYK
RGB Variations
Color information
#C23217 (or 0xC23217) is known color: Harley Davidson Orange. HEX triplet: C2, 32 and 17. RGB value is (194,50,23). Sum of RGB (Red+Green+Blue) = 194+50+23=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C23217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23217 is #3DCDE8. Grayscale: #5A5A5A. Windows color (decimal): -4050409 or 1520322. OLE color: 1520322.
HSL color Cylindrical-coordinate representation of color #C23217: hue angle of 9.47º 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 #C23217 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 23 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.24 |
| HSL | 9.47º | 0.79% | 0.43% | - |
| HSV(B) | 9.47º | 0.88% | 0.76% | - |
| XYZ | 23.54 | 13.81 | 2.24 | - |
| YUV | 89.98 | 90.21 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 23 | 0 | 0.74 | 0.88 | 0.24 | 9.47 | 0.79 | 0.43 |
| Hex | C2 | 32 | 17 | 0 | 4A | 58 | 18 | 9 | 4F | 2B |
| Octal | 302 | 62 | 27 | 0 | 112 | 130 | 30 | 11 | 117 | 53 |
| Binary | 11000010 | 110010 | 10111 | 0 | 1001010 | 1011000 | 11000 | 1001 | 1001111 | 101011 |
Color Harmonies of #C23217
Complementary color
Monochromatic Colors of #C23217
Black with #C23217
Text Example
Text Example
White with #C23217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23217; }
p { color: rgb(194,50,23); }
H1.HeaderClassName
{
color: #C23217;
}
.AnyTagClassName
{
color: #C23217;
}
</style>
background-color css
<style>
a { background-color: #C23217; }
a { background-color: rgb(194,50,23); }
div.DivClassName
{
background-color: #C23217;
}
.BgClassName
{
background-color: #C23217;
}
</style>
border-color css
<style>
span { border-color: #C23217; }
span { border-color: rgb(194,50,23); }
td.TdClassName
{
border-color: #C23217;
}
.TagClassName
{
border-color: #C23217;
}
</style>