Html Css Color HEX #C04020 Harley Davidson Orange
📋 copy color: '#C04020'red 192 ◦ green 64 ◦ blue 32
Shades of Harley Davidson Orange #C04020
Tints of Harley Davidson Orange #C04020
RGB
CMYK
RGB Variations
Color information
#C04020 (or 0xC04020) is known color: Harley Davidson Orange. HEX triplet: C0, 40 and 20. RGB value is (192,64,32). Sum of RGB (Red+Green+Blue) = 192+64+32=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C04020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04020 is #3FBFDF. Grayscale: #626262. Windows color (decimal): -4177888 or 2113728. OLE color: 2113728.
HSL color Cylindrical-coordinate representation of color #C04020: hue angle of 12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C04020 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 32 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.25 |
| HSL | 12º | 0.71% | 0.44% | - |
| HSV(B) | 12º | 0.83% | 0.75% | - |
| XYZ | 23.83 | 14.98 | 3 | - |
| YUV | 98.62 | 90.41 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 32 | 0 | 0.67 | 0.83 | 0.25 | 12 | 0.71 | 0.44 |
| Hex | C0 | 40 | 20 | 0 | 43 | 53 | 19 | C | 47 | 2C |
| Octal | 300 | 100 | 40 | 0 | 103 | 123 | 31 | 14 | 107 | 54 |
| Binary | 11000000 | 1000000 | 100000 | 0 | 1000011 | 1010011 | 11001 | 1100 | 1000111 | 101100 |
Color Harmonies of #C04020
Complementary color
Monochromatic Colors of #C04020
Black with #C04020
Text Example
Text Example
White with #C04020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04020; }
p { color: rgb(192,64,32); }
H1.HeaderClassName
{
color: #C04020;
}
.AnyTagClassName
{
color: #C04020;
}
</style>
background-color css
<style>
a { background-color: #C04020; }
a { background-color: rgb(192,64,32); }
div.DivClassName
{
background-color: #C04020;
}
.BgClassName
{
background-color: #C04020;
}
</style>
border-color css
<style>
span { border-color: #C04020; }
span { border-color: rgb(192,64,32); }
td.TdClassName
{
border-color: #C04020;
}
.TagClassName
{
border-color: #C04020;
}
</style>