Html Css Color HEX #C74212 Harley Davidson Orange
📋 copy color: '#C74212'red 199 ◦ green 66 ◦ blue 18
Shades of Harley Davidson Orange #C74212
Tints of Harley Davidson Orange #C74212
RGB
CMYK
RGB Variations
Color information
#C74212 (or 0xC74212) is known color: Harley Davidson Orange. HEX triplet: C7, 42 and 12. RGB value is (199,66,18). Sum of RGB (Red+Green+Blue) = 199+66+18=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C74212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C74212 is #38BDED. Grayscale: #646464. Windows color (decimal): -3718638 or 1196743. OLE color: 1196743.
HSL color Cylindrical-coordinate representation of color #C74212: hue angle of 15.91º 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 #C74212 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 18 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.22 |
| HSL | 15.91º | 0.83% | 0.43% | - |
| HSV(B) | 15.91º | 0.91% | 0.78% | - |
| XYZ | 25.61 | 16.08 | 2.33 | - |
| YUV | 100.3 | 81.56 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 18 | 0 | 0.67 | 0.91 | 0.22 | 15.91 | 0.83 | 0.43 |
| Hex | C7 | 42 | 12 | 0 | 43 | 5B | 16 | 10 | 53 | 2B |
| Octal | 307 | 102 | 22 | 0 | 103 | 133 | 26 | 20 | 123 | 53 |
| Binary | 11000111 | 1000010 | 10010 | 0 | 1000011 | 1011011 | 10110 | 10000 | 1010011 | 101011 |
Color Harmonies of #C74212
Complementary color
Monochromatic Colors of #C74212
Black with #C74212
Text Example
Text Example
White with #C74212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74212; }
p { color: rgb(199,66,18); }
H1.HeaderClassName
{
color: #C74212;
}
.AnyTagClassName
{
color: #C74212;
}
</style>
background-color css
<style>
a { background-color: #C74212; }
a { background-color: rgb(199,66,18); }
div.DivClassName
{
background-color: #C74212;
}
.BgClassName
{
background-color: #C74212;
}
</style>
border-color css
<style>
span { border-color: #C74212; }
span { border-color: rgb(199,66,18); }
td.TdClassName
{
border-color: #C74212;
}
.TagClassName
{
border-color: #C74212;
}
</style>