#C11D0E

Color #C11D0E Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #C11D0E

Tints of Harley Davidson Orange #C11D0E

Color information

#C11D0E (or 0xC11D0E) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 1D and 0E. RGB value is (193,29,14). Sum of RGB (Red+Green+Blue) = 193+29+14=236 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.78% from 236); Green value is 29 (11.72% from 255 or 12.29% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 193 - color contains mainly: red. Hex color #C11D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C11D0E is #3EE2F1. Grayscale: #4C4C4C. Windows color (decimal): -4121330 or 925121. OLE color: 925121.

HSL color Cylindrical-coordinate representation of color #C11D0E: hue angle of 5.03º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C11D0E is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB1932914-
CMYK00.850.930.24
HSL5.03º86.47%40.59%-
HSV(B)5.03º92.75%75.69%-
XYZ22.5112.251.59-
YUV76.3392.83211.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 81.78%
GREEN value IS 29 (11.72% from 255) = 12.29%
BLUE value IS 14 (5.86% from 255) = 5.93%
R=81.78%
G=12.29%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193291400.850.930.245.0386.4740.59
HexC11DE0555D1855629
Octal3013516012513530512651
Binary11000001111011110010101011011101110001011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C11D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C11D0E; }

 p { color: rgb(193,29,14); }

 H1.HeaderClassName
 {
   color: #C11D0E;
 }
 .AnyTagClassName
 {
   color: #C11D0E;
 }
</style>
background-color css

<style>
 a { background-color: #C11D0E; }

 a { background-color: rgb(193,29,14); }

 div.DivClassName
 {
   background-color: #C11D0E;
 }
 .BgClassName
 {
   background-color: #C11D0E;
 }
</style>
border-color css

<style>
 span { border-color: #C11D0E; }

 span { border-color: rgb(193,29,14); }

 td.TdClassName
 {
   border-color: #C11D0E;
 }
 .TagClassName
 {
   border-color: #C11D0E;
 }
</style>