Html Css Color HEX #C14121 Harley Davidson Orange
📋 copy color: '#C14121'red 193 ◦ green 65 ◦ blue 33
Shades of Harley Davidson Orange #C14121
Tints of Harley Davidson Orange #C14121
RGB
CMYK
RGB Variations
Color information
#C14121 (or 0xC14121) is known color: Harley Davidson Orange. HEX triplet: C1, 41 and 21. RGB value is (193,65,33). Sum of RGB (Red+Green+Blue) = 193+65+33=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C14121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14121 is #3EBEDE. Grayscale: #636363. Windows color (decimal): -4112095 or 2179521. OLE color: 2179521.
HSL color Cylindrical-coordinate representation of color #C14121: hue angle of 12º degrees, saturation: 0.71, 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 #C14121 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 33 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.24 |
| HSL | 12º | 0.71% | 0.44% | - |
| HSV(B) | 12º | 0.83% | 0.76% | - |
| XYZ | 24.16 | 15.23 | 3.1 | - |
| YUV | 99.62 | 90.41 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 33 | 0 | 0.66 | 0.83 | 0.24 | 12 | 0.71 | 0.44 |
| Hex | C1 | 41 | 21 | 0 | 42 | 53 | 18 | C | 47 | 2C |
| Octal | 301 | 101 | 41 | 0 | 102 | 123 | 30 | 14 | 107 | 54 |
| Binary | 11000001 | 1000001 | 100001 | 0 | 1000010 | 1010011 | 11000 | 1100 | 1000111 | 101100 |
Color Harmonies of #C14121
Complementary color
Monochromatic Colors of #C14121
Black with #C14121
Text Example
Text Example
White with #C14121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14121; }
p { color: rgb(193,65,33); }
H1.HeaderClassName
{
color: #C14121;
}
.AnyTagClassName
{
color: #C14121;
}
</style>
background-color css
<style>
a { background-color: #C14121; }
a { background-color: rgb(193,65,33); }
div.DivClassName
{
background-color: #C14121;
}
.BgClassName
{
background-color: #C14121;
}
</style>
border-color css
<style>
span { border-color: #C14121; }
span { border-color: rgb(193,65,33); }
td.TdClassName
{
border-color: #C14121;
}
.TagClassName
{
border-color: #C14121;
}
</style>