Html Css Color HEX #C13918 Harley Davidson Orange
📋 copy color: '#C13918'red 193 ◦ green 57 ◦ blue 24
Shades of Harley Davidson Orange #C13918
Tints of Harley Davidson Orange #C13918
RGB
CMYK
RGB Variations
Color information
#C13918 (or 0xC13918) is known color: Harley Davidson Orange. HEX triplet: C1, 39 and 18. RGB value is (193,57,24). Sum of RGB (Red+Green+Blue) = 193+57+24=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C13918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13918 is #3EC6E7. Grayscale: #5E5E5E. Windows color (decimal): -4114152 or 1587649. OLE color: 1587649.
HSL color Cylindrical-coordinate representation of color #C13918: hue angle of 11.72º 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 #C13918 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 57 | 24 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.24 |
| HSL | 11.72º | 0.78% | 0.43% | - |
| HSV(B) | 11.72º | 0.88% | 0.76% | - |
| XYZ | 23.62 | 14.33 | 2.39 | - |
| YUV | 93.9 | 88.56 | 198.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 24 | 0 | 0.70 | 0.88 | 0.24 | 11.72 | 0.78 | 0.43 |
| Hex | C1 | 39 | 18 | 0 | 46 | 58 | 18 | C | 4E | 2B |
| Octal | 301 | 71 | 30 | 0 | 106 | 130 | 30 | 14 | 116 | 53 |
| Binary | 11000001 | 111001 | 11000 | 0 | 1000110 | 1011000 | 11000 | 1100 | 1001110 | 101011 |
Color Harmonies of #C13918
Complementary color
Monochromatic Colors of #C13918
Black with #C13918
Text Example
Text Example
White with #C13918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13918; }
p { color: rgb(193,57,24); }
H1.HeaderClassName
{
color: #C13918;
}
.AnyTagClassName
{
color: #C13918;
}
</style>
background-color css
<style>
a { background-color: #C13918; }
a { background-color: rgb(193,57,24); }
div.DivClassName
{
background-color: #C13918;
}
.BgClassName
{
background-color: #C13918;
}
</style>
border-color css
<style>
span { border-color: #C13918; }
span { border-color: rgb(193,57,24); }
td.TdClassName
{
border-color: #C13918;
}
.TagClassName
{
border-color: #C13918;
}
</style>