Html Css Color HEX #C13F18 Harley Davidson Orange
📋 copy color: '#C13F18'red 193 ◦ green 63 ◦ blue 24
Shades of Harley Davidson Orange #C13F18
Tints of Harley Davidson Orange #C13F18
RGB
CMYK
RGB Variations
Color information
#C13F18 (or 0xC13F18) is known color: Harley Davidson Orange. HEX triplet: C1, 3F and 18. RGB value is (193,63,24). Sum of RGB (Red+Green+Blue) = 193+63+24=280 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.93% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13F18 is #3EC0E7. Grayscale: #616161. Windows color (decimal): -4112616 or 1589185. OLE color: 1589185.
HSL color Cylindrical-coordinate representation of color #C13F18: hue angle of 13.85º 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 #C13F18 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 63 | 24 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.24 |
| HSL | 13.85º | 0.78% | 0.43% | - |
| HSV(B) | 13.85º | 0.88% | 0.76% | - |
| XYZ | 23.93 | 14.96 | 2.49 | - |
| YUV | 97.42 | 86.57 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 63 | 24 | 0 | 0.67 | 0.88 | 0.24 | 13.85 | 0.78 | 0.43 |
| Hex | C1 | 3F | 18 | 0 | 43 | 58 | 18 | E | 4E | 2B |
| Octal | 301 | 77 | 30 | 0 | 103 | 130 | 30 | 16 | 116 | 53 |
| Binary | 11000001 | 111111 | 11000 | 0 | 1000011 | 1011000 | 11000 | 1110 | 1001110 | 101011 |
Color Harmonies of #C13F18
Complementary color
Monochromatic Colors of #C13F18
Black with #C13F18
Text Example
Text Example
White with #C13F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13F18; }
p { color: rgb(193,63,24); }
H1.HeaderClassName
{
color: #C13F18;
}
.AnyTagClassName
{
color: #C13F18;
}
</style>
background-color css
<style>
a { background-color: #C13F18; }
a { background-color: rgb(193,63,24); }
div.DivClassName
{
background-color: #C13F18;
}
.BgClassName
{
background-color: #C13F18;
}
</style>
border-color css
<style>
span { border-color: #C13F18; }
span { border-color: rgb(193,63,24); }
td.TdClassName
{
border-color: #C13F18;
}
.TagClassName
{
border-color: #C13F18;
}
</style>