Html Css Color HEX #C23119 Harley Davidson Orange
📋 copy color: '#C23119'red 194 ◦ green 49 ◦ blue 25
Shades of Harley Davidson Orange #C23119
Tints of Harley Davidson Orange #C23119
RGB
CMYK
RGB Variations
Color information
#C23119 (or 0xC23119) is known color: Harley Davidson Orange. HEX triplet: C2, 31 and 19. RGB value is (194,49,25). Sum of RGB (Red+Green+Blue) = 194+49+25=268 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.39% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 194 - color contains mainly: red. Hex color #C23119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23119 is #3DCEE6. Grayscale: #595959. Windows color (decimal): -4050663 or 1651138. OLE color: 1651138.
HSL color Cylindrical-coordinate representation of color #C23119: hue angle of 8.52º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C23119 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 25 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.24 |
| HSL | 8.52º | 0.77% | 0.43% | - |
| HSV(B) | 8.52º | 0.87% | 0.76% | - |
| XYZ | 23.52 | 13.74 | 2.33 | - |
| YUV | 89.62 | 91.54 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 25 | 0 | 0.75 | 0.87 | 0.24 | 8.52 | 0.77 | 0.43 |
| Hex | C2 | 31 | 19 | 0 | 4B | 57 | 18 | 9 | 4D | 2B |
| Octal | 302 | 61 | 31 | 0 | 113 | 127 | 30 | 11 | 115 | 53 |
| Binary | 11000010 | 110001 | 11001 | 0 | 1001011 | 1010111 | 11000 | 1001 | 1001101 | 101011 |
Color Harmonies of #C23119
Complementary color
Monochromatic Colors of #C23119
Black with #C23119
Text Example
Text Example
White with #C23119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23119; }
p { color: rgb(194,49,25); }
H1.HeaderClassName
{
color: #C23119;
}
.AnyTagClassName
{
color: #C23119;
}
</style>
background-color css
<style>
a { background-color: #C23119; }
a { background-color: rgb(194,49,25); }
div.DivClassName
{
background-color: #C23119;
}
.BgClassName
{
background-color: #C23119;
}
</style>
border-color css
<style>
span { border-color: #C23119; }
span { border-color: rgb(194,49,25); }
td.TdClassName
{
border-color: #C23119;
}
.TagClassName
{
border-color: #C23119;
}
</style>