Html Css Color HEX #C84013 Harley Davidson Orange
📋 copy color: '#C84013'red 200 ◦ green 64 ◦ blue 19
Shades of Harley Davidson Orange #C84013
Tints of Harley Davidson Orange #C84013
RGB
CMYK
RGB Variations
Color information
#C84013 (or 0xC84013) is known color: Harley Davidson Orange. HEX triplet: C8, 40 and 13. RGB value is (200,64,19). Sum of RGB (Red+Green+Blue) = 200+64+19=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C84013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84013 is #37BFEC. Grayscale: #636363. Windows color (decimal): -3653613 or 1261768. OLE color: 1261768.
HSL color Cylindrical-coordinate representation of color #C84013: hue angle of 14.92º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C84013 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 64 | 19 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.22 |
| HSL | 14.92º | 0.83% | 0.43% | - |
| HSV(B) | 14.92º | 0.91% | 0.78% | - |
| XYZ | 25.77 | 15.99 | 2.34 | - |
| YUV | 99.53 | 82.56 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 64 | 19 | 0 | 0.68 | 0.90 | 0.22 | 14.92 | 0.83 | 0.43 |
| Hex | C8 | 40 | 13 | 0 | 44 | 5A | 16 | F | 53 | 2B |
| Octal | 310 | 100 | 23 | 0 | 104 | 132 | 26 | 17 | 123 | 53 |
| Binary | 11001000 | 1000000 | 10011 | 0 | 1000100 | 1011010 | 10110 | 1111 | 1010011 | 101011 |
Color Harmonies of #C84013
Complementary color
Monochromatic Colors of #C84013
Black with #C84013
Text Example
Text Example
White with #C84013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84013; }
p { color: rgb(200,64,19); }
H1.HeaderClassName
{
color: #C84013;
}
.AnyTagClassName
{
color: #C84013;
}
</style>
background-color css
<style>
a { background-color: #C84013; }
a { background-color: rgb(200,64,19); }
div.DivClassName
{
background-color: #C84013;
}
.BgClassName
{
background-color: #C84013;
}
</style>
border-color css
<style>
span { border-color: #C84013; }
span { border-color: rgb(200,64,19); }
td.TdClassName
{
border-color: #C84013;
}
.TagClassName
{
border-color: #C84013;
}
</style>