Html Css Color HEX #C84012 Harley Davidson Orange
📋 copy color: '#C84012'red 200 ◦ green 64 ◦ blue 18
Shades of Harley Davidson Orange #C84012
Tints of Harley Davidson Orange #C84012
RGB
CMYK
RGB Variations
Color information
#C84012 (or 0xC84012) is known color: Harley Davidson Orange. HEX triplet: C8, 40 and 12. RGB value is (200,64,18). Sum of RGB (Red+Green+Blue) = 200+64+18=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C84012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84012 is #37BFED. Grayscale: #636363. Windows color (decimal): -3653614 or 1196232. OLE color: 1196232.
HSL color Cylindrical-coordinate representation of color #C84012: hue angle of 15.16º 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 #C84012 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 64 | 18 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.22 |
| HSL | 15.16º | 0.83% | 0.43% | - |
| HSV(B) | 15.16º | 0.91% | 0.78% | - |
| XYZ | 25.76 | 15.99 | 2.3 | - |
| YUV | 99.42 | 82.06 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 18 | 0 | 0.68 | 0.91 | 0.22 | 15.16 | 0.83 | 0.43 |
| Hex | C8 | 40 | 12 | 0 | 44 | 5B | 16 | F | 53 | 2B |
| Octal | 310 | 100 | 22 | 0 | 104 | 133 | 26 | 17 | 123 | 53 |
| Binary | 11001000 | 1000000 | 10010 | 0 | 1000100 | 1011011 | 10110 | 1111 | 1010011 | 101011 |
Color Harmonies of #C84012
Complementary color
Monochromatic Colors of #C84012
Black with #C84012
Text Example
Text Example
White with #C84012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84012; }
p { color: rgb(200,64,18); }
H1.HeaderClassName
{
color: #C84012;
}
.AnyTagClassName
{
color: #C84012;
}
</style>
background-color css
<style>
a { background-color: #C84012; }
a { background-color: rgb(200,64,18); }
div.DivClassName
{
background-color: #C84012;
}
.BgClassName
{
background-color: #C84012;
}
</style>
border-color css
<style>
span { border-color: #C84012; }
span { border-color: rgb(200,64,18); }
td.TdClassName
{
border-color: #C84012;
}
.TagClassName
{
border-color: #C84012;
}
</style>