Html Css Color HEX #C12807 Harley Davidson Orange
📋 copy color: '#C12807'red 193 ◦ green 40 ◦ blue 7
Shades of Harley Davidson Orange #C12807
Tints of Harley Davidson Orange #C12807
RGB
CMYK
RGB Variations
Color information
#C12807 (or 0xC12807) is known color: Harley Davidson Orange. HEX triplet: C1, 28 and 07. RGB value is (193,40,7). Sum of RGB (Red+Green+Blue) = 193+40+7=240 (31% of max value = 765). Red value is 193 (75.78% from 255 or 80.42% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 193 - color contains mainly: red. Hex color #C12807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12807 is #3ED7F8. Grayscale: #525252. Windows color (decimal): -4118521 or 469185. OLE color: 469185.
HSL color Cylindrical-coordinate representation of color #C12807: hue angle of 10.65º degrees, saturation: 0.93, 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 #C12807 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 40 | 7 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.24 |
| HSL | 10.65º | 0.93% | 0.39% | - |
| HSV(B) | 10.65º | 0.96% | 0.76% | - |
| XYZ | 22.79 | 12.87 | 1.48 | - |
| YUV | 81.99 | 85.69 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 7 | 0 | 0.79 | 0.96 | 0.24 | 10.65 | 0.93 | 0.39 |
| Hex | C1 | 28 | 7 | 0 | 4F | 60 | 18 | B | 5D | 27 |
| Octal | 301 | 50 | 7 | 0 | 117 | 140 | 30 | 13 | 135 | 47 |
| Binary | 11000001 | 101000 | 111 | 0 | 1001111 | 1100000 | 11000 | 1011 | 1011101 | 100111 |
Color Harmonies of #C12807
Complementary color
Monochromatic Colors of #C12807
Black with #C12807
Text Example
Text Example
White with #C12807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12807; }
p { color: rgb(193,40,7); }
H1.HeaderClassName
{
color: #C12807;
}
.AnyTagClassName
{
color: #C12807;
}
</style>
background-color css
<style>
a { background-color: #C12807; }
a { background-color: rgb(193,40,7); }
div.DivClassName
{
background-color: #C12807;
}
.BgClassName
{
background-color: #C12807;
}
</style>
border-color css
<style>
span { border-color: #C12807; }
span { border-color: rgb(193,40,7); }
td.TdClassName
{
border-color: #C12807;
}
.TagClassName
{
border-color: #C12807;
}
</style>