Html Css Color HEX #C13912 Harley Davidson Orange
📋 copy color: '#C13912'red 193 ◦ green 57 ◦ blue 18
Shades of Harley Davidson Orange #C13912
Tints of Harley Davidson Orange #C13912
RGB
CMYK
RGB Variations
Color information
#C13912 (or 0xC13912) is known color: Harley Davidson Orange. HEX triplet: C1, 39 and 12. RGB value is (193,57,18). Sum of RGB (Red+Green+Blue) = 193+57+18=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 57 (22.66% from 255 or 21.27% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C13912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13912 is #3EC6ED. Grayscale: #5D5D5D. Windows color (decimal): -4114158 or 1194433. OLE color: 1194433.
HSL color Cylindrical-coordinate representation of color #C13912: hue angle of 13.37º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C13912 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 57 | 18 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.24 |
| HSL | 13.37º | 0.83% | 0.41% | - |
| HSV(B) | 13.37º | 0.91% | 0.76% | - |
| XYZ | 23.56 | 14.31 | 2.09 | - |
| YUV | 93.22 | 85.56 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 57 | 18 | 0 | 0.70 | 0.91 | 0.24 | 13.37 | 0.83 | 0.41 |
| Hex | C1 | 39 | 12 | 0 | 46 | 5B | 18 | D | 53 | 29 |
| Octal | 301 | 71 | 22 | 0 | 106 | 133 | 30 | 15 | 123 | 51 |
| Binary | 11000001 | 111001 | 10010 | 0 | 1000110 | 1011011 | 11000 | 1101 | 1010011 | 101001 |
Color Harmonies of #C13912
Complementary color
Monochromatic Colors of #C13912
Black with #C13912
Text Example
Text Example
White with #C13912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13912; }
p { color: rgb(193,57,18); }
H1.HeaderClassName
{
color: #C13912;
}
.AnyTagClassName
{
color: #C13912;
}
</style>
background-color css
<style>
a { background-color: #C13912; }
a { background-color: rgb(193,57,18); }
div.DivClassName
{
background-color: #C13912;
}
.BgClassName
{
background-color: #C13912;
}
</style>
border-color css
<style>
span { border-color: #C13912; }
span { border-color: rgb(193,57,18); }
td.TdClassName
{
border-color: #C13912;
}
.TagClassName
{
border-color: #C13912;
}
</style>