Html Css Color HEX #C12608 Harley Davidson Orange
📋 copy color: '#C12608'red 193 ◦ green 38 ◦ blue 8
Shades of Harley Davidson Orange #C12608
Tints of Harley Davidson Orange #C12608
RGB
CMYK
RGB Variations
Color information
#C12608 (or 0xC12608) is known color: Harley Davidson Orange. HEX triplet: C1, 26 and 08. RGB value is (193,38,8). Sum of RGB (Red+Green+Blue) = 193+38+8=239 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.75% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 8 (3.52% from 255 or 3.35% from 239); Max value from RGB is 193 - color contains mainly: red. Hex color #C12608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12608 is #3ED9F7. Grayscale: #515151. Windows color (decimal): -4119032 or 534209. OLE color: 534209.
HSL color Cylindrical-coordinate representation of color #C12608: hue angle of 9.73º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C12608 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 8 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.24 |
| HSL | 9.73º | 0.92% | 0.39% | - |
| HSV(B) | 9.73º | 0.96% | 0.76% | - |
| XYZ | 22.73 | 12.74 | 1.49 | - |
| YUV | 80.93 | 86.85 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 8 | 0 | 0.80 | 0.96 | 0.24 | 9.73 | 0.92 | 0.39 |
| Hex | C1 | 26 | 8 | 0 | 50 | 60 | 18 | A | 5C | 27 |
| Octal | 301 | 46 | 10 | 0 | 120 | 140 | 30 | 12 | 134 | 47 |
| Binary | 11000001 | 100110 | 1000 | 0 | 1010000 | 1100000 | 11000 | 1010 | 1011100 | 100111 |
Color Harmonies of #C12608
Complementary color
Monochromatic Colors of #C12608
Black with #C12608
Text Example
Text Example
White with #C12608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12608; }
p { color: rgb(193,38,8); }
H1.HeaderClassName
{
color: #C12608;
}
.AnyTagClassName
{
color: #C12608;
}
</style>
background-color css
<style>
a { background-color: #C12608; }
a { background-color: rgb(193,38,8); }
div.DivClassName
{
background-color: #C12608;
}
.BgClassName
{
background-color: #C12608;
}
</style>
border-color css
<style>
span { border-color: #C12608; }
span { border-color: rgb(193,38,8); }
td.TdClassName
{
border-color: #C12608;
}
.TagClassName
{
border-color: #C12608;
}
</style>