Html Css Color HEX #C23913 Harley Davidson Orange
📋 copy color: '#C23913'red 194 ◦ green 57 ◦ blue 19
Shades of Harley Davidson Orange #C23913
Tints of Harley Davidson Orange #C23913
RGB
CMYK
RGB Variations
Color information
#C23913 (or 0xC23913) is known color: Harley Davidson Orange. HEX triplet: C2, 39 and 13. RGB value is (194,57,19). Sum of RGB (Red+Green+Blue) = 194+57+19=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C23913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23913 is #3DC6EC. Grayscale: #5D5D5D. Windows color (decimal): -4048621 or 1259970. OLE color: 1259970.
HSL color Cylindrical-coordinate representation of color #C23913: hue angle of 13.03º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C23913 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 19 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.24 |
| HSL | 13.03º | 0.82% | 0.42% | - |
| HSV(B) | 13.03º | 0.9% | 0.76% | - |
| XYZ | 23.83 | 14.44 | 2.15 | - |
| YUV | 93.63 | 85.89 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 19 | 0 | 0.71 | 0.90 | 0.24 | 13.03 | 0.82 | 0.42 |
| Hex | C2 | 39 | 13 | 0 | 47 | 5A | 18 | D | 52 | 2A |
| Octal | 302 | 71 | 23 | 0 | 107 | 132 | 30 | 15 | 122 | 52 |
| Binary | 11000010 | 111001 | 10011 | 0 | 1000111 | 1011010 | 11000 | 1101 | 1010010 | 101010 |
Color Harmonies of #C23913
Complementary color
Monochromatic Colors of #C23913
Black with #C23913
Text Example
Text Example
White with #C23913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23913; }
p { color: rgb(194,57,19); }
H1.HeaderClassName
{
color: #C23913;
}
.AnyTagClassName
{
color: #C23913;
}
</style>
background-color css
<style>
a { background-color: #C23913; }
a { background-color: rgb(194,57,19); }
div.DivClassName
{
background-color: #C23913;
}
.BgClassName
{
background-color: #C23913;
}
</style>
border-color css
<style>
span { border-color: #C23913; }
span { border-color: rgb(194,57,19); }
td.TdClassName
{
border-color: #C23913;
}
.TagClassName
{
border-color: #C23913;
}
</style>