Html Css Color HEX #C13C23 Harley Davidson Orange
📋 copy color: '#C13C23'red 193 ◦ green 60 ◦ blue 35
Shades of Harley Davidson Orange #C13C23
Tints of Harley Davidson Orange #C13C23
RGB
CMYK
RGB Variations
Color information
#C13C23 (or 0xC13C23) is known color: Harley Davidson Orange. HEX triplet: C1, 3C and 23. RGB value is (193,60,35). Sum of RGB (Red+Green+Blue) = 193+60+35=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13C23 is #3EC3DC. Grayscale: #616161. Windows color (decimal): -4113373 or 2309313. OLE color: 2309313.
HSL color Cylindrical-coordinate representation of color #C13C23: hue angle of 9.49º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C13C23 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 60 | 35 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.24 |
| HSL | 9.49º | 0.69% | 0.45% | - |
| HSV(B) | 9.49º | 0.82% | 0.76% | - |
| XYZ | 23.91 | 14.69 | 3.17 | - |
| YUV | 96.92 | 93.06 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 60 | 35 | 0 | 0.69 | 0.82 | 0.24 | 9.49 | 0.69 | 0.45 |
| Hex | C1 | 3C | 23 | 0 | 45 | 52 | 18 | 9 | 45 | 2D |
| Octal | 301 | 74 | 43 | 0 | 105 | 122 | 30 | 11 | 105 | 55 |
| Binary | 11000001 | 111100 | 100011 | 0 | 1000101 | 1010010 | 11000 | 1001 | 1000101 | 101101 |
Color Harmonies of #C13C23
Complementary color
Monochromatic Colors of #C13C23
Black with #C13C23
Text Example
Text Example
White with #C13C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13C23; }
p { color: rgb(193,60,35); }
H1.HeaderClassName
{
color: #C13C23;
}
.AnyTagClassName
{
color: #C13C23;
}
</style>
background-color css
<style>
a { background-color: #C13C23; }
a { background-color: rgb(193,60,35); }
div.DivClassName
{
background-color: #C13C23;
}
.BgClassName
{
background-color: #C13C23;
}
</style>
border-color css
<style>
span { border-color: #C13C23; }
span { border-color: rgb(193,60,35); }
td.TdClassName
{
border-color: #C13C23;
}
.TagClassName
{
border-color: #C13C23;
}
</style>