Html Css Color HEX #C12909 Harley Davidson Orange
📋 copy color: '#C12909'red 193 ◦ green 41 ◦ blue 9
Shades of Harley Davidson Orange #C12909
Tints of Harley Davidson Orange #C12909
RGB
CMYK
RGB Variations
Color information
#C12909 (or 0xC12909) is known color: Harley Davidson Orange. HEX triplet: C1, 29 and 09. RGB value is (193,41,9). Sum of RGB (Red+Green+Blue) = 193+41+9=243 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.42% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 193 - color contains mainly: red. Hex color #C12909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12909 is #3ED6F6. Grayscale: #535353. Windows color (decimal): -4118263 or 600513. OLE color: 600513.
HSL color Cylindrical-coordinate representation of color #C12909: hue angle of 10.43º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C12909 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 9 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.24 |
| HSL | 10.43º | 0.91% | 0.4% | - |
| HSV(B) | 10.43º | 0.95% | 0.76% | - |
| XYZ | 22.83 | 12.94 | 1.55 | - |
| YUV | 82.8 | 86.36 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 9 | 0 | 0.79 | 0.95 | 0.24 | 10.43 | 0.91 | 0.4 |
| Hex | C1 | 29 | 9 | 0 | 4F | 5F | 18 | A | 5B | 28 |
| Octal | 301 | 51 | 11 | 0 | 117 | 137 | 30 | 12 | 133 | 50 |
| Binary | 11000001 | 101001 | 1001 | 0 | 1001111 | 1011111 | 11000 | 1010 | 1011011 | 101000 |
Color Harmonies of #C12909
Complementary color
Monochromatic Colors of #C12909
Black with #C12909
Text Example
Text Example
White with #C12909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12909; }
p { color: rgb(193,41,9); }
H1.HeaderClassName
{
color: #C12909;
}
.AnyTagClassName
{
color: #C12909;
}
</style>
background-color css
<style>
a { background-color: #C12909; }
a { background-color: rgb(193,41,9); }
div.DivClassName
{
background-color: #C12909;
}
.BgClassName
{
background-color: #C12909;
}
</style>
border-color css
<style>
span { border-color: #C12909; }
span { border-color: rgb(193,41,9); }
td.TdClassName
{
border-color: #C12909;
}
.TagClassName
{
border-color: #C12909;
}
</style>