Html Css Color HEX #C84015 Harley Davidson Orange
📋 copy color: '#C84015'red 200 ◦ green 64 ◦ blue 21
Shades of Harley Davidson Orange #C84015
Tints of Harley Davidson Orange #C84015
RGB
CMYK
RGB Variations
Color information
#C84015 (or 0xC84015) is known color: Harley Davidson Orange. HEX triplet: C8, 40 and 15. RGB value is (200,64,21). Sum of RGB (Red+Green+Blue) = 200+64+21=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C84015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84015 is #37BFEA. Grayscale: #646464. Windows color (decimal): -3653611 or 1392840. OLE color: 1392840.
HSL color Cylindrical-coordinate representation of color #C84015: hue angle of 14.41º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C84015 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 64 | 21 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.22 |
| HSL | 14.41º | 0.81% | 0.43% | - |
| HSV(B) | 14.41º | 0.9% | 0.78% | - |
| XYZ | 25.79 | 16 | 2.44 | - |
| YUV | 99.76 | 83.56 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 21 | 0 | 0.68 | 0.90 | 0.22 | 14.41 | 0.81 | 0.43 |
| Hex | C8 | 40 | 15 | 0 | 44 | 5A | 16 | E | 51 | 2B |
| Octal | 310 | 100 | 25 | 0 | 104 | 132 | 26 | 16 | 121 | 53 |
| Binary | 11001000 | 1000000 | 10101 | 0 | 1000100 | 1011010 | 10110 | 1110 | 1010001 | 101011 |
Color Harmonies of #C84015
Complementary color
Monochromatic Colors of #C84015
Black with #C84015
Text Example
Text Example
White with #C84015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84015; }
p { color: rgb(200,64,21); }
H1.HeaderClassName
{
color: #C84015;
}
.AnyTagClassName
{
color: #C84015;
}
</style>
background-color css
<style>
a { background-color: #C84015; }
a { background-color: rgb(200,64,21); }
div.DivClassName
{
background-color: #C84015;
}
.BgClassName
{
background-color: #C84015;
}
</style>
border-color css
<style>
span { border-color: #C84015; }
span { border-color: rgb(200,64,21); }
td.TdClassName
{
border-color: #C84015;
}
.TagClassName
{
border-color: #C84015;
}
</style>