Html Css Color HEX #C14020 Harley Davidson Orange
📋 copy color: '#C14020'red 193 ◦ green 64 ◦ blue 32
Shades of Harley Davidson Orange #C14020
Tints of Harley Davidson Orange #C14020
RGB
CMYK
RGB Variations
Color information
#C14020 (or 0xC14020) is known color: Harley Davidson Orange. HEX triplet: C1, 40 and 20. RGB value is (193,64,32). Sum of RGB (Red+Green+Blue) = 193+64+32=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C14020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14020 is #3EBFDF. Grayscale: #636363. Windows color (decimal): -4112352 or 2113729. OLE color: 2113729.
HSL color Cylindrical-coordinate representation of color #C14020: hue angle of 11.93º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C14020 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 32 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.24 |
| HSL | 11.93º | 0.72% | 0.44% | - |
| HSV(B) | 11.93º | 0.83% | 0.76% | - |
| XYZ | 24.09 | 15.11 | 3.01 | - |
| YUV | 98.92 | 90.24 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 32 | 0 | 0.67 | 0.83 | 0.24 | 11.93 | 0.72 | 0.44 |
| Hex | C1 | 40 | 20 | 0 | 43 | 53 | 18 | C | 48 | 2C |
| Octal | 301 | 100 | 40 | 0 | 103 | 123 | 30 | 14 | 110 | 54 |
| Binary | 11000001 | 1000000 | 100000 | 0 | 1000011 | 1010011 | 11000 | 1100 | 1001000 | 101100 |
Color Harmonies of #C14020
Complementary color
Monochromatic Colors of #C14020
Black with #C14020
Text Example
Text Example
White with #C14020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14020; }
p { color: rgb(193,64,32); }
H1.HeaderClassName
{
color: #C14020;
}
.AnyTagClassName
{
color: #C14020;
}
</style>
background-color css
<style>
a { background-color: #C14020; }
a { background-color: rgb(193,64,32); }
div.DivClassName
{
background-color: #C14020;
}
.BgClassName
{
background-color: #C14020;
}
</style>
border-color css
<style>
span { border-color: #C14020; }
span { border-color: rgb(193,64,32); }
td.TdClassName
{
border-color: #C14020;
}
.TagClassName
{
border-color: #C14020;
}
</style>