Html Css Color HEX #C12312 Harley Davidson Orange
📋 copy color: '#C12312'red 193 ◦ green 35 ◦ blue 18
Shades of Harley Davidson Orange #C12312
Tints of Harley Davidson Orange #C12312
RGB
CMYK
RGB Variations
Color information
#C12312 (or 0xC12312) is known color: Harley Davidson Orange. HEX triplet: C1, 23 and 12. RGB value is (193,35,18). Sum of RGB (Red+Green+Blue) = 193+35+18=246 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.46% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 193 - color contains mainly: red. Hex color #C12312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12312 is #3EDCED. Grayscale: #505050. Windows color (decimal): -4119790 or 1188801. OLE color: 1188801.
HSL color Cylindrical-coordinate representation of color #C12312: hue angle of 5.83º 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 #C12312 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 18 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.24 |
| HSL | 5.83º | 0.83% | 0.41% | - |
| HSV(B) | 5.83º | 0.91% | 0.76% | - |
| XYZ | 22.7 | 12.58 | 1.8 | - |
| YUV | 80.3 | 92.85 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 18 | 0 | 0.82 | 0.91 | 0.24 | 5.83 | 0.83 | 0.41 |
| Hex | C1 | 23 | 12 | 0 | 52 | 5B | 18 | 6 | 53 | 29 |
| Octal | 301 | 43 | 22 | 0 | 122 | 133 | 30 | 6 | 123 | 51 |
| Binary | 11000001 | 100011 | 10010 | 0 | 1010010 | 1011011 | 11000 | 110 | 1010011 | 101001 |
Color Harmonies of #C12312
Complementary color
Monochromatic Colors of #C12312
Black with #C12312
Text Example
Text Example
White with #C12312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12312; }
p { color: rgb(193,35,18); }
H1.HeaderClassName
{
color: #C12312;
}
.AnyTagClassName
{
color: #C12312;
}
</style>
background-color css
<style>
a { background-color: #C12312; }
a { background-color: rgb(193,35,18); }
div.DivClassName
{
background-color: #C12312;
}
.BgClassName
{
background-color: #C12312;
}
</style>
border-color css
<style>
span { border-color: #C12312; }
span { border-color: rgb(193,35,18); }
td.TdClassName
{
border-color: #C12312;
}
.TagClassName
{
border-color: #C12312;
}
</style>