Html Css Color HEX #C12912 Harley Davidson Orange
📋 copy color: '#C12912'red 193 ◦ green 41 ◦ blue 18
Shades of Harley Davidson Orange #C12912
Tints of Harley Davidson Orange #C12912
RGB
CMYK
RGB Variations
Color information
#C12912 (or 0xC12912) is known color: Harley Davidson Orange. HEX triplet: C1, 29 and 12. RGB value is (193,41,18). Sum of RGB (Red+Green+Blue) = 193+41+18=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C12912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12912 is #3ED6ED. Grayscale: #545454. Windows color (decimal): -4118254 or 1190337. OLE color: 1190337.
HSL color Cylindrical-coordinate representation of color #C12912: hue angle of 7.89º 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 #C12912 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 18 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.24 |
| HSL | 7.89º | 0.83% | 0.41% | - |
| HSV(B) | 7.89º | 0.91% | 0.76% | - |
| XYZ | 22.89 | 12.97 | 1.87 | - |
| YUV | 83.83 | 90.86 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 18 | 0 | 0.79 | 0.91 | 0.24 | 7.89 | 0.83 | 0.41 |
| Hex | C1 | 29 | 12 | 0 | 4F | 5B | 18 | 8 | 53 | 29 |
| Octal | 301 | 51 | 22 | 0 | 117 | 133 | 30 | 10 | 123 | 51 |
| Binary | 11000001 | 101001 | 10010 | 0 | 1001111 | 1011011 | 11000 | 1000 | 1010011 | 101001 |
Color Harmonies of #C12912
Complementary color
Monochromatic Colors of #C12912
Black with #C12912
Text Example
Text Example
White with #C12912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12912; }
p { color: rgb(193,41,18); }
H1.HeaderClassName
{
color: #C12912;
}
.AnyTagClassName
{
color: #C12912;
}
</style>
background-color css
<style>
a { background-color: #C12912; }
a { background-color: rgb(193,41,18); }
div.DivClassName
{
background-color: #C12912;
}
.BgClassName
{
background-color: #C12912;
}
</style>
border-color css
<style>
span { border-color: #C12912; }
span { border-color: rgb(193,41,18); }
td.TdClassName
{
border-color: #C12912;
}
.TagClassName
{
border-color: #C12912;
}
</style>