Html Css Color HEX #C13412 Harley Davidson Orange
📋 copy color: '#C13412'red 193 ◦ green 52 ◦ blue 18
Shades of Harley Davidson Orange #C13412
Tints of Harley Davidson Orange #C13412
RGB
CMYK
RGB Variations
Color information
#C13412 (or 0xC13412) is known color: Harley Davidson Orange. HEX triplet: C1, 34 and 12. RGB value is (193,52,18). Sum of RGB (Red+Green+Blue) = 193+52+18=263 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.38% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 193 - color contains mainly: red. Hex color #C13412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13412 is #3ECBED. Grayscale: #5A5A5A. Windows color (decimal): -4115438 or 1193153. OLE color: 1193153.
HSL color Cylindrical-coordinate representation of color #C13412: hue angle of 11.66º 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 #C13412 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 18 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.24 |
| HSL | 11.66º | 0.83% | 0.41% | - |
| HSV(B) | 11.66º | 0.91% | 0.76% | - |
| XYZ | 23.33 | 13.84 | 2.01 | - |
| YUV | 90.28 | 87.21 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 18 | 0 | 0.73 | 0.91 | 0.24 | 11.66 | 0.83 | 0.41 |
| Hex | C1 | 34 | 12 | 0 | 49 | 5B | 18 | C | 53 | 29 |
| Octal | 301 | 64 | 22 | 0 | 111 | 133 | 30 | 14 | 123 | 51 |
| Binary | 11000001 | 110100 | 10010 | 0 | 1001001 | 1011011 | 11000 | 1100 | 1010011 | 101001 |
Color Harmonies of #C13412
Complementary color
Monochromatic Colors of #C13412
Black with #C13412
Text Example
Text Example
White with #C13412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13412; }
p { color: rgb(193,52,18); }
H1.HeaderClassName
{
color: #C13412;
}
.AnyTagClassName
{
color: #C13412;
}
</style>
background-color css
<style>
a { background-color: #C13412; }
a { background-color: rgb(193,52,18); }
div.DivClassName
{
background-color: #C13412;
}
.BgClassName
{
background-color: #C13412;
}
</style>
border-color css
<style>
span { border-color: #C13412; }
span { border-color: rgb(193,52,18); }
td.TdClassName
{
border-color: #C13412;
}
.TagClassName
{
border-color: #C13412;
}
</style>