Html Css Color HEX #C12712 Harley Davidson Orange
📋 copy color: '#C12712'red 193 ◦ green 39 ◦ blue 18
Shades of Harley Davidson Orange #C12712
Tints of Harley Davidson Orange #C12712
RGB
CMYK
RGB Variations
Color information
#C12712 (or 0xC12712) is known color: Harley Davidson Orange. HEX triplet: C1, 27 and 12. RGB value is (193,39,18). Sum of RGB (Red+Green+Blue) = 193+39+18=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C12712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12712 is #3ED8ED. Grayscale: #525252. Windows color (decimal): -4118766 or 1189825. OLE color: 1189825.
HSL color Cylindrical-coordinate representation of color #C12712: hue angle of 7.2º 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 #C12712 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 39 | 18 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.24 |
| HSL | 7.2º | 0.83% | 0.41% | - |
| HSV(B) | 7.2º | 0.91% | 0.76% | - |
| XYZ | 22.83 | 12.83 | 1.85 | - |
| YUV | 82.65 | 91.52 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 39 | 18 | 0 | 0.80 | 0.91 | 0.24 | 7.2 | 0.83 | 0.41 |
| Hex | C1 | 27 | 12 | 0 | 50 | 5B | 18 | 7 | 53 | 29 |
| Octal | 301 | 47 | 22 | 0 | 120 | 133 | 30 | 7 | 123 | 51 |
| Binary | 11000001 | 100111 | 10010 | 0 | 1010000 | 1011011 | 11000 | 111 | 1010011 | 101001 |
Color Harmonies of #C12712
Complementary color
Monochromatic Colors of #C12712
Black with #C12712
Text Example
Text Example
White with #C12712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12712; }
p { color: rgb(193,39,18); }
H1.HeaderClassName
{
color: #C12712;
}
.AnyTagClassName
{
color: #C12712;
}
</style>
background-color css
<style>
a { background-color: #C12712; }
a { background-color: rgb(193,39,18); }
div.DivClassName
{
background-color: #C12712;
}
.BgClassName
{
background-color: #C12712;
}
</style>
border-color css
<style>
span { border-color: #C12712; }
span { border-color: rgb(193,39,18); }
td.TdClassName
{
border-color: #C12712;
}
.TagClassName
{
border-color: #C12712;
}
</style>