Html Css Color HEX #C83A0E Harley Davidson Orange
📋 copy color: '#C83A0E'red 200 ◦ green 58 ◦ blue 14
Shades of Harley Davidson Orange #C83A0E
Tints of Harley Davidson Orange #C83A0E
RGB
CMYK
RGB Variations
Color information
#C83A0E (or 0xC83A0E) is known color: Harley Davidson Orange. HEX triplet: C8, 3A and 0E. RGB value is (200,58,14). Sum of RGB (Red+Green+Blue) = 200+58+14=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 58 (23.05% from 255 or 21.32% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83A0E is #37C5F1. Grayscale: #5F5F5F. Windows color (decimal): -3655154 or 932552. OLE color: 932552.
HSL color Cylindrical-coordinate representation of color #C83A0E: hue angle of 14.19º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C83A0E is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 58 | 14 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.22 |
| HSL | 14.19º | 0.87% | 0.42% | - |
| HSV(B) | 14.19º | 0.93% | 0.78% | - |
| XYZ | 25.41 | 15.34 | 2.04 | - |
| YUV | 95.44 | 82.04 | 202.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 14 | 0 | 0.71 | 0.93 | 0.22 | 14.19 | 0.87 | 0.42 |
| Hex | C8 | 3A | E | 0 | 47 | 5D | 16 | E | 57 | 2A |
| Octal | 310 | 72 | 16 | 0 | 107 | 135 | 26 | 16 | 127 | 52 |
| Binary | 11001000 | 111010 | 1110 | 0 | 1000111 | 1011101 | 10110 | 1110 | 1010111 | 101010 |
Color Harmonies of #C83A0E
Complementary color
Monochromatic Colors of #C83A0E
Black with #C83A0E
Text Example
Text Example
White with #C83A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83A0E; }
p { color: rgb(200,58,14); }
H1.HeaderClassName
{
color: #C83A0E;
}
.AnyTagClassName
{
color: #C83A0E;
}
</style>
background-color css
<style>
a { background-color: #C83A0E; }
a { background-color: rgb(200,58,14); }
div.DivClassName
{
background-color: #C83A0E;
}
.BgClassName
{
background-color: #C83A0E;
}
</style>
border-color css
<style>
span { border-color: #C83A0E; }
span { border-color: rgb(200,58,14); }
td.TdClassName
{
border-color: #C83A0E;
}
.TagClassName
{
border-color: #C83A0E;
}
</style>