Html Css Color HEX #C03814 Harley Davidson Orange
📋 copy color: '#C03814'red 192 ◦ green 56 ◦ blue 20
Shades of Harley Davidson Orange #C03814
Tints of Harley Davidson Orange #C03814
RGB
CMYK
RGB Variations
Color information
#C03814 (or 0xC03814) is known color: Harley Davidson Orange. HEX triplet: C0, 38 and 14. RGB value is (192,56,20). Sum of RGB (Red+Green+Blue) = 192+56+20=268 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.64% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 192 - color contains mainly: red. Hex color #C03814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03814 is #3FC7EB. Grayscale: #5C5C5C. Windows color (decimal): -4179948 or 1325248. OLE color: 1325248.
HSL color Cylindrical-coordinate representation of color #C03814: hue angle of 12.56º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C03814 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 20 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.25 |
| HSL | 12.56º | 0.81% | 0.42% | - |
| HSV(B) | 12.56º | 0.9% | 0.75% | - |
| XYZ | 23.28 | 14.09 | 2.15 | - |
| YUV | 92.56 | 87.06 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 20 | 0 | 0.71 | 0.90 | 0.25 | 12.56 | 0.81 | 0.42 |
| Hex | C0 | 38 | 14 | 0 | 47 | 5A | 19 | D | 51 | 2A |
| Octal | 300 | 70 | 24 | 0 | 107 | 132 | 31 | 15 | 121 | 52 |
| Binary | 11000000 | 111000 | 10100 | 0 | 1000111 | 1011010 | 11001 | 1101 | 1010001 | 101010 |
Color Harmonies of #C03814
Complementary color
Monochromatic Colors of #C03814
Black with #C03814
Text Example
Text Example
White with #C03814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03814; }
p { color: rgb(192,56,20); }
H1.HeaderClassName
{
color: #C03814;
}
.AnyTagClassName
{
color: #C03814;
}
</style>
background-color css
<style>
a { background-color: #C03814; }
a { background-color: rgb(192,56,20); }
div.DivClassName
{
background-color: #C03814;
}
.BgClassName
{
background-color: #C03814;
}
</style>
border-color css
<style>
span { border-color: #C03814; }
span { border-color: rgb(192,56,20); }
td.TdClassName
{
border-color: #C03814;
}
.TagClassName
{
border-color: #C03814;
}
</style>