Html Css Color HEX #C23118 Harley Davidson Orange
📋 copy color: '#C23118'red 194 ◦ green 49 ◦ blue 24
Shades of Harley Davidson Orange #C23118
Tints of Harley Davidson Orange #C23118
RGB
CMYK
RGB Variations
Color information
#C23118 (or 0xC23118) is known color: Harley Davidson Orange. HEX triplet: C2, 31 and 18. RGB value is (194,49,24). Sum of RGB (Red+Green+Blue) = 194+49+24=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C23118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23118 is #3DCEE7. Grayscale: #595959. Windows color (decimal): -4050664 or 1585602. OLE color: 1585602.
HSL color Cylindrical-coordinate representation of color #C23118: hue angle of 8.82º degrees, saturation: 0.78, 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 #C23118 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 24 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.24 |
| HSL | 8.82º | 0.78% | 0.43% | - |
| HSV(B) | 8.82º | 0.88% | 0.76% | - |
| XYZ | 23.51 | 13.73 | 2.28 | - |
| YUV | 89.51 | 91.04 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 24 | 0 | 0.75 | 0.88 | 0.24 | 8.82 | 0.78 | 0.43 |
| Hex | C2 | 31 | 18 | 0 | 4B | 58 | 18 | 9 | 4E | 2B |
| Octal | 302 | 61 | 30 | 0 | 113 | 130 | 30 | 11 | 116 | 53 |
| Binary | 11000010 | 110001 | 11000 | 0 | 1001011 | 1011000 | 11000 | 1001 | 1001110 | 101011 |
Color Harmonies of #C23118
Complementary color
Monochromatic Colors of #C23118
Black with #C23118
Text Example
Text Example
White with #C23118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23118; }
p { color: rgb(194,49,24); }
H1.HeaderClassName
{
color: #C23118;
}
.AnyTagClassName
{
color: #C23118;
}
</style>
background-color css
<style>
a { background-color: #C23118; }
a { background-color: rgb(194,49,24); }
div.DivClassName
{
background-color: #C23118;
}
.BgClassName
{
background-color: #C23118;
}
</style>
border-color css
<style>
span { border-color: #C23118; }
span { border-color: rgb(194,49,24); }
td.TdClassName
{
border-color: #C23118;
}
.TagClassName
{
border-color: #C23118;
}
</style>