Html Css Color HEX #C23915 Harley Davidson Orange
📋 copy color: '#C23915'red 194 ◦ green 57 ◦ blue 21
Shades of Harley Davidson Orange #C23915
Tints of Harley Davidson Orange #C23915
RGB
CMYK
RGB Variations
Color information
#C23915 (or 0xC23915) is known color: Harley Davidson Orange. HEX triplet: C2, 39 and 15. RGB value is (194,57,21). Sum of RGB (Red+Green+Blue) = 194+57+21=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C23915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23915 is #3DC6EA. Grayscale: #5E5E5E. Windows color (decimal): -4048619 or 1391042. OLE color: 1391042.
HSL color Cylindrical-coordinate representation of color #C23915: hue angle of 12.49º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C23915 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 21 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.24 |
| HSL | 12.49º | 0.8% | 0.42% | - |
| HSV(B) | 12.49º | 0.89% | 0.76% | - |
| XYZ | 23.85 | 14.45 | 2.24 | - |
| YUV | 93.86 | 86.89 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 21 | 0 | 0.71 | 0.89 | 0.24 | 12.49 | 0.8 | 0.42 |
| Hex | C2 | 39 | 15 | 0 | 47 | 59 | 18 | C | 50 | 2A |
| Octal | 302 | 71 | 25 | 0 | 107 | 131 | 30 | 14 | 120 | 52 |
| Binary | 11000010 | 111001 | 10101 | 0 | 1000111 | 1011001 | 11000 | 1100 | 1010000 | 101010 |
Color Harmonies of #C23915
Complementary color
Monochromatic Colors of #C23915
Black with #C23915
Text Example
Text Example
White with #C23915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23915; }
p { color: rgb(194,57,21); }
H1.HeaderClassName
{
color: #C23915;
}
.AnyTagClassName
{
color: #C23915;
}
</style>
background-color css
<style>
a { background-color: #C23915; }
a { background-color: rgb(194,57,21); }
div.DivClassName
{
background-color: #C23915;
}
.BgClassName
{
background-color: #C23915;
}
</style>
border-color css
<style>
span { border-color: #C23915; }
span { border-color: rgb(194,57,21); }
td.TdClassName
{
border-color: #C23915;
}
.TagClassName
{
border-color: #C23915;
}
</style>