Html Css Color HEX #C73412 Harley Davidson Orange
📋 copy color: '#C73412'red 199 ◦ green 52 ◦ blue 18
Shades of Harley Davidson Orange #C73412
Tints of Harley Davidson Orange #C73412
RGB
CMYK
RGB Variations
Color information
#C73412 (or 0xC73412) is known color: Harley Davidson Orange. HEX triplet: C7, 34 and 12. RGB value is (199,52,18). Sum of RGB (Red+Green+Blue) = 199+52+18=269 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.98% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 199 - color contains mainly: red. Hex color #C73412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73412 is #38CBED. Grayscale: #5C5C5C. Windows color (decimal): -3722222 or 1193159. OLE color: 1193159.
HSL color Cylindrical-coordinate representation of color #C73412: hue angle of 11.27º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C73412 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 18 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.22 |
| HSL | 11.27º | 0.83% | 0.43% | - |
| HSV(B) | 11.27º | 0.91% | 0.78% | - |
| XYZ | 24.89 | 14.64 | 2.09 | - |
| YUV | 92.08 | 86.2 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 18 | 0 | 0.74 | 0.91 | 0.22 | 11.27 | 0.83 | 0.43 |
| Hex | C7 | 34 | 12 | 0 | 4A | 5B | 16 | B | 53 | 2B |
| Octal | 307 | 64 | 22 | 0 | 112 | 133 | 26 | 13 | 123 | 53 |
| Binary | 11000111 | 110100 | 10010 | 0 | 1001010 | 1011011 | 10110 | 1011 | 1010011 | 101011 |
Color Harmonies of #C73412
Complementary color
Monochromatic Colors of #C73412
Black with #C73412
Text Example
Text Example
White with #C73412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73412; }
p { color: rgb(199,52,18); }
H1.HeaderClassName
{
color: #C73412;
}
.AnyTagClassName
{
color: #C73412;
}
</style>
background-color css
<style>
a { background-color: #C73412; }
a { background-color: rgb(199,52,18); }
div.DivClassName
{
background-color: #C73412;
}
.BgClassName
{
background-color: #C73412;
}
</style>
border-color css
<style>
span { border-color: #C73412; }
span { border-color: rgb(199,52,18); }
td.TdClassName
{
border-color: #C73412;
}
.TagClassName
{
border-color: #C73412;
}
</style>